HomeSort by: relevance | last modified time | path
    Searched refs:ip6_ext (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/net/
ip6opt.c 131 struct ip6_ext *eh;
137 eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg);
212 struct ip6_ext *eh;
217 eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg);
280 struct ip6_ext *ip6e;
293 if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
339 struct ip6_ext *ip6e;
352 if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
443 struct ip6_ext *ext = (struct ip6_ext *)extbuf
    [all...]
  /src/sys/netinet/
ip6.h 136 struct ip6_ext { struct
  /src/sys/netinet6/
ip6_input.c 161 __CTASSERT(sizeof(struct ip6_ext) == 2);
1185 struct ip6_ext *ip6e = NULL;
1208 ip6e = mtod(ext, struct ip6_ext *);
1315 struct ip6_ext ip6e;
1368 struct ip6_ext ip6e;
1402 struct ip6_ext ip6e;
ip6_output.c 256 struct ip6_ext *eh = (struct ip6_ext *)(hp); \
2131 struct ip6_ext *ip6e;
2162 ip6e = (struct ip6_ext *)pktopt->ip6po_hbh;
2169 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr;
2176 ip6e = (struct ip6_ext *)pktopt->ip6po_dest1;
2183 ip6e = (struct ip6_ext *)pktopt->ip6po_dest2;
2271 int hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\
3318 (((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0
    [all...]
icmp6.c 993 struct ip6_ext *eh;
999 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
  /src/usr.sbin/traceroute6/
traceroute6.c 1056 hlen = (((struct ip6_ext *)cp)->ip6e_len + 2) << 2;
1057 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
1060 hlen = (((struct ip6_ext *)cp)->ip6e_len + 1) << 3;
1061 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
  /src/sys/netipsec/
ipsec_output.c 647 struct ip6_ext ip6e;
702 *off = *i + offsetof(struct ip6_ext, ip6e_nxt);
ipsec_input.c 455 struct ip6_ext ip6e;
496 protoff += offsetof(struct ip6_ext, ip6e_nxt);
xform_ah.c 296 struct ip6_ext *ip6e;
455 ip6e = (struct ip6_ext *)(ptr + off);
465 for (count = off + sizeof(struct ip6_ext);
ipsec.c 893 struct ip6_ext ip6e;
  /src/sys/net/npf/
npf_inet.c 471 struct ip6_ext *ip6e;
  /src/sbin/ping6/
ping6.c 2366 hlen = (((struct ip6_ext *)cp)->ip6e_len+2) << 2;
2367 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
  /src/sys/external/bsd/ipf/netinet/
fil.c 437 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr(fr_info_t *, int, int);
629 /* Returns: struct ip6_ext * - pointer to the start of the next header */
642 static INLINE struct ip6_ext *
646 struct ip6_ext *hdr;
722 struct ip6_ext *hdr;
742 struct ip6_ext *hdr;
884 struct ip6_ext *hdr;
  /src/sys/dist/pf/net/
pf_norm.c 1104 struct ip6_ext ext;
pf.c 4550 struct ip6_ext opt6;
6201 struct ip6_ext opt6;

Completed in 104 milliseconds