/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/ |
H A D | 12port-fallback.t | 41 …[ undef, "zyxxyblarg", { flags => AI_PASSIVE|$AI_ADDRCONFIG, socktype => SOCK_STREAM, protocol => … 42 …[ undef, "80", { flags => AI_PASSIVE|$AI_ADDRCONFIG, socktype => SOCK_STREAM, protocol => …
|
H A D | 17gai-flags.t | 40 …[ undef, "80", { flags => AI_PASSIVE|$AI_ADDRCONFIG, socktype => SOCK_STREAM, protocol => IPPROTO_… 60 …[ undef, "80", { flags => AI_PASSIVE|AI_NUMERICSERV, socktype => SOCK_STREAM, protocol => IPPROTO_…
|
/openbsd/regress/sys/kern/sosplice/loop/ |
H A D | chain.pl | 55 GetAddrInfoFlags => AI_PASSIVE, 87 GetAddrInfoFlags => AI_PASSIVE,
|
H A D | bcast.pl | 48 GetAddrInfoFlags => AI_PASSIVE,
|
H A D | loop.pl | 53 GetAddrInfoFlags => AI_PASSIVE,
|
/openbsd/lib/libcrypto/bio/ |
H A D | b_sock.c | 44 .ai_flags = AI_PASSIVE, in BIO_get_host_ip() 74 .ai_flags = AI_PASSIVE, in BIO_get_port() 133 .ai_flags = AI_PASSIVE, in BIO_get_accept_socket()
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Socket.pm | 905 AI_PASSIVE => 1, 991 my $flag_passive = $flags & AI_PASSIVE(); $flags &= ~AI_PASSIVE();
|
H A D | Makefile.PL | 174 AI_NUMERICHOST AI_NUMERICSERV AI_PASSIVE AI_V4MAPPED
|
/openbsd/include/ |
H A D | netdb.h | 159 #define AI_PASSIVE 1 /* socket address is intended for bind() */ macro 168 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_FQDN | \
|
/openbsd/regress/sys/netinet/ipsec/ |
H A D | nonxt-reflect.c | 66 hints.ai_flags = AI_PASSIVE; in main()
|
H A D | nonxt-sendrecv.c | 99 hints.ai_flags = AI_PASSIVE; in main()
|
/openbsd/regress/lib/libc/asr/bin/ |
H A D | getaddrinfo.c | 63 hints.ai_flags |= AI_PASSIVE; in main()
|
/openbsd/regress/usr.bin/nc/ |
H A D | server-tcp.c | 116 hints.ai_flags = AI_PASSIVE; in listen_socket()
|
/openbsd/regress/lib/libc/getaddrinfo/ |
H A D | gaitest.c | 140 ai.ai_flags |= AI_PASSIVE;
|
/openbsd/regress/sys/net/pf_divert/ |
H A D | Client.pm | 64 $self->{domain}, SOCK_STREAM, 0, AI_PASSIVE);
|
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
H A D | llvm-jitlink-executor.cpp | 72 Hints.ai_flags = AI_PASSIVE; in openListener()
|
/openbsd/usr.bin/sndiod/ |
H A D | listen.c | 135 aihints.ai_flags |= AI_PASSIVE; in listen_new_tcp()
|
/openbsd/lib/libc/asr/ |
H A D | getaddrinfo_async.c | 253 str = (ai->ai_flags & AI_PASSIVE && in getaddrinfo_async_run() 257 str = (ai->ai_flags & AI_PASSIVE && in getaddrinfo_async_run()
|
/openbsd/regress/sys/kern/sosplice/perf/ |
H A D | relay.c | 133 hints->ai_flags = AI_PASSIVE; in socket_listen()
|
/openbsd/usr.sbin/tftp-proxy/ |
H A D | tftp-proxy.c | 360 hints.ai_flags = AI_PASSIVE; in source_addresses() 555 hints.ai_flags = AI_PASSIVE; in proxy_listen()
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
H A D | IP.pm | 487 $localhints{flags} |= AI_PASSIVE;
|
/openbsd/regress/sys/netinet/in_pcbbind/ |
H A D | runtest.c | 361 AI_PASSIVE; in main()
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | lpd.c | 694 hints.ai_flags = AI_PASSIVE; in socksetup()
|
/openbsd/usr.sbin/iscsictl/ |
H A D | parse.y | 275 hints.ai_flags = AI_PASSIVE;
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 947 ahints.ai_flags = AI_PASSIVE; in remote_connect() 1038 hints.ai_flags |= AI_PASSIVE; in local_listen()
|