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

  /external/tcpdump/
ip.h 53 nd_uint8_t ip_vhl; /* header length, version */ member in struct:ip
54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
print-ip.c 547 ND_TCHECK(ipds->ip->ip_vhl);
print-pim.c 887 ND_TCHECK(ip->ip_vhl);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 64 u_char ip_vhl; /* version << 4 | header length >> 2 */ member in struct:ip
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip_icmp.h 220 #define ICMP_ADVLEN(p) (8 + (IP_VHL_HL((p)->icmp_ip.ip_vhl) << 2) + 8)

Completed in 139 milliseconds