Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Ddest6.c83 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()
H A Dip6_output.c3149 destlen = (dest->ip6d_len + 1) << 3; in ip6_setpktopt()
/freebsd/contrib/tcpdump/
H A Dip6.h121 nd_uint8_t ip6d_len; /* length in units of 8 octets */ member
H A Dprint-ip6opts.c244 dstoptlen = (GET_U_1(dp->ip6d_len) + 1) << 3; in dstopt_process()
/freebsd/sys/netinet/
H A Dip6.h133 u_int8_t ip6d_len; /* length in units of 8 octets */ member
/freebsd/sbin/ping/
H A Dping6.c2574 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3; in pr_retip()