Searched refs:hostbuf (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | getrpcport.c | 53 struct hostent hostbuf, *hp; in getrpcport() local 60 while (gethostbyname_r (host, &hostbuf, buffer, buflen, &hp, &herr) != 0 in getrpcport()
|
A D | rcmd.c | 107 struct hostent hostbuf; in rcmd() local 125 while (gethostbyname_r (*ahost, &hostbuf, tmphstbuf, in rcmd() 321 struct hostent hostbuf; in ruserok() local 328 while (gethostbyname_r (rhost, &hostbuf, buffer, in ruserok() 514 struct hostent hostbuf; in __icheckhost() local 545 while (gethostbyname_r (lhost, &hostbuf, buffer, buflen, &hp, &herr) in __icheckhost()
|
A D | clnt_simple.c | 71 struct hostent hostbuf, *hp; in callrpc() local 112 while (gethostbyname_r (host, &hostbuf, buffer, buflen, in callrpc()
|
A D | clnt_generic.c | 50 struct hostent hostbuf, *h; in clnt_create() local 85 while (gethostbyname_r (hostname, &hostbuf, hsttmpbuf, hstbuflen, in clnt_create()
|
Completed in 5 milliseconds