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