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

  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 64 u_char ip_vhl; /* version << 4 | header length >> 2 */ member in struct:ip
  /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)

Completed in 240 milliseconds