Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip.h119 #define IP_VHL_HL(vhl) ((vhl) & 0x0f) argument
120 #define IP_VHL_V(vhl) ((vhl) >> 4) argument
/xnu-8792.41.9/bsd/net/
H A Dif_utun.c466 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx() local
467 u_int ip_version = (vhl >> 4); in utun_netif_sync_tx()
479 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
3430 uint8_t vhl = *(uint8_t *)(tx_baddr); in utun_kpipe_sync_rx() local
3431 u_int ip_version = (vhl >> 4); in utun_kpipe_sync_rx()
3443 pcb->utun_ifp->if_xname, ip_version, vhl, UTUN_HEADER_SIZE(pcb)); in utun_kpipe_sync_rx()