Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip.h119 #define IP_VHL_HL(vhl) ((vhl) & 0x0f) argument
120 #define IP_VHL_V(vhl) ((vhl) >> 4) argument
/xnu-10063.101.15/bsd/net/
H A Dif_utun.c468 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx() local
3437 uint8_t vhl = *(uint8_t *)(tx_baddr); in utun_kpipe_sync_rx() local