Home
last modified time | relevance | path

Searched refs:IP_V_SET (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h66 #define IP_V_SET(iph,x) ((iph)->ip_fvhl = ((iph)->ip_fvhl & 0x0F) | ((x) << 4)) macro
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dpacket.c153 IP_V_SET (&ip, 4);