ypwhich.c | 85 static struct in_addr *find_server(const char *, const char *, int); 173 inaddr = find_server(targhost, ourdomain, tcp); 211 * find_server: ask a host's ypbind who its current ypserver is 214 find_server(const char *host, const char *domain, int tcp) function in typeref:struct:in_addr * 302 inaddr = find_server(host, domain, tcp);
|