Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c354 static uint8_t *dhcpv4_encode_client_id_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_client_id_option() function
627 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_offer()
671 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_ack()
709 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_nak()