Home
last modified time | relevance | path

Searched refs:ETH_P_ALL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dx_snoop.c77 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
H A Diapp.c479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in iapp_init()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_linux.c386 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 Dcommon.h335 #ifndef ETH_P_ALL
336 #define ETH_P_ALL 0x0003 macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_roboswitch.c215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL, in wpa_driver_roboswitch_set_param()
H A Ddriver_nl80211_monitor.c407 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in nl80211_create_monitor_interface()
H A Ddriver_hostap.c221 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in hostap_init_sockets()
/freebsd/contrib/libpcap/
H A Dpcap-linux.c843 protocol = ETH_P_ALL; in pcap_protocol()