Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c445 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
482 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
493 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
761 nexth = &IP6H_NEXTH(ip6hdr);
1073 nexth = &IP6H_NEXTH(ip6hdr);
1157 (IP6H_NEXTH(ip6hdr) != IP6_NEXTH_ICMP6)) {
1161 …EVEL_SERIOUS, ("ip6_input: Unsupported transport protocol %"U16_F"\n", (u16_t)IP6H_NEXTH(ip6hdr)));
1538 IP6H_NEXTH(ip6hdr),
Dip6_frag.c647 if (IP6H_NEXTH(iphdr_ptr) == IP6_NEXTH_FRAGMENT) { in ip6_reass()
/third_party/lwip/src/include/lwip/
Dip.h191 IP6H_NEXTH(ip6_current_header()) :\
228 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header())
/third_party/lwip/src/netif/
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()
/third_party/lwip/src/include/lwip/prot/
Dip6.h103 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) macro
/third_party/lwip/
D0081-ip6-hdr.patch37 nexth = &IP6H_NEXTH(ip6hdr);
241 proto = IP6H_NEXTH(ip6hdr);
/third_party/lwip/src/core/
Draw.c153 proto = IP6H_NEXTH(ip6hdr); in raw_input()