Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c196 IP_V_A(ip, IPVERSION);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h730 # define IP_V_A(x,y) (x)->ip_vhl |= (((y) << 4) & 0xf0) macro
1778 #ifndef IP_V_A
1779 # define IP_V_A(x,y) (x)->ip_v = (y) macro