Searched refs:ETH_P_ALL (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | x_snoop.c | 77 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
|
| H A D | iapp.c | 479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in iapp_init()
|
| /freebsd/contrib/wpa/src/l2_packet/ |
| H A D | l2_packet_linux.c | 386 htons(ETH_P_ALL)); in l2_packet_init_bridge() 397 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | common.h | 335 #ifndef ETH_P_ALL 336 #define ETH_P_ALL 0x0003 macro
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_roboswitch.c | 215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL, in wpa_driver_roboswitch_set_param()
|
| H A D | driver_nl80211_monitor.c | 407 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in nl80211_create_monitor_interface()
|
| H A D | driver_hostap.c | 221 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in hostap_init_sockets()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 843 protocol = ETH_P_ALL; in pcap_protocol()
|