Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c50 extern bool_t __rpc_is_local_host(const char *);
206 if (__rpc_is_local_host(hostname)) { in clnt_create_timed()
366 if (__rpc_is_local_host(hostname)) { in clnt_create_service_timed()
H A Drpc_generic.c510 __rpc_is_local_host(const char *host) in __rpc_is_local_host() function