Searched refs:IP6H_NEXTH (Results 1 – 6 of 6) sorted by relevance
393 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { in ip6_forward()430 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { in ip6_forward()441 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { in ip6_forward()701 nexth = &IP6H_NEXTH(ip6hdr);1017 nexth = &IP6H_NEXTH(ip6hdr);1097 (IP6H_NEXTH(ip6hdr) != IP6_NEXTH_ICMP6)) {1101 …EVEL_SERIOUS, ("ip6_input: Unsupported transport protocol %"U16_F"\n", (u16_t)IP6H_NEXTH(ip6hdr)));1466 IP6H_NEXTH(ip6hdr),
627 if (IP6H_NEXTH(iphdr_ptr) == IP6_NEXTH_FRAGMENT) { in ip6_reass()
175 IP6H_NEXTH(ip6_current_header()) :\212 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header())
233 if (IP6H_NEXTH(ip6hdr) == IP6_NEXTH_UDP) { in lowpan6_compress_headers()237 buffer[lowpan6_header_len++] = IP6H_NEXTH(ip6hdr); in lowpan6_compress_headers()320 if (IP6H_NEXTH(ip6hdr) == IP6_NEXTH_UDP) { in lowpan6_compress_headers()
103 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) macro
150 proto = IP6H_NEXTH(ip6hdr); in raw_input()
Completed in 24 milliseconds