Searched refs:resolv_client (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv.c | 82 CLIENT *resolv_client = NULL; variable 384 &resolv_client, resolv_tp, 0); in ypinit() 385 if (resolv_client == NULL) in ypinit()
|
H A D | ypserv_proc.c | 115 extern CLIENT *resolv_client; 268 if (!resolv_pid || !resolv_client) { in ypmatch() 270 &resolv_client, resolv_tp, 0); in ypmatch() 271 if (resolv_client == NULL) in ypmatch() 275 if (resolv_req(&dnsforward, &resolv_client, in ypmatch() 1062 setup_resolv(&dnsforward, &resolv_pid, &resolv_client, in ypoldmatch() 1068 resolv_req(&dnsforward, &resolv_client, &resolv_pid, in ypoldmatch()
|