Searched refs:LWIP_HOOK_DHCP6_APPEND_OPTIONS (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 73 #ifndef LWIP_HOOK_DHCP6_APPEND_OPTIONS 74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) macro 478 LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, DHCP6_STATE_REQUESTING_CONFIG, msg_out, in dhcp6_information_request()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3159 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) macro
|