Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/
Dlowpan6_common.c473 IP6H_NEXTH_SET(ip6hdr, lowpan6_buffer[lowpan6_offset++]); in lowpan6_decompress_hdr()
478 IP6H_NEXTH_SET(ip6hdr, 0); in lowpan6_decompress_hdr()
713 IP6H_NEXTH_SET(ip6hdr, IP6_NEXTH_UDP); in lowpan6_decompress_hdr()
/third_party/lwip/src/include/lwip/prot/
Dip6.h108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) macro
/third_party/lwip/src/core/ipv6/
Dip6_frag.c859 IP6H_NEXTH_SET(ip6hdr, IP6_NEXTH_FRAGMENT); in ip6_frag()
Dip6.c1271 IP6H_NEXTH_SET(ip6hdr, nexth);