| /netbsd-src/external/mpl/bind/dist/bin/tests/system/transport-acl/ns1/ |
| H A D | named.conf.in | 29 listen-on port @PORT@ { 10.53.0.1; }; 30 listen-on port @TLSPORT@ tls self-signed { 10.53.0.1; }; 32 listen-on port @EXTRAPORT1@ { 10.53.0.1; }; 33 listen-on port @EXTRAPORT1@ tls self-signed { 10.53.0.2; }; 34 listen-on port @EXTRAPORT2@ { 10.53.0.1; }; 35 listen-on port @EXTRAPORT2@ tls self-signed { 10.53.0.2; }; 37 listen-on port @EXTRAPORT1@ { 10.53.0.3; }; 38 listen-on port @EXTRAPORT2@ { 10.53.0.3; }; 39 listen-on port @EXTRAPORT1@ tls self-signed { 10.53.0.4; }; 40 listen [all...] |
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | listen_dnsport.h | 206 void listen_delete(struct listen_dnsport* listen); 225 size_t listen_get_mem(struct listen_dnsport* listen); 231 void listen_stop_accept(struct listen_dnsport* listen); 237 void listen_start_accept(struct listen_dnsport* listen); 264 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
|
| H A D | listen_dnsport.c | 153 systemd_get_activated(int family, int socktype, int listen, in systemd_get_activated() argument 194 if(sd_is_socket(SD_LISTEN_FDS_START + i, family, socktype, listen)) { in systemd_get_activated() 214 int rcv, int snd, int listen, int* reuseport, int transparent, in create_udp_sock() argument 273 if(listen) { in create_udp_sock() 639 !(errno == EACCES && verbosity < 4 && !listen) in create_udp_sock() 641 && !(errno == EADDRNOTAVAIL && verbosity < 4 && !listen) in create_udp_sock() 651 !(WSAGetLastError() == WSAEACCES && verbosity < 4 && !listen)) { in create_udp_sock() 862 if(listen(s, TCP_BACKLOG) == -1) { in create_tcp_accept_sock() 975 if (listen(s, TCP_BACKLOG) == -1) { in create_local_accept_sock() 1964 size_t listen_get_mem(struct listen_dnsport* listen) in listen_get_mem() argument [all …]
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_listen.c | 71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1); in ATF_TC_BODY() 77 ATF_REQUIRE(listen(fda, 1) == 0); in ATF_TC_BODY() 84 ATF_REQUIRE_ERRNO(EINVAL, listen(fdb, 1) == -1); in ATF_TC_BODY() 117 if (listen(sd, 5) == -1) { in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | sys_socket.in.h | 500 # undef listen 501 # define listen rpl_listen 503 _GL_FUNCDECL_RPL (listen, int, (int fd, int backlog)); 504 _GL_CXXALIAS_RPL (listen, int, (int fd, int backlog)); 506 _GL_CXXALIAS_SYS (listen, int, (int fd, int backlog)); 508 _GL_CXXALIASWARN (listen); 510 # undef listen 511 # define listen listen_used_without_requesting_gnulib_module_listen 513 # undef listen 515 _GL_WARN_ON_USE (listen, "listen is not always POSIX compliant - "
|
| H A D | listen.c | 29 #undef listen 43 int r = listen (sock, backlog); in rpl_listen()
|
| H A D | sys_time.in.h | 166 # undef listen 167 # define listen listen_used_without_including_sys_socket_h 195 _GL_WARN_ON_USE (listen,
|
| H A D | sys_select.in.h | 216 # undef listen 217 # define listen listen_used_without_including_sys_socket_h 245 _GL_WARN_ON_USE (listen,
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | netserver.cc | 52 if (listen (fd, backlog ? backlog : 17) < 0) in ListenSocket() 135 goto listen; in ListenInet6() 141 listen:; in ListenInet6() 145 if (listen (fd, backlog ? backlog : 17) < 0) in ListenInet6()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-ipc-send-recv.c | 56 uv_pipe_t listen; member 293 uv_close((uv_handle_t*)&ctx2.listen, NULL); in write2_cb() 362 ASSERT(handle == (uv_stream_t*)&ctx2.listen); in listen_cb() 365 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb() 378 r = uv_pipe_init(loop, &ctx2.listen, 0); in run_ipc_send_recv_helper() 385 r = uv_pipe_bind(&ctx2.listen, TEST_PIPENAME_3); in run_ipc_send_recv_helper() 388 r = uv_listen((uv_stream_t*)&ctx2.listen, SOMAXCONN, listen_cb); in run_ipc_send_recv_helper()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | good-doh-2.conf | 24 listen-on { 10.53.0.1; }; 27 listen-on port 443 http local-http-server tls local-tls { 10.53.0.1; }; 28 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | good-doh-4.conf | 25 listen-on { 10.53.0.1; }; 29 listen-on port 443 tls local-tls http empty-http-server { 10.53.0.1; }; 30 listen-on port 8080 tls none http empty-http-server { 10.53.0.1; };
|
| H A D | bad-dot-nocert.conf | 25 listen-on { 10.53.0.1; }; 30 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; }; 31 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | bad-dot-nokey.conf | 25 listen-on { 10.53.0.1; }; 30 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; }; 31 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | good-doh-1.conf | 26 listen-on { 10.53.0.1; }; 31 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; }; 32 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | bad-doh-duplicates.conf | 33 listen-on { 10.53.0.1; }; 38 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; }; 39 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | good-doh-tlsopts.conf | 31 listen-on { 10.53.0.1; }; 36 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; }; 37 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
|
| H A D | good-doh-3.conf | 15 listen-on { 10.53.0.1; }; 18 listen-on port 8080 tls none http default { 10.53.0.1; };
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/tcp/ns5/ |
| H A D | named.conf.in | 33 listen-on { 10.53.0.5; }; 34 listen-on-v6 { none; }; 35 tcp-listen-queue 32;
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/ns3/ |
| H A D | named2.conf.in | 21 listen-on { 10.53.0.3; }; 22 listen-on tls ephemeral { 10.53.0.3; }; 23 listen-on-v6 { none; };
|
| /netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/ |
| H A D | named.conf | 114 listen - on { 119 listen - on port 53 { any; }; 121 listen - on { 5.6.7.8; }; 123 listen - on port 1234 { 128 listen - on - v6 { 1 : 1 : 1 : 1 : 1 : 1 : 1 : 1; }; 130 listen - on - v6 port 777 { 2 : 2 : 2 : 2 : 2 : 2 : 2 : 2; }; 436 bogus no; // if yes, we won't query or listen
|
| /netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/ |
| H A D | named.conf | 114 listen - on { 119 listen - on port 53 { any; }; 121 listen - on { 5.6.7.8; }; 123 listen - on port 1234 { 128 listen - on - v6 { 1 : 1 : 1 : 1 : 1 : 1 : 1 : 1; }; 130 listen - on - v6 port 777 { 2 : 2 : 2 : 2 : 2 : 2 : 2 : 2; }; 440 bogus no; // if yes, we won't query or listen
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | PROTOCOL.mux | 5 master. This will cause ssh(1) to listen on a Unix domain socket for 167 string listen host 168 uint32 listen port 174 If listen port is (unsigned int) -2, then the listen host is treated as 183 For dynamically allocated listen port the server replies with 187 uint32 allocated remote listen port 196 string listen host 197 uint32 listen port
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/perl/testing/ |
| H A D | named.conf | |
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/runtime/ns2/ |
| H A D | named-alt9.conf.in | 17 listen-on { 10.53.0.2; }; 18 listen-on-v6 { none; };
|