Searched refs:ip6_un1_nxt (Results 1 – 3 of 3) sorted by relevance
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" : [all …]
115 u_int8_t ip6_un1_nxt; /* next header */ member127 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
171 .ip6_ctlun.ip6_un1.ip6_un1_nxt = 0xff,