Searched refs:ip4_current_header (Results 1 – 3 of 3) sorted by relevance
162 #define ip4_current_header() ip_data.current_ip4_header macro176 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 macro195 #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…
340 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()
94 iphdr_in = ip4_current_header(); in icmp_input()
Completed in 23 milliseconds