Home
last modified time | relevance | path

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

/titanic_44/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 &&
350 ipv6_plen = I != NULL ? ntohs(I->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0;
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" :
[all …]
/titanic_44/usr/src/uts/common/netinet/
H A Dip6.h52 } ip6_un1; member
63 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
65 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
66 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
67 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
68 #define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim