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
|