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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dx_snoop.c75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
H A Diapp.c479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dcommon.h323 #ifndef ETH_P_ALL
324 #define ETH_P_ALL 0x0003 macro
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c404 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
H A Ddriver_hostap.c221 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c1055 protocol = ETH_P_ALL;
6895 handle->fd = socket(PF_INET, SOCK_PACKET, htons(ETH_P_ALL));

Completed in 182 milliseconds