Home
last modified time | relevance | path

Searched refs:h_proto (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_ether.h59 __be16 h_proto; member
69 __be16 h_proto; member
/wlan-driver/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet.h
H A Dl2_packet_freebsd.c
H A Dl2_packet_winpcap.c
H A Dl2_packet_pcap.c
H A Dl2_packet_ndis.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c1944 if (eth_hdr->eth_II.h_proto == htons(ETH_P_IP)) { in hdd_wmm_get_user_priority_from_ip_tos()
1952 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_IPV6)) { in hdd_wmm_get_user_priority_from_ip_tos()
1958 } else if ((ntohs(eth_hdr->eth_II.h_proto) < WLAN_MIN_PROTO) && in hdd_wmm_get_user_priority_from_ip_tos()
1962 (eth_hdr->eth_8023.h_proto == htons(ETH_P_IP))) { in hdd_wmm_get_user_priority_from_ip_tos()
1969 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_8021Q)) { in hdd_wmm_get_user_priority_from_ip_tos()
1991 && (eth_hdr->eth_8023v.h_proto == in hdd_wmm_get_user_priority_from_ip_tos()
2015 if (eth_hdr->eth_II.h_proto == in hdd_wmm_get_user_priority_from_ip_tos()
H A Dwlan_hdd_softap_tx_rx.c856 msg->eh.h_proto = htons(sizeof(*msg) - sizeof(struct ethhdr)); in hdd_softap_ind_l2_update()
H A Dwlan_hdd_cfg80211.c29575 ehdr->h_proto = proto; in __wlan_hdd_cfg80211_tx_control_port()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Deth_p_oui.c
H A Dpreauth_auth.c
H A Dwpa_auth_glue.c
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_ipa.c878 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in ol_txrx_ipa_setup_iface()
900 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in ol_txrx_ipa_setup_iface()
1448 uc_tx_hdr->eth.h_proto = cpu_to_be16(ETH_P_IPV6); in ol_txrx_ipa_add_header_info()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c3107 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()
3130 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
3390 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()
3410 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_nbuf.h2063 uint16_t ether_type = ntohs(eh->h_proto); \
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c