Declaration for servent from NetLib:h.netdb
(Struct)
/*
* Structure describing a service entry
*/
struct servent {
char *s_name; /* Official name of service */
char **s_aliases; /* Alternative names for service */
int s_port; /* Port number to use */
char *s_proto; /* Protocol to use */
};
Open original source file
See header files's help page
|
|
|