Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/netif/
H A 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()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/
H A Dip6.h108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) macro
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6_frag.c839 IP6H_NEXTH_SET(ip6hdr, IP6_NEXTH_FRAGMENT); in ip6_frag()
H A Dip6.c1211 IP6H_NEXTH_SET(ip6hdr, nexth);