Home
last modified time | relevance | path

Searched defs:iph (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/dhcp/dist/includes/netinet/
H A Dip.h63 #define IP_V(iph) ((iph)->ip_fvhl >> 4) argument
64 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2) argument
65 #define IP_V_SET(iph,x) ((iph)->ip_fvhl = ((iph)->ip_fvhl & 0x0F) | ((x) << 4)) argument
66 #define IP_HL_SET(iph,x) ((iph)->ip_fvhl = \ argument