Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetproto.c38 static char *protobuf = NULL; variable
106 if (!protobuf) { in libc_hidden_def()
107 protobuf = malloc(SBUFSIZE); in libc_hidden_def()
108 if (!protobuf) in libc_hidden_def()
118 getprotoent_r(&protoe, protobuf, SBUFSIZE, &result); in getprotoent()
151 getprotobyname_r(name, &protoe, protobuf, SBUFSIZE, &result); in libc_hidden_def()
179 getprotobynumber_r(proto, &protoe, protobuf, SBUFSIZE, &result); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_generic.c53 struct protoent protobuf, *p; in clnt_create() local
117 while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()

Completed in 3 milliseconds