Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_hl.c70 int is_ipv6 = flag & HTT_RX_IND_HL_FLAG_IPV6 ? 1 : 0; in htt_set_checksum_result_hl()
/wlan-driver/fw-api/fw/
H A Dhtt.h12844 #define HTT_RX_IND_HL_FLAG_IPV6 (0x01 << 4) /* is ipv6, or else ipv4 */ macro