Home
last modified time | relevance | path

Searched refs:dhcps_option_given (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Ddhcps.c94 #define dhcps_option_given(dhcps, idx) dhcp_option_given(&(dhcps)->dhcp, idx) macro
194 if ((dhcps_option_given(dhcps, DHCP_OPTION_IDX_LEASE_TIME)) in add_client_entry()
257 if (dhcps_option_given(dhcps, DHCP_OPTION_IDX_REQUESTED_IP)) { in validate_discover()
302 if ((dhcps_option_given(dhcps, DHCP_OPTION_IDX_LEASE_TIME)) in validate_discover()
465 (!dhcps_option_given(dhcps, DHCP_OPTION_IDX_REQUESTED_IP))) { in validate_request_message()
485 if (dhcps_option_given(dhcps, DHCP_OPTION_IDX_REQUESTED_IP)) { in validate_request_message()
664 if ((client_lease != NULL) && (dhcps_option_given(dhcps, DHCP_OPTION_IDX_REQUESTED_IP)) && in handle_decline()
822 if (!dhcps_option_given(dhcps, DHCP_OPTION_IDX_MSG_TYPE)) { in dhcps_recv()
831 if (dhcps_option_given(dhcps, DHCP_OPTION_IDX_SERVER_ID)) { in dhcps_recv()

Completed in 2 milliseconds