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

/freebsd-10-stable/lib/libc/net/
H A Dether_addr.c144 struct ether_addr local_ether; local
172 if (!ether_line(buf, &local_ether, local_host)) {
173 if (!bcmp((char *)&local_ether.octet[0],
194 struct ether_addr local_ether; local
220 if (!ether_line(buf, &local_ether, local_host)) {
223 bcopy((char *)&local_ether.octet[0],

Completed in 98 milliseconds