Searched refs:__rpc_is_local_host (Results 1 – 2 of 2) sorted by relevance
48 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()
508 __rpc_is_local_host(const char *host) in __rpc_is_local_host() function