OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gethostbyname2_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libbind/dist/irs/
gethostent.c
86
return (
gethostbyname2_p
(name, af, net_data));
126
hp =
gethostbyname2_p
(name, AF_INET6, net_data);
130
return (
gethostbyname2_p
(name, AF_INET, net_data));
134
gethostbyname2_p
(const char *name, int af, struct net_data *net_data) {
function
316
he2 =
gethostbyname2_p
(name, AF_INET6, net_data);
331
he2 =
gethostbyname2_p
(name, AF_INET, net_data);
/src/external/bsd/libbind/dist/include/
irs.h
294
extern struct hostent *
gethostbyname2_p
__P((const char *, int,
Completed in 17 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026