Home
last modified time | relevance | path

Searched refs:eth_get (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c175 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function
254 if (eth_get(l2->ifname, l2->own_addr) < 0) { in l2_packet_init()
H A Dl2_packet_pcap.c63 if (eth_get(l2->eth, &own_addr) < 0) { in l2_packet_init_libdnet()
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp.c870 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function
968 if (eth_get(net_if, mac) < 0) { in get_netif_info()