HomeSort by: relevance | last modified time | path
    Searched defs:ether_line (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
ethers.c 37 __weak_alias(ether_line,_ether_line)
119 ypbuflen = ether_line(ypbuf, &try, hostname);
126 if (ether_line(p, &try, hostname) == 0 &&
173 ypbuflen = ether_line(ypbuf, e, try);
180 if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0)
194 ether_line(const char *l, struct ether_addr *e, char *hostname) function in typeref:typename:int
  /src/lib/libc/include/
namespace.h 316 #define ether_line _ether_line macro

Completed in 119 milliseconds