Searched refs:vhl (Results 1 – 2 of 2) sorted by relevance
119 #define IP_VHL_HL(vhl) ((vhl) & 0x0f) argument120 #define IP_VHL_V(vhl) ((vhl) >> 4) argument
562 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx() local563 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() local3768 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()