hesiod_getservbyname(3) - Linux man page
Name
hesiod_getservbyname, hesiod_free_servent - Hesiod functions for retrieving service informationSynopsis
#include <hesiod.h>struct servent *hesiod_getservbyname(void *context,const char *name, const char *proto)void hesiod_free_servent(void *context, struct servent *serv) cc file.c -lhesiod
Description
Hesiod queries for service information are made using the ''service'' Hesiod type, using the service name as the Hesiod name. The corresponding records should be space-separated lists of strings giving the service name, protocol, port number (in decimal), and zero or more aliases for the service. There may be multiple records per service name; hesiod_getservbyname will pick the first one whose protocol matches proto.