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

/netbsd-current/sys/netinet6/
H A Droute6.c54 struct ip6_rthdr *rh;
57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
76 off + offsetof(struct ip6_rthdr, ip6r_type));
H A Dip6_var.h90 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dip6_output.c134 static int ip6_handle_rthdr(struct ip6_rthdr *, struct ip6_hdr *);
141 ip6_handle_rthdr(struct ip6_rthdr *rh, struct ip6_hdr *ip6)
427 struct ip6_rthdr *rh;
429 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
3147 struct ip6_rthdr *rth;
3156 if (len < sizeof(struct ip6_rthdr))
3158 rth = (struct ip6_rthdr *)buf;
H A Dicmp6.c988 struct ip6_rthdr *rth;
1014 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
H A Dip6_input.c169 __CTASSERT(sizeof(struct ip6_rthdr) == 4);
/netbsd-current/lib/libc/net/
H A Drthdr.c87 struct ip6_rthdr *rthdr;
92 rthdr = (struct ip6_rthdr *)(void *)CMSG_DATA(ch);
116 struct ip6_rthdr *rthdr;
121 rthdr = (struct ip6_rthdr *)(void *)CMSG_DATA(cmsg);
153 struct ip6_rthdr *rthdr;
157 rthdr = (struct ip6_rthdr *)(void *)CMSG_DATA(cmsg);
188 const struct ip6_rthdr *rthdr;
217 struct ip6_rthdr *rthdr;
221 rthdr = (struct ip6_rthdr *)(void *)CMSG_DATA(cmsg);
252 const struct ip6_rthdr *rthd
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-rt6.c44 const struct ip6_rthdr *dp;
53 dp = (const struct ip6_rthdr *)bp;
H A Dip6.h158 struct ip6_rthdr { struct
H A Dprint-ip6.c59 const struct ip6_rthdr *dp;
103 dp = (const struct ip6_rthdr *)cp;
/netbsd-current/sys/netinet/
H A Dip6.h229 struct ip6_rthdr { struct
/netbsd-current/sbin/ping6/
H A Dping6.c293 struct ip6_rthdr *rthdr = NULL;
1659 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
2360 hlen = (((struct ip6_rthdr *)cp)->ip6r_len+1) << 3;
2361 nh = ((struct ip6_rthdr *)cp)->ip6r_nxt;
/netbsd-current/sys/dist/pf/net/
H A Dpf.c6168 struct ip6_rthdr rthdr;

Completed in 249 milliseconds