Searched refs:ETH_P_ALL (Results 1 - 25 of 28) sorted by relevance

12

/external/libnl/include/linux/
H A Dif_ether.h80 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/external/iproute2/include/linux/
H A Dif_ether.h101 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dx_snoop.c75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
H A Diapp.c470 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/external/wpa_supplicant_8/src/ap/
H A Dx_snoop.c75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
H A Diapp.c470 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dx_snoop.c75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
H A Diapp.c470 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h109 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_linux.c318 * authorization). To work around this, register ETH_P_ALL version of
327 htons(ETH_P_ALL));
338 ll.sll_protocol = htons(ETH_P_ALL);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_linux.c318 * authorization). To work around this, register ETH_P_ALL version of
327 htons(ETH_P_ALL));
338 ll.sll_protocol = htons(ETH_P_ALL);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_linux.c318 * authorization). To work around this, register ETH_P_ALL version of
327 htons(ETH_P_ALL));
338 ll.sll_protocol = htons(ETH_P_ALL);
/external/libnl/lib/route/
H A Dcls_obj.c208 return ETH_P_ALL;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h339 #ifndef ETH_P_ALL
340 #define ETH_P_ALL 0x0003 macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h339 #ifndef ETH_P_ALL
340 #define ETH_P_ALL 0x0003 macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h339 #ifndef ETH_P_ALL
340 #define ETH_P_ALL 0x0003 macro
/external/iproute2/tc/
H A Dtc_filter.c76 protocol = htons(ETH_P_ALL);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_monitor.c395 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
H A Ddriver_roboswitch.c215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_monitor.c395 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
H A Ddriver_roboswitch.c215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_monitor.c395 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
H A Ddriver_roboswitch.c215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL,
/external/libnl/lib/
H A Dutils.c612 __ADD(ETH_P_ALL,all)
/external/libpcap/
H A Dpcap-linux.c966 sock_fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
3015 socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_ALL)) :
3016 socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
3133 htons(ETH_P_ALL));
4679 sll.sll_protocol = htons(ETH_P_ALL);
5564 handle->fd = socket(PF_INET, SOCK_PACKET, htons(ETH_P_ALL));

Completed in 1383 milliseconds

12