Home
last modified time | relevance | path

Searched refs:rthdr (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/lib/libc/net/
Drthdr.c75 struct ip6_rthdr *rthdr; local
77 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch);
91 bzero(rthdr, sizeof(struct ip6_rthdr0));
92 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0;
106 struct ip6_rthdr *rthdr; local
108 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
110 switch (rthdr->ip6r_type) {
113 struct ip6_rthdr0 *rt0 = (struct ip6_rthdr0 *)rthdr;
150 struct ip6_rthdr *rthdr; local
152 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
[all …]
DMakefile.inc16 rcmd.c rcmdsh.c recv.c rthdr.c sctp_sys_calls.c send.c \
/freebsd-9-stable/sbin/ping6/
Dping6.c323 struct ip6_rthdr *rthdr = NULL; in main() local
909 rthdr = (struct ip6_rthdr *)CMSG_DATA(scmsgp); in main()
910 rthdr = inet6_rth_init((void *)rthdr, rthdrlen, in main()
912 if (rthdr == NULL) in main()
931 if (inet6_rth_add(rthdr, in main()
983 if (rthdr && in main()
985 (void *)rthdr, (rthdr->ip6r_len + 1) << 3)) in main()
/freebsd-9-stable/usr.sbin/rarpd/
Drarpd.c712 struct rt_msghdr rthdr; member
743 rt = &rtmsg.rthdr; in update_arptab()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf.c7281 struct ip6_rthdr rthdr; local
7291 if (!pf_pull_hdr(m, off, &rthdr, sizeof(rthdr), NULL,
7300 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) {