Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/netbsd-src/external/mpl/bind/dist/bin/tests/system/transport-acl/ns1/
H A Dnamed.conf.in29 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 Dlisten_dnsport.h206 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 Dlisten_dnsport.c153 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 Dt_listen.c71 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 Dsys_socket.in.h500 # 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 Dlisten.c29 #undef listen
43 int r = listen (sock, backlog); in rpl_listen()
H A Dsys_time.in.h166 # undef listen
167 # define listen listen_used_without_including_sys_socket_h
195 _GL_WARN_ON_USE (listen,
H A Dsys_select.in.h216 # 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 Dnetserver.cc52 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 Dtest-ipc-send-recv.c56 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 Dgood-doh-2.conf24 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 Dgood-doh-4.conf25 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 Dbad-dot-nocert.conf25 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 Dbad-dot-nokey.conf25 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 Dgood-doh-1.conf26 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 Dbad-doh-duplicates.conf33 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 Dgood-doh-tlsopts.conf31 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 Dgood-doh-3.conf15 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 Dnamed.conf.in33 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 Dnamed2.conf.in21 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 Dnamed.conf114 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 Dnamed.conf114 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 DPROTOCOL.mux5 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 Dnamed.conf
/netbsd-src/external/mpl/bind/dist/bin/tests/system/runtime/ns2/
H A Dnamed-alt9.conf.in17 listen-on { 10.53.0.2; };
18 listen-on-v6 { none; };

12345678910>>...25