Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/dev/dtrace/scripts/
H A Dip.d207 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" :
213 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 17) ? "UDP" :
214 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 50) ? "ESP" :
215 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 51) ? "AH" :
216 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 58) ? "ICMPV6" :
217 (ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt == 255) ? "RAW" :
[all …]
/xnu-8796.141.3/bsd/netinet/
H A Dip6.h115 u_int8_t ip6_un1_nxt; /* next header */ member
127 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c171 .ip6_ctlun.ip6_un1.ip6_un1_nxt = 0xff,