Searched refs:dhcpv4_encode_header (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 440 static uint8_t *dhcpv4_encode_header(uint8_t *buf, size_t *buflen, in dhcpv4_encode_header() function 619 buf = dhcpv4_encode_header(buf, &buflen, msg, addr); in dhcpv4_send_offer() 660 buf = dhcpv4_encode_header(buf, &buflen, msg, inform ? NULL : addr); in dhcpv4_send_ack() 702 buf = dhcpv4_encode_header(buf, &buflen, msg, NULL); in dhcpv4_send_nak()
|