Home
last modified time | relevance | path

Searched defs:ip6_hdr (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/tcpdump/dist/
H A Dip6.h72 struct ip6_hdr { struct
87 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) argument
/minix3/sys/netinet/
H A Dip6.h72 struct ip6_hdr { struct
74 struct ip6_hdrctl { argument
81 } ip6_ctlun;
82 struct in6_addr ip6_src; /* source address */
83 struct in6_addr ip6_dst; /* destination address */
/minix3/minix/lib/liblwip/dist/src/include/lwip/prot/
H A Dip6.h80 struct ip6_hdr { struct
/minix3/minix/net/lwip/
H A Dipsock.c6 #define ip6_hdr __netbsd_ip6_hdr /* conflicting definitions */ macro
/minix3/minix/lib/liblwip/dist/src/netif/
H A Dlowpan6.c628 struct ip6_hdr * ip6_hdr; in lowpan6_output() local