Searched refs:DHCP_OPTION_REQUESTED_IP (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | dhcp.h | 147 #define DHCP_OPTION_REQUESTED_IP 50 /* RFC 2132 9.1, requested IP address */ macro
|
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 396 options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_REQUESTED_IP, 4); in dhcp_select() 1022 options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_REQUESTED_IP, 4); 1345 options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_REQUESTED_IP, 4);
|