OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AI_PASSIVE
(Results
1 - 25
of
79
) sorted by relevancy
1
2
3
4
/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/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 */
fake-rfc2553.c
171
if (hints && (hints->ai_flags &
AI_PASSIVE
)) {
/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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d
95
AI_PASSIVE
204
enum
AI_PASSIVE
= 0x1;
288
enum
AI_PASSIVE
= 0x1;
372
enum
AI_PASSIVE
= 0x1;
478
enum
AI_PASSIVE
= 0x1;
565
enum
AI_PASSIVE
= 0x1;
573
enum AI_MASK =
AI_PASSIVE
| AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_FQDN | AI_ADDRCONFIG;
677
enum
AI_PASSIVE
= 0x001;
681
enum AI_MASK = (
AI_PASSIVE
| AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCONFIG); // valid flags for addrinfo (not a standard def, apps should not use it)
757
enum
AI_PASSIVE
= 0x0008
[
all
...]
/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/mpl/dhcp/bind/include/irs/
netdb.h
91
#undef
AI_PASSIVE
95
#define
AI_PASSIVE
0x00000001
/src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in
91
#undef
AI_PASSIVE
95
#define
AI_PASSIVE
0x00000001
/src/usr.bin/getaddrinfo/
getaddrinfo.c
102
hints.ai_flags |=
AI_PASSIVE
;
119
if (!((argc == 1) || ((argc == 0) && (hints.ai_flags &
AI_PASSIVE
))))
/src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h
83
# ifndef
AI_PASSIVE
84
# define
AI_PASSIVE
0x0001 /* Socket address is intended for 'bind'. */
/src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h
83
# ifndef
AI_PASSIVE
84
# define
AI_PASSIVE
0x0001 /* Socket address is intended for 'bind'. */
/src/tests/include/
t_netdb.c
55
#ifdef
AI_PASSIVE
59
atf_tc_fail_nonfatal("
AI_PASSIVE
not defined");
/src/crypto/external/bsd/heimdal/dist/lib/ipc/
ts-http.c
86
hints.ai_flags =
AI_PASSIVE
;
/src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h
19
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
26
* included. Otherwise, the
AI_PASSIVE
hack will not work properly.
37
#ifdef
AI_PASSIVE
bio_addr.c
40
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
236
#ifdef
AI_PASSIVE
458
#ifdef
AI_PASSIVE
716
#ifdef
AI_PASSIVE
733
hints.ai_flags |=
AI_PASSIVE
;
/src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_local.h
18
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
25
* included. Otherwise, the
AI_PASSIVE
hack will not work properly.
43
# ifdef
AI_PASSIVE
bio_addr.c
40
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
210
#ifdef
AI_PASSIVE
432
#ifdef
AI_PASSIVE
693
#ifdef
AI_PASSIVE
710
hints.ai_flags |=
AI_PASSIVE
;
/src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h
19
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
26
* included. Otherwise, the
AI_PASSIVE
hack will not work properly.
44
# ifdef
AI_PASSIVE
b_addr.c
30
*
AI_PASSIVE
is used to detect the availability of struct addrinfo,
200
#ifdef
AI_PASSIVE
423
#ifdef
AI_PASSIVE
681
#ifdef
AI_PASSIVE
698
hints.ai_flags |=
AI_PASSIVE
;
/src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h
229
#ifndef
AI_PASSIVE
230
#define
AI_PASSIVE
0x01
232
#endif /*
AI_PASSIVE
*/
mini_inetd.c
185
hints.ai_flags =
AI_PASSIVE
;
/src/tests/lib/libc/net/getaddrinfo/
h_gai.c
131
ai.ai_flags |=
AI_PASSIVE
;
/src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-03-fd-blocking.c
162
hints.ai_flags =
AI_PASSIVE
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
llvm-jitlink-executor.cpp
61
Hints.ai_flags =
AI_PASSIVE
;
Completed in 44 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026