Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Drthdr.c70 struct ip6_rthdr *rthdr; in inet6_rthdr_init()
72 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch); in inet6_rthdr_init()
98 struct ip6_rthdr *rthdr; in inet6_rthdr_add()
100 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_add()
140 struct ip6_rthdr *rthdr; in inet6_rthdr_lasthop()
142 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_lasthop()
186 struct ip6_rthdr *rthdr; in inet6_rthdr_segments()
188 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_segments()
209 struct ip6_rthdr *rthdr; in inet6_rthdr_getaddr()
211 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_getaddr()
[all …]
/freebsd/sys/netinet6/
H A Droute6.c64 struct ip6_rthdr *rh; in route6_input()
93 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
H A Dip6_var.h119 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dip6_output.c3201 struct ip6_rthdr *rth; in ip6_setpktopt()
3210 if (len < sizeof(struct ip6_rthdr)) in ip6_setpktopt()
3212 rth = (struct ip6_rthdr *)buf; in ip6_setpktopt()
H A Dicmp6.c955 struct ip6_rthdr *rth; in icmp6_notify_error()
1000 rth = (struct ip6_rthdr *) in icmp6_notify_error()
/freebsd/contrib/tcpdump/
H A Dprint-rt6.c37 const struct ip6_rthdr *dp; in rt6_print()
46 dp = (const struct ip6_rthdr *)bp; in rt6_print()
H A Dprint-ip6.c52 const struct ip6_rthdr *dp; in ip6_finddst()
96 dp = (const struct ip6_rthdr *)cp; in ip6_finddst()
H A Dip6.h162 struct ip6_rthdr { struct
/freebsd/sys/netinet/
H A Dip6.h215 struct ip6_rthdr { struct
/freebsd/sbin/ping/
H A Dping6.c291 struct ip6_rthdr *rthdr = NULL; in ping6()
949 rthdr = (struct ip6_rthdr *)CMSG_DATA(scmsgp); in ping6()
1920 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr()
2584 hlen = (((struct ip6_rthdr *)cp)->ip6r_len+1) << 3; in pr_retip()
2585 nh = ((struct ip6_rthdr *)cp)->ip6r_nxt; in pr_retip()
/freebsd/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c148 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0; in test_rth_segments()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1650 PULLUP_TO(hlen, ulp, struct ip6_rthdr); in ipfw_chk()
1651 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()
1662 ((struct ip6_rthdr *) in ipfw_chk()
1669 hlen += (((struct ip6_rthdr *)ulp)->ip6r_len + 1) << 3; in ipfw_chk()
1670 proto = ((struct ip6_rthdr *)ulp)->ip6r_nxt; in ipfw_chk()
/freebsd/contrib/telnet/telnet/
H A Dcommands.c2856 struct ip6_rthdr *rth; in sourceroute()
2876 if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) + in sourceroute()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c322 static struct ip6_rthdr *rth;
/freebsd/sys/netpfil/pf/
H A Dpf.c9695 struct ip6_rthdr rthdr; in pf_walk_header6()