Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_generic.c54 size_t prtbuflen; in clnt_create() local
115 prtbuflen = 1024; in clnt_create()
116 prttmpbuf = alloca (prtbuflen); in clnt_create()
117 while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()
129 prtbuflen *= 2; in clnt_create()
130 prttmpbuf = alloca (prtbuflen); in clnt_create()

Completed in 3 milliseconds