Searched refs:ip6_rthdr (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/lib/libc/net/
H A Drthdr.c75 struct ip6_rthdr *rthdr;
77 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch);
106 struct ip6_rthdr *rthdr;
108 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
150 struct ip6_rthdr *rthdr;
152 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
199 struct ip6_rthdr *rthdr;
201 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
224 struct ip6_rthdr *rthdr;
226 rthdr = (struct ip6_rthdr *)CMSG_DAT
[all...]
/freebsd-10.3-release/sys/netinet6/
H A Droute6.c63 struct ip6_rthdr *rh;
82 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
85 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
H A Dip6_var.h122 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dicmp6.c986 struct ip6_rthdr *rth;
1027 rth = (struct ip6_rthdr *)
1030 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
H A Dip6_output.c2724 struct ip6_rthdr *rth;
2733 if (len < sizeof(struct ip6_rthdr))
2735 rth = (struct ip6_rthdr *)buf;
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-rt6.c46 register const struct ip6_rthdr *dp;
52 dp = (struct ip6_rthdr *)bp;
H A Dip6.h158 struct ip6_rthdr { struct
/freebsd-10.3-release/sys/netinet/
H A Dip6.h214 struct ip6_rthdr { struct
/freebsd-10.3-release/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c151 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0;
/freebsd-10.3-release/sys/net/
H A Dflowtable.c355 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
356 hlen += (((struct ip6_rthdr *)ulp)->ip6r_len + 1) << 3;
357 proto = ((struct ip6_rthdr *)ulp)->ip6r_nxt;
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c310 struct ip6_rthdr *rthdr = NULL;
904 rthdr = (struct ip6_rthdr *)CMSG_DATA(scmsgp);
1859 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
2586 hlen = (((struct ip6_rthdr *)cp)->ip6r_len+1) << 3;
2587 nh = ((struct ip6_rthdr *)cp)->ip6r_nxt;
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1057 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
1058 switch (((struct ip6_rthdr *)ulp)->ip6r_type) {
1069 ((struct ip6_rthdr *)
1076 hlen += (((struct ip6_rthdr *)ulp)->ip6r_len + 1) << 3;
1077 proto = ((struct ip6_rthdr *)ulp)->ip6r_nxt;
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dcommands.c2863 struct ip6_rthdr *rth;
2883 if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) +
/freebsd-10.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c341 struct ip6_rthdr *rth;
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf.c6221 struct ip6_rthdr rthdr;

Completed in 284 milliseconds