Searched refs:ip6_un1_flow (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dip6.h80 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */ member in struct:ip6_hdr::__anon4634::ip6_hdrctl
92 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
/freebsd-10.3-release/cddl/lib/libdtrace/
H A Dip.d272 ipv6_ver = p == NULL ? 0 : (ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0xf0000000) >> 28;
273 ipv6_tclass = p == NULL ? 0 : (ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0x0ff00000) >> 20;
274 ipv6_flow = p == NULL ? 0 : ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0x000fffff;
/freebsd-10.3-release/sys/netinet/
H A Dip6.h75 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */ member in struct:ip6_hdr::__anon11382::ip6_hdrctl
87 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow

Completed in 63 milliseconds