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

/barrelfish-master/include/lwip2/lwip/
H A Dip.h149 #define ip4_current_header() ((const struct ip_hdr*)(ip_data.current_ip4_header)) macro
163 IPH_PROTO(ip4_current_header()))
166 (const u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_len()))
178 #define ip4_current_header() ((const struct ip_hdr*)(ip_data.current_ip4_header)) macro
182 #define ip_current_header_proto() IPH_PROTO(ip4_current_header())
184 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_header_tot_len()))
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dicmp.c94 iphdr_in = ip4_current_header();
H A Digmp.c340 ip4_addr_debug_print(IGMP_DEBUG, &(ip4_current_header()->src));
342 ip4_addr_debug_print(IGMP_DEBUG, &(ip4_current_header()->dest));

Completed in 24 milliseconds