Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c48 extern bool_t __rpc_is_local_host(const char *);
203 if (__rpc_is_local_host(hostname)) { in clnt_create_timed()
363 if (__rpc_is_local_host(hostname)) { in clnt_create_service_timed()
H A Drpc_generic.c508 __rpc_is_local_host(const char *host) in __rpc_is_local_host() function