Home
last modified time | relevance | path

Searched refs:IP6H_NEXTH (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/src/core/ipv6/
A Dip6.c393 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),
A Dip6_frag.c627 if (IP6H_NEXTH(iphdr_ptr) == IP6_NEXTH_FRAGMENT) { in ip6_reass()
/lib/lwip/lwip/src/include/lwip/
A Dip.h175 IP6H_NEXTH(ip6_current_header()) :\
212 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header())
/lib/lwip/lwip/src/netif/
A Dlowpan6_common.c233 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()
/lib/lwip/lwip/src/include/lwip/prot/
A Dip6.h103 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) macro
/lib/lwip/lwip/src/core/
A Draw.c150 proto = IP6H_NEXTH(ip6hdr); in raw_input()

Completed in 24 milliseconds