Home
last modified time | relevance | path

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

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