Lines Matching refs:ip6_un1_nxt
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" :
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" :
218 stringof(ip6->ip6_ctlun.ip6_un1.ip6_un1_nxt);