Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6opts.c314 TCHECK(dp->ip6d_len); in dstopt_print()
315 dstoptlen = (int)((dp->ip6d_len + 1) << 3); in dstopt_print()
Dip6.h128 u_int8_t ip6d_len; /* length in units of 8 octets */ member
/external/ping6/
Dping6.c2516 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3; in pr_retip()