Home
last modified time | relevance | path

Searched refs:ip6_ctlun (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h53 } ip6_ctlun; member
59 #define ip6_vfc ip6_ctlun.ip6_un2_vfc /* 4 bits version and */
61 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
63 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
64 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
65 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
66 #define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in232 ip_plength = ntohs(I->ip6_ctlun.ip6_un1.ip6_un1_plen);
244 ntohs(((ip6_t *)I)->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0) : 0;
275 ntohs(((ip6_t *)I)->ip6_ctlun.ip6_un1.ip6_un1_plen) :
345 ipv6_ver = I != NULL ? I->ip6_ctlun.ip6_un2_vfc >> 4 : 0;
346 ipv6_tclass = I != NULL ? ((I->ip6_ctlun.ip6_un1.ip6_un1_flow &&
348 ipv6_flow = I != NULL ? I->ip6_ctlun.ip6_un1.ip6_un1_flow &&
351 ipv6_nexthdr = I != NULL ? I->ip6_ctlun.ip6_un1.ip6_un1_nxt : 0;
353 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_TCP ? "TCP" :
354 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_UDP ? "UDP" :
367 lltostr((uint64_t)I->ip6_ctlun.ip6_un1.ip6_un1_nxt);
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c91 if (ipv6hdr->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_IPV6) { in qede_dbg_ipv6_ext_hdr()