Searched refs:host (Results 1 – 4 of 4) sorted by relevance
/sunrpc/ |
A D | getrpcport.c | 61 getrpcport (const char *host, u_long prognum, u_long versnum, u_int proto) in getrpcport() argument 65 if (__libc_rpc_gethostbyname (host, &addr) != 0) in getrpcport()
|
A D | clnt_simp.c | 55 callrpc (const char *host, u_long prognum, u_long versnum, u_long procnum, in callrpc() argument 77 && strcmp (crp->oldhost, host) == 0) in callrpc() 95 if (__libc_rpc_gethostbyname (host, &server_addr) != 0) in callrpc() 106 (void) strncpy (crp->oldhost, host, 255); in callrpc()
|
A D | rpc_gethostbyname.c | 26 __libc_rpc_gethostbyname (const char *host, struct sockaddr_in *addr) in __libc_rpc_gethostbyname() argument 34 while (__gethostbyname2_r (host, AF_INET, in __libc_rpc_gethostbyname()
|
A D | netname.c | 60 host2netname (char netname[MAXNETNAMELEN + 1], const char *host, in libc_hidden_nolink_sunrpc() 71 if (host == NULL) in libc_hidden_nolink_sunrpc() 75 strncpy (hostname, host, MAXHOSTNAMELEN); in libc_hidden_nolink_sunrpc()
|
Completed in 9 milliseconds