Home
last modified time | relevance | path

Searched refs:ETH_P_OUI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Deth_p_oui.c120 iface->l2 = l2_packet_init(ifname, NULL, ETH_P_OUI, eth_p_rx, in eth_p_oui_register()
179 ethhdr->h_proto = host_to_be16(ETH_P_OUI); in eth_p_oui_send()
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h356 #ifndef ETH_P_OUI
357 #define ETH_P_OUI 0x88B7 macro