Home
last modified time | relevance | path

Searched defs:protoent (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/include/
H A Dnetdb.h135 struct protoent { struct
136 char *p_name; /* official protocol name */
137 char **p_aliases; /* alias list */
138 int p_proto; /* protocol # */
/openbsd-src/regress/lib/libc/netdb/
H A Dnetdb.c102 struct protoent protoent; in main() local
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2()
2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) in WRAPPER2()
2153 WRAPPER2(struct protoent *, getprotobynumber, int port) in WRAPPER2()