Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetproto.c37 static struct protoent protoe;
65 int getprotoent_r(struct protoent *result_buf, in libc_hidden_def()
113 struct protoent *getprotoent(void) in getprotoent()
115 struct protoent *result; in getprotoent()
124 struct protoent **result) in getprotobyname_r()
146 struct protoent *getprotobyname(const char *name) in libc_hidden_def()
148 struct protoent *result; in libc_hidden_def()
156 struct protoent *result_buf, char *buf, in getprotobynumber_r()
157 size_t buflen, struct protoent **result) in getprotobynumber_r()
174 struct protoent *getprotobynumber(int proto) in libc_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dnetdb.h369 struct protoent struct
396 extern struct protoent *getprotoent (void); argument
402 extern struct protoent *getprotobyname (const char *__name);
408 extern struct protoent *getprotobynumber (int __proto);
419 extern int getprotoent_r (struct protoent *__restrict __result_buf,
421 struct protoent **__restrict __result);
425 struct protoent *__restrict __result_buf,
427 struct protoent **__restrict __result);
431 struct protoent *__restrict __result_buf,
433 struct protoent **__restrict __result);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_generic.c53 struct protoent protobuf, *p; in clnt_create()

Completed in 5 milliseconds