HomeSort by relevance Sort by last modified time
    Searched full:hbhlen (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-ip6opts.c 292 int hbhlen = 0; local
295 hbhlen = (int)((dp->ip6h_len + 1) << 3);
296 TCHECK2(*dp, hbhlen);
299 ip6_opt_print((const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp));
301 return(hbhlen);

Completed in 166 milliseconds