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
635 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_offer()
679 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_ack()
717 buf = dhcpv4_encode_client_id_option(buf, &buflen, client_id); in dhcpv4_send_nak()