OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AI_PASSIVE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
getaddrinfo.h
44
# define
AI_PASSIVE
0x0001 /* Socket address is intended for `bind'. */
/src/external/bsd/nsd/dist/compat/
fake-rfc2553.h
108
#ifndef
AI_PASSIVE
109
# define
AI_PASSIVE
(1)
144
int ai_flags; /*
AI_PASSIVE
, AI_CANONNAME */
/src/external/bsd/ntp/dist/include/
ntp_rfc2553.h
156
#ifndef
AI_PASSIVE
157
#define
AI_PASSIVE
0x00000001 /* get address to use bind() */
162
(
AI_PASSIVE
| AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
165
#endif /* !
AI_PASSIVE
*/
186
int ai_flags; /*
AI_PASSIVE
, AI_CANONNAME, AI_NUMERICHOST */
/src/external/bsd/unbound/dist/compat/
fake-rfc2553.h
101
#ifndef
AI_PASSIVE
102
# define
AI_PASSIVE
(1)
137
int ai_flags; /*
AI_PASSIVE
, AI_CANONNAME */
/src/include/
netdb.h
201
int ai_flags; /*%<
AI_PASSIVE
, AI_CANONNAME */
263
#define
AI_PASSIVE
0x00000001 /* get address to use bind() */
272
(
AI_PASSIVE
| AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
276
(
AI_PASSIVE
| AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/src/external/bsd/libbind/dist/include/
netdb.h
175
int ai_flags; /*%<
AI_PASSIVE
, AI_CANONNAME */
230
#define
AI_PASSIVE
0x00000001
Completed in 103 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026