Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Dip.d89 ip_plength = (ip6 != NULL) ? (ntohs(ip6->ip6_ctlun.ip6_un1.ip6_un1_plen)) : 0;
106 ntohs(((struct ip6_hdr *)i)->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0)) : 0;
204 ipv6_tclass = (ip6 != NULL) ? (ip6->ip6_ctlun.ip6_un1.ip6_un1_flow & 0x0ff00000) >> 20 : 0;
205 ipv6_flow = (ip6 != NULL) ? (ip6->ip6_ctlun.ip6_un1.ip6_un1_flow & 0x000fffff) : 0;
206 ipv6_plen = (ip6 != NULL) ? ntohs(ip6->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0;
207 ipv6_nexthdr = (ip6 != NULL) ? ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt : 0;
209 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 1) ? "ICMP" :
210 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 2) ? "IGMP" :
211 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 4) ? "IP" :
212 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 6) ? "TCP" :
[all …]
/xnu-8020.101.4/bsd/netinet/
H A Dip6.h117 } ip6_un1; member
125 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
126 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
127 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
128 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
129 #define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c149 .ip6_ctlun.ip6_un1.ip6_un1_flow = 0xffffffff,
151 .ip6_ctlun.ip6_un1.ip6_un1_plen = 0,
152 .ip6_ctlun.ip6_un1.ip6_un1_nxt = 0xff,
153 .ip6_ctlun.ip6_un1.ip6_un1_hlim = 0xff,