Home
last modified time | relevance | path

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

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