Home
last modified time | relevance | path

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

/src/lib/libc/net/
H A Dether_addr.c142 struct ether_addr local_ether; in ether_ntohost() local
170 if (!ether_line(buf, &local_ether, local_host)) { in ether_ntohost()
171 if (!bcmp((char *)&local_ether.octet[0], in ether_ntohost()
192 struct ether_addr local_ether; in ether_hostton() local
218 if (!ether_line(buf, &local_ether, local_host)) { in ether_hostton()
221 bcopy((char *)&local_ether.octet[0], in ether_hostton()