Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h104 struct servent { struct
105 char *s_name; /* official service name */
106 char **s_aliases; /* alias list */
107 int s_port; /* port # */
108 char *s_proto; /* protocol to use */
/bionic/libc/private/
Dresolv_static.h26 struct servent servent; member