getprotobynumber_r (3) Linux Manual Page
NAME getprotoent_r, getprotobyname_r, getprotobynumber_r – get protocol entry (reentrant) SYNOPSIS #include <netdb.h> int getprotoent_r(struct protoent *result_buf, char *buf, size_t buflen, struct protoent **result); int getprotobyname_r(const char *name, struct protoent *result_buf, char *buf, size_t buflen, struct protoent **result); int getprotobynumber_r(int proto, struct protoent *result_buf, char *buf, size_t buflen, struct protoent **result); Feature Test Macro Requirements for…
