/third_party/lwip/src/include/lwip/ |
D | dhcp.h | 102 struct dhcp struct 124 …ip_addr_t server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed… argument 143 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp); argument
|
D | opt.h | 3103 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument 3131 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument
|
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 89 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument 92 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument 186 #define dhcp_option_given(dhcp, idx) ((dhcp)->rx_options_given[idx] != 0) argument 187 #define dhcp_got_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 1) argument 188 #define dhcp_clear_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 0) argument 189 #define dhcp_clear_all_options(dhcp) (memset((dhcp)->rx_options_given, 0, sizeof((dhcp)->r… argument 190 #define dhcp_get_option_value(dhcp, idx) ((dhcp)->rx_options_val[idx]) argument 191 #define dhcp_set_option_value(dhcp, idx, val) ((dhcp)->rx_options_val[idx] = (val)) argument 285 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_nak() local 311 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_check() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | fils_hlp.c | 40 struct dhcp_data *dhcp; in fils_dhcp_request() local 155 struct dhcp_data *dhcp; in fils_dhcp_handler() local 329 const struct dhcp_data *dhcp; in fils_process_hlp_dhcp() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | fils_hlp.c | 40 struct dhcp_data *dhcp; in fils_dhcp_request() local 155 struct dhcp_data *dhcp; in fils_dhcp_handler() local 329 const struct dhcp_data *dhcp; in fils_process_hlp_dhcp() local
|
/third_party/lwip/test/unit/dhcp/ |
D | test_dhcp.c | 878 struct dhcp* dhcp; in START_TEST() local
|
/third_party/toybox/toys/pending/ |
D | dhcp.c | 171 dhcp_msg_t dhcp; member
|
D | dhcpd.c | 165 dhcp_msg_t dhcp; member
|
/third_party/toybox/generated/ |
D | globals.h | 1492 struct dhcp_data dhcp; member
|