Home
last modified time | relevance | path

Searched refs:dhcpv4_encode_string (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c472 static uint8_t *dhcpv4_encode_string(uint8_t *buf, size_t *buflen, char *str, in dhcpv4_encode_string() function
495 return dhcpv4_encode_string(buf, buflen, sname, SIZE_OF_SNAME); in dhcpv4_encode_sname()
500 return dhcpv4_encode_string(buf, buflen, file, SIZE_OF_FILE); in dhcpv4_encode_file()