Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d168 struct protoent in version() struct
170 char* p_name; in version()
171 char** p_aliases; in version()
172 int p_proto; in version()
252 struct protoent in version() struct
254 char* p_name; in version()
255 char** p_aliases; in version()
256 int p_proto; in version()
336 struct protoent in version() struct
338 char* p_name; in version()
[all …]
/netbsd-src/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c183 struct protoent *protoent; in parse_protocol() local
260 struct protoent *protoent; in printaddrinfo() local
/netbsd-src/include/
H A Dnetdb.h181 struct protoent { struct
182 char *p_name; /*%< official protocol name */
183 char **p_aliases; /*%< alias list */
184 int p_proto; /*%< protocol # */
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h168 struct protoent { struct
169 char *p_name; /*%< official protocol name */
170 char **p_aliases; /*%< alias list */
171 int p_proto; /*%< protocol # */
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetaddrinfo.c57 struct protoent *protoent = getprotobynumber (hints->ai_protocol); in get_port_protocol_socktype() local