Searched refs:ETHERTYPE_IP (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/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/musl/porting/liteos_m/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 | 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/wpa_supplicant/ |
D | ctrl_iface.c | 8971 ETHERTYPE_IP, wpas_data_test_rx, in wpas_ctrl_iface_data_test_config() 9029 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx() 9045 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/wpa_supplicant/ |
D | ctrl_iface.c | 8971 ETHERTYPE_IP, wpas_data_test_rx, in wpas_ctrl_iface_data_test_config() 9029 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx() 9045 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_iface_data_test_tx()
|