Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c93 int nobind_localhost = 0; variable
364 if (hints.ai_family == AF_INET && nobind_localhost == 0) { in init_transport()
366 } else if (hints.ai_family == AF_INET6 && nobind_localhost == 0) { in init_transport()
839 nobind_localhost = 1; in parseargs()