Home
last modified time | relevance | path

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

/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) :
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" :
355 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_IP ? "IP" :
367 lltostr((uint64_t)I->ip6_ctlun.ip6_un1.ip6_un1_nxt);
[all …]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h50 } ip6_un1; member
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/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()