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

/freebsd-11.0-release/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.c470 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h313 #ifndef ETH_P_ALL
314 #define ETH_P_ALL 0x0003 macro
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c395 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-linux.c965 sock_fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
3025 socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_ALL)) :
3026 socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
3144 htons(ETH_P_ALL));
4712 sll.sll_protocol = htons(ETH_P_ALL);
5582 handle->fd = socket(PF_INET, SOCK_PACKET, htons(ETH_P_ALL));

Completed in 172 milliseconds