Searched refs:rthdr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Drthdr.c1 /* $KAME: rthdr.c,v 1.19 2003/06/06 10:48:51 itojun Exp $ */
32 /* __FBSDID("$FreeBSD: src/lib/libc/net/rthdr.c,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); */
82 struct ip6_rthdr *rthdr; local
84 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch);
98 bzero(rthdr, sizeof(struct ip6_rthdr0));
99 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0;
113 struct ip6_rthdr *rthdr; local
115 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg);
117 switch (rthdr->ip6r_type) {
120 struct ip6_rthdr0 *rt0 = (struct ip6_rthdr0 *)rthdr;
157 struct ip6_rthdr *rthdr; local
206 struct ip6_rthdr *rthdr; local
231 struct ip6_rthdr *rthdr; local
263 struct ip6_rthdr *rthdr; local
[all...]
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c351 struct ip6_rthdr *rthdr = NULL; local
1028 rthdr = (struct ip6_rthdr *)CMSG_DATA(scmsgp);
1029 rthdr = inet6_rth_init((void *)rthdr, rthdrlen,
1031 if (rthdr == NULL)
1032 errx(1, "can't initialize rthdr");
1036 errx(1, "can't initialize rthdr");
1050 if (inet6_rth_add(rthdr,
1130 if (rthdr &&
1132 (void *)rthdr, (rthd
[all...]

Completed in 103 milliseconds