Symbol: ip6_ext
lib/libc/net/ip6opt.c
131
struct ip6_ext *eh;
lib/libc/net/ip6opt.c
137
eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg);
lib/libc/net/ip6opt.c
212
struct ip6_ext *eh;
lib/libc/net/ip6opt.c
217
eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg);
lib/libc/net/ip6opt.c
280
struct ip6_ext *ip6e;
lib/libc/net/ip6opt.c
293
if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
lib/libc/net/ip6opt.c
339
struct ip6_ext *ip6e;
lib/libc/net/ip6opt.c
352
if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
lib/libc/net/ip6opt.c
443
struct ip6_ext *ext = (struct ip6_ext *)extbuf;
sbin/ping6/ping6.c
2366
hlen = (((struct ip6_ext *)cp)->ip6e_len+2) << 2;
sbin/ping6/ping6.c
2367
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
sys/dist/pf/net/pf.c
4550
struct ip6_ext opt6;
sys/dist/pf/net/pf.c
6201
struct ip6_ext opt6;
sys/dist/pf/net/pf_norm.c
1104
struct ip6_ext ext;
sys/net/npf/npf_inet.c
471
struct ip6_ext *ip6e;
sys/netinet6/icmp6.c
993
struct ip6_ext *eh;
sys/netinet6/icmp6.c
999
IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
sys/netinet6/ip6_input.c
1185
struct ip6_ext *ip6e = NULL;
sys/netinet6/ip6_input.c
1208
ip6e = mtod(ext, struct ip6_ext *);
sys/netinet6/ip6_input.c
1315
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
1368
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
1402
struct ip6_ext ip6e;
sys/netinet6/ip6_input.c
161
__CTASSERT(sizeof(struct ip6_ext) == 2);
sys/netinet6/ip6_output.c
2131
struct ip6_ext *ip6e;
sys/netinet6/ip6_output.c
2162
ip6e = (struct ip6_ext *)pktopt->ip6po_hbh;
sys/netinet6/ip6_output.c
2169
ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr;
sys/netinet6/ip6_output.c
2176
ip6e = (struct ip6_ext *)pktopt->ip6po_dest1;
sys/netinet6/ip6_output.c
2183
ip6e = (struct ip6_ext *)pktopt->ip6po_dest2;
sys/netinet6/ip6_output.c
2271
int hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\
sys/netinet6/ip6_output.c
256
struct ip6_ext *eh = (struct ip6_ext *)(hp); \
sys/netinet6/ip6_output.c
3318
(((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0)
sys/netipsec/ipsec.c
893
struct ip6_ext ip6e;
sys/netipsec/ipsec_input.c
455
struct ip6_ext ip6e;
sys/netipsec/ipsec_input.c
496
protoff += offsetof(struct ip6_ext, ip6e_nxt);
sys/netipsec/ipsec_output.c
647
struct ip6_ext ip6e;
sys/netipsec/ipsec_output.c
702
*off = *i + offsetof(struct ip6_ext, ip6e_nxt);
sys/netipsec/xform_ah.c
296
struct ip6_ext *ip6e;
sys/netipsec/xform_ah.c
455
ip6e = (struct ip6_ext *)(ptr + off);
sys/netipsec/xform_ah.c
465
for (count = off + sizeof(struct ip6_ext);
usr.sbin/traceroute6/traceroute6.c
1056
hlen = (((struct ip6_ext *)cp)->ip6e_len + 2) << 2;
usr.sbin/traceroute6/traceroute6.c
1057
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
usr.sbin/traceroute6/traceroute6.c
1060
hlen = (((struct ip6_ext *)cp)->ip6e_len + 1) << 3;
usr.sbin/traceroute6/traceroute6.c
1061
nh = ((struct ip6_ext *)cp)->ip6e_nxt;