Symbol: ip6_exthdr_get
sys/netinet/tcp_input.c
431
th = ip6_exthdr_get(mp, iphlen, sizeof(*th));
sys/netinet/tcp_input.c
515
th = ip6_exthdr_get(mp, iphlen, off);
sys/netinet/udp_usrreq.c
219
uh = ip6_exthdr_get(mp, iphlen, sizeof(struct udphdr));
sys/netinet6/dest6.c
56
dstopts = ip6_exthdr_get(mp, off, sizeof(*dstopts));
sys/netinet6/dest6.c
61
dstopts = ip6_exthdr_get(mp, off, dstoptlen);
sys/netinet6/frag6.c
128
ip6f = ip6_exthdr_get(mp, offset, sizeof(*ip6f));
sys/netinet6/frag6.c
451
prvnxtp = ip6_exthdr_get(mp, prvnxt, sizeof(*prvnxtp));
sys/netinet6/icmp6.c
1216
nd_rd = ip6_exthdr_get(&m, off, icmp6len);
sys/netinet6/icmp6.c
285
icp = ip6_exthdr_get(&m, off, sizeof(*icp));
sys/netinet6/icmp6.c
410
icmp6 = ip6_exthdr_get(mp, off, sizeof(*icmp6));
sys/netinet6/icmp6.c
591
nicmp6 = ip6_exthdr_get(&n, off, sizeof(*nicmp6));
sys/netinet6/icmp6.c
764
icmp6 = ip6_exthdr_get(&m, off,
sys/netinet6/icmp6.c
793
eh = ip6_exthdr_get(&m, eoff, sizeof(*eh));
sys/netinet6/icmp6.c
814
rth = ip6_exthdr_get(&m, eoff, sizeof(*rth));
sys/netinet6/icmp6.c
832
rth0 = ip6_exthdr_get(&m, eoff, rthlen);
sys/netinet6/icmp6.c
848
fh = ip6_exthdr_get(&m, eoff, sizeof(*fh));
sys/netinet6/icmp6.c
878
icmp6 = ip6_exthdr_get(&m, off,
sys/netinet6/ip6_input.c
678
hbh = ip6_exthdr_get(mp, sizeof(struct ip6_hdr),
sys/netinet6/ip6_input.c
807
hbh = ip6_exthdr_get(mp, sizeof(struct ip6_hdr),
sys/netinet6/ip6_input.c
814
hbh = ip6_exthdr_get(mp, sizeof(struct ip6_hdr), hbhlen);
sys/netinet6/mld6.c
189
mldh = ip6_exthdr_get(&m, off, sizeof(*mldh));
sys/netinet6/nd6_nbr.c
117
nd_ns = ip6_exthdr_get(&m, off, icmp6len);
sys/netinet6/nd6_nbr.c
540
nd_na = ip6_exthdr_get(&m, off, icmp6len);
sys/netinet6/nd6_rtr.c
101
nd_ra = ip6_exthdr_get(&m, off, icmp6len);
sys/netinet6/nd6_rtr.c
85
nd_rs = ip6_exthdr_get(&m, off, icmp6len);
sys/netinet6/raw_ip6.c
145
icmp6 = ip6_exthdr_get(mp, *offp, sizeof(*icmp6));
sys/netinet6/route6.c
59
rh = ip6_exthdr_get(mp, off, sizeof(*rh));