Searched refs:LWIP_HOOK_DHCP_APPEND_OPTIONS (Results 1 – 3 of 3) sorted by relevance
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 89 #ifndef LWIP_HOOK_DHCP_APPEND_OPTIONS 90 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) macro 485 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_REQUESTING, msg_out, DHCP_REQUEST, &options_… in dhcp_select() 917 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, &dhcp, DHCP_STATE_INFORMING, msg_out, DHCP_INFORM, &options_o… in dhcp_inform() 996 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_BACKING_OFF, msg_out, DHCP_DECLINE, &options… in dhcp_decline() 1055 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_SELECTING, msg_out, DHCP_DISCOVER, &options_… in dhcp_discover() 1186 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_RENEWING, msg_out, DHCP_REQUEST, &options_ou… in dhcp_renew() 1241 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_REBINDING, msg_out, DHCP_DISCOVER, &options_… in dhcp_rebind() 1298 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, DHCP_STATE_REBOOTING, msg_out, DHCP_REQUEST, &options_o… in dhcp_reboot() 1366 … LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, dhcp->state, msg_out, DHCP_RELEASE, &options_out_len); in dhcp_release_and_stop()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3165 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) macro
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 48 * LWIP_HOOK_DHCP_APPEND_OPTIONS() has changed, see description in opt.h (options_out_len is not
|
Completed in 14 milliseconds