Searched refs:ip4_current_header (Results 1 – 3 of 3) sorted by relevance
151 #define ip4_current_header() ip_data.current_ip4_header macro165 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 macro184 #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…
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()