Searched refs:ETHERTYPE_IP (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/ndk_musl_include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/musl/include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | ethernet.h | 24 #define ETHERTYPE_IP 0x0800 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_ctrl_iface.c | 1897 ETHERTYPE_IP, hostapd_data_test_rx, in hostapd_ctrl_iface_data_test_config() 1955 eth->ether_type = htons(ETHERTYPE_IP); in hostapd_ctrl_iface_data_test_tx() 1971 if (l2_packet_send(hapd->l2_test, dst, ETHERTYPE_IP, &buf[2], in hostapd_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_ctrl_iface.c | 2092 ETHERTYPE_IP, hostapd_data_test_rx, in hostapd_ctrl_iface_data_test_config() 2150 eth->ether_type = htons(ETHERTYPE_IP); in hostapd_ctrl_iface_data_test_tx() 2166 if (l2_packet_send(hapd->l2_test, dst, ETHERTYPE_IP, &buf[2], in hostapd_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 9036 ETHERTYPE_IP, wpas_data_test_rx, in wpas_ctrl_iface_data_test_config() 9094 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx() 9110 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 9714 ETHERTYPE_IP, wpas_data_test_rx, in wpas_ctrl_iface_data_test_config() 9772 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx() 9788 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_iface_data_test_tx()
|