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

12

/external/libnl/include/linux/
H A Dif_ether.h80 #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.c466 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.c466 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.c466 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/external/iproute2/include/linux/
H A Dif_ether.h110 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h110 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/external/autotest/client/bin/net/
H A Dnet_utils.py125 self._socket.bind((name, raw_socket.ETH_P_ALL))
384 self._socket.bind((self._name, raw_socket.ETH_P_ALL))
462 ETH_P_ALL = 0x0003 # Use for binding a RAW Socket to all protocols variable in class:raw_socket
508 self._socket.bind((self._name, self.ETH_P_ALL))
513 self._socket.bind((self._name, self.ETH_P_ALL))
H A Dnet_utils_unittest.py91 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
891 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1025 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1047 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1075 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1113 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1176 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1209 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
1264 s.bind.expect_call(('eth0', net_utils.raw_socket.ETH_P_ALL))
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_linux.c349 * authorization). To work around this, register ETH_P_ALL version of
358 htons(ETH_P_ALL));
369 ll.sll_protocol = htons(ETH_P_ALL);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_linux.c349 * authorization). To work around this, register ETH_P_ALL version of
358 htons(ETH_P_ALL));
369 ll.sll_protocol = htons(ETH_P_ALL);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_linux.c349 * authorization). To work around this, register ETH_P_ALL version of
358 htons(ETH_P_ALL));
369 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.h313 #ifndef ETH_P_ALL
314 #define ETH_P_ALL 0x0003 macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h313 #ifndef ETH_P_ALL
314 #define ETH_P_ALL 0x0003 macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h313 #ifndef ETH_P_ALL
314 #define ETH_P_ALL 0x0003 macro
/external/iproute2/tc/
H A Dtc_filter.c72 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,

Completed in 725 milliseconds

12