Searched refs:dhcp_option_given (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | dhcp.c | 129 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0) macro 244 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_SERVER_ID)) { in dhcp_handle_offer() 519 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_LEASE_TIME)) { in dhcp_handle_ack() 524 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_T1)) { in dhcp_handle_ack() 533 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_T2)) { in dhcp_handle_ack() 551 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_SUBNET_MASK)) { in dhcp_handle_ack() 560 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_ROUTER)) { in dhcp_handle_ack() 567 while(dhcp_option_given(dhcp, DHCP_OPTION_IDX_DNS_SERVER + n) && (n < DNS_MAX_SERVERS)) { in dhcp_handle_ack() 1441 LWIP_ASSERT("option already decoded", !dhcp_option_given(dhcp, decode_idx)); in dhcp_parse_reply() 1470 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_OVERLOAD)) { in dhcp_parse_reply() [all …]
|