Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ypcmd/
H A Dypserv_proc.c112 extern bool dnsforward;
258 if (!dnsforward && !client_setup_failure) { in ypmatch()
264 dnsforward = TRUE; in ypmatch()
267 if (dnsforward) { in ypmatch()
269 setup_resolv(&dnsforward, &resolv_pid, in ypmatch()
275 if (resolv_req(&dnsforward, &resolv_client, in ypmatch()
1050 if (!dnsforward) { in ypoldmatch()
1057 dnsforward = TRUE; in ypoldmatch()
1060 if (dnsforward) { in ypoldmatch()
1062 setup_resolv(&dnsforward, &resolv_pid, &resolv_client, in ypoldmatch()
[all …]
H A Dypserv.c80 bool dnsforward = FALSE; variable
382 if (dnsforward) { in ypinit()
383 setup_resolv(&dnsforward, &resolv_pid, in ypinit()
420 dnsforward = TRUE; in ypget_command_line_args()