Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip.h119 #define IP_VHL_HL(vhl) ((vhl) & 0x0f) argument
120 #define IP_VHL_V(vhl) ((vhl) >> 4) argument
/xnu-12377.61.12/bsd/net/
H A Dif_utun.c562 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx() local
563 u_int ip_version = (vhl >> 4); in utun_netif_sync_tx()
575 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
3767 uint8_t vhl = *(uint8_t *)(tx_baddr); in utun_kpipe_sync_rx() local
3768 u_int ip_version = (vhl >> 4); in utun_kpipe_sync_rx()
3780 pcb->utun_ifp->if_xname, ip_version, vhl, UTUN_HEADER_SIZE(pcb)); in utun_kpipe_sync_rx()