Home
last modified time | relevance | path

Searched refs:IP6H_HOPLIM (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/netif/
Dlowpan6_common.c241 if (IP6H_HOPLIM(ip6hdr) == 255) { in lowpan6_compress_headers()
243 } else if (IP6H_HOPLIM(ip6hdr) == 64) { in lowpan6_compress_headers()
245 } else if (IP6H_HOPLIM(ip6hdr) == 1) { in lowpan6_compress_headers()
249 buffer[lowpan6_header_len++] = IP6H_HOPLIM(ip6hdr); in lowpan6_compress_headers()
/third_party/lwip/src/include/lwip/prot/
Dip6.h105 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) macro
/third_party/lwip/src/core/ipv6/
Dip6.c477 IP6H_HOPLIM_SET(iphdr, IP6H_HOPLIM(iphdr) - 1);
479 if (IP6H_HOPLIM(iphdr) == 0) {
1539 IP6H_HOPLIM(ip6hdr)));
Dnd6.c319 if (IP6H_HOPLIM(ip6_current_header()) != ND6_HOPLIM || na_hdr->code != 0 || in nd6_input()
450 if (IP6H_HOPLIM(ip6_current_header()) != ND6_HOPLIM || ns_hdr->code != 0 || in nd6_input()
577 IP6H_HOPLIM(ip6_current_header()) != ND6_HOPLIM || ra_hdr->code != 0) { in nd6_input()
829 IP6H_HOPLIM(ip6_current_header()) != ND6_HOPLIM || in nd6_input()