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

  /external/tcpdump/
ip.h 51 u_int8_t ip_vhl; /* header length, version */ member in struct:ip
52 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
ip_icmp.h 220 #define ICMP_ADVLEN(p) (8 + (IP_VHL_HL((p)->icmp_ip.ip_vhl) << 2) + 8)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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 259 milliseconds