Symbol: ip6_ext
lib/libc/net/ip6opt.c
76
struct ip6_ext *ext = (struct ip6_ext *)extbuf;
sys/net/pf.c
7690
struct ip6_ext ext;
sys/net/pf.c
7826
struct ip6_ext ext;
sys/net/pf_norm.c
912
if ((m = m_getptr(m, extoff + offsetof(struct ip6_ext,
sys/net/pf_norm.c
963
if ((m = m_getptr(m, extoff + offsetof(struct ip6_ext,
sys/netinet/ip_ah.c
206
struct ip6_ext *ip6e;
sys/netinet/ip_ah.c
398
sizeof(struct ip6_ext) > skip)
sys/netinet/ip_ah.c
400
ip6e = (struct ip6_ext *)(ptr + off);
sys/netinet/ip_ah.c
414
for (count = off + sizeof(struct ip6_ext);
sys/netinet/ipsec_input.c
1042
struct ip6_ext ip6e;
sys/netinet/ipsec_input.c
1090
protoff += offsetof(struct ip6_ext, ip6e_nxt);
sys/netinet/ipsec_output.c
356
off = hlen + offsetof(struct ip6_ext, ip6e_nxt);
sys/netinet/ipsec_output.c
83
struct ip6_ext ip6e;
sys/netinet6/icmp6.c
787
struct ip6_ext *eh;
sys/netinet6/ip6_input.c
1132
struct ip6_ext *ip6e = NULL;
sys/netinet6/ip6_input.c
1155
ip6e = mtod(ext, struct ip6_ext *);
sys/netinet6/ip6_input.c
1224
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
1291
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
1325
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
728
struct ip6_ext opt6;
sys/netinet6/ip6_output.c
1654
struct ip6_ext *ip6e;
sys/netinet6/ip6_output.c
1681
ip6e = (struct ip6_ext *)pktopt->ip6po_hbh;
sys/netinet6/ip6_output.c
1690
ip6e = (struct ip6_ext *)pktopt->ip6po_dest1;
sys/netinet6/ip6_output.c
1697
ip6e = (struct ip6_ext *)pktopt->ip6po_dest2;
sys/netinet6/ip6_output.c
1767
hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\
sys/netinet6/ip6_output.c
190
struct ip6_ext *eh = (struct ip6_ext *)(hp); \
usr.sbin/traceroute/worker.c
734
hlen = (((struct ip6_ext *)cp)->ip6e_len + 2) << 2;
usr.sbin/traceroute/worker.c
735
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
usr.sbin/traceroute/worker.c
738
hlen = (((struct ip6_ext *)cp)->ip6e_len + 1) << 3;
usr.sbin/traceroute/worker.c
739
nh = ((struct ip6_ext *)cp)->ip6e_nxt;