Home
last modified time | relevance | path

Searched defs:servent (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_machine.h148 struct servent { struct
161 struct servent *getservbyname (char *name, char *type); argument
/netbsd-src/include/
H A Dnetdb.h174 struct servent { struct
175 char *s_name; /*%< official service name */
176 char **s_aliases; /*%< alias list */
177 int s_port; /*%< port # */
178 char *s_proto; /*%< protocol to use */
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h161 struct servent { struct
162 char *s_name; /*%< official service name */
163 char **s_aliases; /*%< alias list */
164 int s_port; /*%< port # */
165 char *s_proto; /*%< protocol to use */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d450 struct servent struct
452 char* s_name;
453 char** s_aliases;
455 version (Win64) in version()
460 else version (Win32) in version()