Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h97 struct servent { struct
98 char *s_name; /* official service name */
99 char **s_aliases; /* alias list */
100 int s_port; /* port # */
101 char *s_proto; /* protocol to use */
/bionic/libc/dns/include/
Dresolv_static.h26 struct servent servent; member