Home
last modified time | relevance | path

Searched refs:IP_HL_A (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c195 IP_HL_A(ip, sizeof(*ip) >> 2);
318 IP_HL_A(ip, IP_HL(ip) + (olen >> 2));
H A Dipft_ef.c122 IP_HL_A(ip, sizeof(ip_t));
H A Dipft_td.c142 IP_HL_A(ip, sizeof(ip_t));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h731 # define IP_HL_A(x,y) (x)->ip_vhl |= ((y) & 0xf) macro
1784 #ifndef IP_HL_A
1785 # define IP_HL_A(x,y) (x)->ip_hl = ((y) & 0xf) macro