getprotobynumber, getprotobyname, getprotoent - network protocol database functions
#include <netdb.h>
struct protoent *getprotobyname(const char *name);
struct protoent *getprotobynumber(int proto);
struct protoent *getprotoent(void);
Refer toendprotoent() .
First released in Issue 4.
Contents | Next section | Index |