Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dgetrpcport.c53 struct hostent hostbuf, *hp; in getrpcport() local
60 while (gethostbyname_r (host, &hostbuf, buffer, buflen, &hp, &herr) != 0 in getrpcport()
A Drcmd.c107 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 Dclnt_simple.c71 struct hostent hostbuf, *hp; in callrpc() local
112 while (gethostbyname_r (host, &hostbuf, buffer, buflen, in callrpc()
A Dclnt_generic.c50 struct hostent hostbuf, *h; in clnt_create() local
85 while (gethostbyname_r (hostname, &hostbuf, hsttmpbuf, hstbuflen, in clnt_create()

Completed in 5 milliseconds