Searched refs:ip_vhl (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dip.h51 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)

Completed in 704 milliseconds