/freebsd/contrib/netbsd-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()
|
/freebsd/tests/sys/net/ |
H A D | if_wg.sh | 65 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 69 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \ 133 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 137 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \ 210 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 214 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \ 288 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 330 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 334 echo "$pri2" | jexec wgtest1 wg set $wg2 listen-port 12345 \ 387 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ [all …]
|
/freebsd/tests/sys/netinet/ |
H A D | so_reuseport_lb_test.c | 150 error = listen(sds[0], 1); in ATF_TC_BODY() 172 error = listen(sds[i], 1); in ATF_TC_BODY() 206 error = listen(sds[0], 1); in ATF_TC_BODY() 228 error = listen(sds[i], 1); in ATF_TC_BODY() 349 error = listen(s, 5); in ATF_TC_BODY() 399 error = listen(s, 1); in ATF_TC_BODY() 401 error = listen(s, 2); in ATF_TC_BODY() 427 error = listen(s, 1); in ATF_TC_BODY() 429 error = listen(s, 2); in ATF_TC_BODY() 469 error = listen(s2[i], 1); in ATF_TC_BODY() [all …]
|
H A D | socket_afinet.c | 121 rc = listen(ss, 1); in ATF_TC_BODY() 185 rc = listen(ss, 1); in ATF_TC_BODY() 266 rc = listen(ss, 1); in ATF_TC_BODY() 548 error = listen(sd[0], 1); in bind_connected_port_test()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | complete.conf.in | 68 interface listen eth0 69 interface listen ipv6 70 interface listen 203.0.113.0/24 71 interface listen 192.0.2.123
|
/freebsd/crypto/openssh/ |
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
|
/freebsd/tests/sys/kern/ |
H A D | listener_wakeup.c | 108 ATF_REQUIRE(listen(s, -1) == 0); in tcp_listen() 126 ATF_REQUIRE(listen(s, -1) == 0); in unix_listen() 133 int (*listen)(void); member 237 ctx.s = pr->listen(); in run_tests()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 223 void listen_delete(struct listen_dnsport* listen); 242 size_t listen_get_mem(struct listen_dnsport* listen); 248 void listen_stop_accept(struct listen_dnsport* listen); 254 void listen_start_accept(struct listen_dnsport* listen); 281 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
|
/freebsd/tools/test/net/ |
H A D | listen.c | 83 if (listen(srv_sock, limit) < 0) in main() 92 listen(srv_sock, 0); in main()
|
H A D | Makefile | 1 PROGS= listen connect
|
/freebsd/tools/regression/sockets/listen_backlog/ |
H A D | listen_backlog.c | 127 if (listen(sock, backlog) < 0) { in socket_listen() 234 if (listen(sock, backlog) < 0) { in socket_listen_update() 255 if (listen(sock, update_backlog) < 0) { in socket_listen_update()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.h | 74 #ifdef listen 75 #undef listen 77 #define listen(s,blog) swrap_listen(s,blog) macro
|
/freebsd/usr.sbin/ctld/ |
H A D | token.l | 68 listen { return LISTEN; } 69 listen-iser { return LISTEN_ISER; }
|
/freebsd/sys/contrib/xen/io/ |
H A D | pvcalls.h | 96 } listen; member 134 } listen; member
|
/freebsd/tests/sys/audit/ |
H A D | network.c | 381 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 404 ATF_REQUIRE_EQ(-1, listen(-1, 1)); in ATF_TC_BODY() 427 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 489 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 551 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 610 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 672 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY() 985 ATF_REQUIRE_EQ(0, listen(sockfd, 1)); in ATF_TC_BODY()
|
/freebsd/tools/regression/netinet/tcpsocktimewait/ |
H A D | tcpsocktimewait.c | 141 if (listen(listen_fd, -1) < 0) in main() 189 if (listen(listen_fd, -1) < 0) in main()
|
/freebsd/contrib/capsicum-test/ |
H A D | socket.cc | 79 EXPECT_NOTCAPABLE(listen(cap_sock_rw, 3)); in TEST() 80 EXPECT_OK(listen(cap_sock_all, 3)); in TEST() 196 EXPECT_NOTCAPABLE(listen(cap_sock_rw, 3)); in TEST() 197 EXPECT_OK(listen(cap_sock_all, 3)); in TEST()
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">, 24 defm pipe: SJ<"pipe", "Write port lldb-server will listen on to the given file descriptor.">,
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | BEGEMOT-SNMPD.txt | 215 "A table with descriptions of UDP ports to listen on 225 listen on for SNMP messages." 248 "The UDP port to listen on for SNMP messages." 475 "A table with descriptions of local (unix domain) ports to listen 485 listen on for SNMP messages." 500 "The path name to create and listen on." 601 "This table contains all the ports the daemon should listen on. 660 "The port to listen on for SNMP messages."
|
/freebsd/contrib/llvm-project/lldb/docs/man/ |
H A D | lldb-server.rst | 54 Specifies the hostname and TCP port to listen on. Obligatory unless another 114 | :program:`lldb-server` p[latform] [*options*] --server --listen [[*host*]:*port*] 124 .. option:: --listen <host>:<port> 126 Hostname and port to listen on. Obligatory. If *port* is zero, a random port
|
/freebsd/tools/test/stress2/misc/ |
H A D | setsockopt2.sh | 132 // listen 142 if (listen(fd, 10) == 0) {
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 142 Error HTTPServer::listen() { in listen() function in HTTPServer 145 "Cannot listen without first binding to a port."); in listen() 149 "An unknown error occurred when cpp-httplib attempted to listen."); in listen() 190 Error HTTPServer::listen() { in listen() function in HTTPServer
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | rdr-srcport.py | 12 s.listen(5)
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | librspreload.map | 15 listen;
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | accept.cnf | 6 # Port to listen on
|