Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dip.h162 #define ip4_current_header() ip_data.current_ip4_header macro
176 IPH_PROTO(ip4_current_header()))
179 …(const u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_le…
191 #define ip4_current_header() ip_data.current_ip4_header macro
195 #define ip_current_header_proto() IPH_PROTO(ip4_current_header())
197 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_head…
/lib/lwip/lwip/src/core/ipv4/
A 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()
A Dicmp.c94 iphdr_in = ip4_current_header(); in icmp_input()

Completed in 23 milliseconds