Lines Matching refs:ip6_ctlun
88 ip_ver = (ip6 != NULL) ? (ip6->ip6_ctlun.ip6_un2_vfc & 0xf0) >> 4 : 0;
89 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;
203 ipv6_ver = (ip6 != NULL) ? ip6->ip6_ctlun.ip6_un2_vfc : 10;
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" :
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);
219 ipv6_hlim = (ip6 != NULL) ? ip6->ip6_ctlun.ip6_un1.ip6_un1_hlim : 0;