Searched refs:protoent (Results 1 – 3 of 3) sorted by relevance
37 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 …]
369 struct protoent struct396 extern struct protoent *getprotoent (void); argument402 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);
53 struct protoent protobuf, *p; in clnt_create()
Completed in 5 milliseconds