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

/freebsd-13-stable/contrib/tcpdump/
H A Dip6.h79 uint32_t ip6_un1_flow; /* 20 bits of flow-ID */ member in struct:ip6_hdr::__anon6134::ip6_hdrctl
92 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
/freebsd-13-stable/sys/netinet/
H A Dip6.h77 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */ member in struct:ip6_hdr::__anon15341::ip6_hdrctl
89 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
/freebsd-13-stable/cddl/lib/libdtrace/
H A Dip.d294 ipv6_ver = p == NULL ? 0 : (ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0xf0000000) >> 28;
295 ipv6_tclass = p == NULL ? 0 : (ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0x0ff00000) >> 20;
296 ipv6_flow = p == NULL ? 0 : ntohl(p->ip6_ctlun.ip6_un1.ip6_un1_flow) & 0x000fffff;

Completed in 85 milliseconds