Searched defs:servent (Results 1 – 2 of 2) sorted by relevance
122 struct servent { struct123 char *s_name; /* official service name */124 char **s_aliases; /* alias list */125 int s_port; /* port # */126 char *s_proto; /* protocol to use */
78 struct servent *servent; in ParsePort() local