Searched refs:dhcpv4_get_client_id (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/net/lib/dhcpv4/ |
| D | dhcpv4_server.c | 739 static int dhcpv4_get_client_id(struct dhcp_msg *msg, uint8_t *options, in dhcpv4_get_client_id() function 958 ret = dhcpv4_get_client_id(msg, options, optlen, &client_id); in dhcpv4_handle_discover() 1126 ret = dhcpv4_get_client_id(msg, options, optlen, &client_id); in dhcpv4_handle_request() 1304 ret = dhcpv4_get_client_id(msg, options, optlen, &client_id); in dhcpv4_handle_decline() 1357 ret = dhcpv4_get_client_id(msg, options, optlen, &client_id); in dhcpv4_handle_release()
|