Home
last modified time | relevance | path

Searched refs:ip4_current_header (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h151 #define ip4_current_header() ip_data.current_ip4_header macro
165 IPH_PROTO(ip4_current_header()))
168 …(const u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_le…
180 #define ip4_current_header() ip_data.current_ip4_header macro
184 #define ip_current_header_proto() IPH_PROTO(ip4_current_header())
186 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_head…
/third_party/lwip/src/core/ipv4/
Digmp.c340 ip4_addr_debug_print_val(IGMP_DEBUG, ip4_current_header()->src); in igmp_input()
342 ip4_addr_debug_print_val(IGMP_DEBUG, ip4_current_header()->dest); in igmp_input()
Dicmp.c94 iphdr_in = ip4_current_header(); in icmp_input()