Searched refs:ip6d_len (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ip6opts.c199 ND_TCHECK(dp->ip6d_len);
200 dstoptlen = (int)((dp->ip6d_len + 1) << 3);
H A Dip6.h126 uint8_t ip6d_len; /* length in units of 8 octets */ member in struct:ip6_dest
/freebsd-13-stable/sys/netinet6/
H A Ddest6.c85 dstoptlen = (dstopts->ip6d_len + 1) << 3;
H A Dip6_output.c3150 destlen = (dest->ip6d_len + 1) << 3;
/freebsd-13-stable/sys/netinet/
H A Dip6.h134 u_int8_t ip6d_len; /* length in units of 8 octets */ member in struct:ip6_dest
/freebsd-13-stable/sbin/ping/
H A Dping6.c2680 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3;

Completed in 144 milliseconds