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
466 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx() local467 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() local3431 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()