Searched refs:ip6_dest (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet6/
H A Ddest6.c69 struct ip6_dest *dstopts;
84 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
95 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
97 dstoptlen -= sizeof(struct ip6_dest);
98 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
H A Dip6_var.h149 struct ip6_dest *ip6po_dest1;
155 struct ip6_dest *ip6po_dest2;
H A Dip6_output.c2985 struct ip6_dest *dest, **newdest = NULL;
3001 if (len < sizeof(struct ip6_dest))
3003 dest = (struct ip6_dest *)buf;
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-ip6opts.c196 const struct ip6_dest *dp = (const struct ip6_dest *)bp;
H A Dip6.h124 struct ip6_dest { struct
/freebsd-12-stable/sys/netinet/
H A Dip6.h133 struct ip6_dest { struct
/freebsd-12-stable/sbin/ping6/
H A Dping6.c2646 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3;
2647 nh = ((struct ip6_dest *)cp)->ip6d_nxt;

Completed in 125 milliseconds