HomeSort by relevance Sort by last modified time
    Searched refs:ip6h_len (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
ip6.h 120 u_int8_t ip6h_len; /* length in units of 8 octets */ member in struct:ip6_hbh
print-ip6opts.c 294 TCHECK(dp->ip6h_len);
295 hbhlen = (int)((dp->ip6h_len + 1) << 3);
print-icmp6.c 561 if (!TTEST(hbh->ip6h_len))
564 hlen = (hbh->ip6h_len + 1) << 3;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 61 uint8_t ip6h_len; /* length in units of 8 octets. */ member in struct:ip6_hbh

Completed in 940 milliseconds