Home
last modified time | relevance | path

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

12345678910>>...14

/src/usr.sbin/ctld/
H A Dnvmf.hh40 nvmf_portal(struct portal_group *pg, const char *listen, in nvmf_portal()
42 portal(pg, listen, protocol, std::move(ai)) {} in nvmf_portal()
59 nvmf_discovery_portal(struct portal_group *pg, const char *listen, in nvmf_discovery_portal()
61 nvmf_portal(pg, listen, protocol, std::move(ai)) {} in nvmf_discovery_portal()
H A Dconf.cc188 portal_group_add_listen(const char *listen, bool iser) in portal_group_add_listen() argument
190 return (portal_group->add_portal(listen, iser ? portal_protocol::ISER : in portal_group_add_listen()
259 transport_group_add_listen_discovery_tcp(const char *listen) in transport_group_add_listen_discovery_tcp() argument
261 return portal_group->add_portal(listen, in transport_group_add_listen_discovery_tcp()
266 transport_group_add_listen_tcp(const char *listen) in transport_group_add_listen_tcp() argument
268 return portal_group->add_portal(listen, portal_protocol::NVME_TCP); in transport_group_add_listen_tcp()
H A Dconf.h63 bool portal_group_add_listen(const char *listen, bool iser);
75 bool transport_group_add_listen_discovery_tcp(const char *listen);
76 bool transport_group_add_listen_tcp(const char *listen);
H A Dtoken.l72 listen { return LISTEN; }
73 listen-iser { return LISTEN_ISER; }
H A Discsi.cc59 iscsi_portal(struct portal_group *pg, const char *listen, in iscsi_portal()
61 portal(pg, listen, protocol, std::move(ai)) {} in iscsi_portal()
295 log_warn("setsockopt(SO_RCVBUF) failed for %s", listen()); in init_socket_options()
301 log_warn("setsockopt(SO_SNDBUF) failed for %s", listen()); in init_socket_options()
H A Dctld.cc846 portal->listen(), keyword(), name()); in close_sockets()
1858 "portal id %d, using ICL proxy", listen(), pg->keyword(), in init_socket()
1867 log_debugx("listening on %s, %s \"%s\"", listen(), pg->keyword(), in init_socket()
1871 log_warn("socket(2) failed for %s", listen()); in init_socket()
1877 log_warn("setsockopt(SO_NO_DDP) failed for %s", listen()); in init_socket()
1881 log_warn("setsockopt(SO_REUSEADDR) failed for %s", listen()); in init_socket()
1893 listen()); in init_socket()
1899 listen()); in init_socket()
1910 listen()); in init_socket()
1916 listen()); in init_socket()
[all …]
/src/contrib/netbsd-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()
/src/tests/sys/netinet/
H A Dso_reuseport_lb_test.c152 error = listen(sds[0], 1); in ATF_TC_BODY()
174 error = listen(sds[i], 1); in ATF_TC_BODY()
208 error = listen(sds[0], 1); in ATF_TC_BODY()
230 error = listen(sds[i], 1); in ATF_TC_BODY()
351 error = listen(s, 5); in ATF_TC_BODY()
406 error = listen(s, 1); in ATF_TC_BODY()
408 error = listen(s, 2); in ATF_TC_BODY()
434 error = listen(s, 1); in ATF_TC_BODY()
436 error = listen(s, 2); in ATF_TC_BODY()
476 error = listen(s2[i], 1); in ATF_TC_BODY()
[all …]
/src/tests/sys/net/
H A Dif_wg.sh64 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
68 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \
132 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
136 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \
207 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
211 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \
284 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
324 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
328 echo "$pri2" | jexec wgtest1 wg set $wg2 listen-port 12345 \
380 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \
[all …]
/src/contrib/ntp/ntpd/
H A Dcomplete.conf.in68 interface listen eth0
69 interface listen ipv6
70 interface listen 203.0.113.0/24
71 interface listen 192.0.2.123
/src/tests/sys/kern/
H A Dlistener_wakeup.c108 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()
/src/crypto/openssh/
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
/src/contrib/unbound/services/
H A Dlisten_dnsport.h227 void listen_delete(struct listen_dnsport* listen);
246 size_t listen_get_mem(struct listen_dnsport* listen);
252 void listen_stop_accept(struct listen_dnsport* listen);
258 void listen_start_accept(struct listen_dnsport* listen);
285 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
/src/crypto/krb5/src/util/ss/
H A Ddeps18 listen.so listen.po $(OUTPRE)listen.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
20 $(top_srcdir)/include/k5-thread.h copyright.h listen.c \
/src/tools/test/net/
H A Dlisten.c83 if (listen(srv_sock, limit) < 0) in main()
92 listen(srv_sock, 0); in main()
H A DMakefile1 PROGS= listen connect
/src/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h74 #ifdef listen
75 #undef listen
77 #define listen(s,blog) swrap_listen(s,blog) macro
/src/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c127 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()
/src/sys/contrib/xen/io/
H A Dpvcalls.h96 } listen; member
134 } listen; member
/src/crypto/openssl/test/helpers/
H A Dssltestlib.h30 int read, int listen);
32 int read, int listen, int *cm_count, int *sm_count);
/src/tests/sys/audit/
H A Dnetwork.c381 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()
/src/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c141 if (listen(listen_fd, -1) < 0) in main()
189 if (listen(listen_fd, -1) < 0) in main()
/src/tests/sys/capsicum/
H A Dsocket.cc79 EXPECT_NOTCAPABLE(listen(cap_sock_rw, 3)); in TEST()
80 EXPECT_OK(listen(cap_sock_all, 3)); in TEST()
194 EXPECT_NOTCAPABLE(listen(cap_sock_rw, 3)); in TEST()
195 EXPECT_OK(listen(cap_sock_all, 3)); in TEST()
/src/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td20 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.">,
/src/contrib/bsnmp/snmpd/
H A DBEGEMOT-SNMPD.txt215 "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."

12345678910>>...14