Home
last modified time | relevance | path

Searched full:listening (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c380 * - Open uevent listening socket in initial network namespace owned by in TEST()
385 * - uevent listening socket receives uevent in TEST()
394 * - Open uevent listening socket in non-initial network namespace in TEST()
399 * - uevent listening socket receives uevent in TEST()
409 * - Open uevent listening socket in initial network namespace in TEST()
414 * - uevent listening socket receives uevent in TEST()
423 * - Open uevent listening socket in non-initial network namespace in TEST()
428 * - uevent listening socket receives no uevent in TEST()
437 * - Open uevent listening socket in initial network namespace in TEST()
443 * - uevent listening socket receives uevent in TEST()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rpmsg21 starts listening on one end of a channel, it assigns it with
24 dispatches them to the listening entity (a kernel driver).
39 starts listening on one end of a channel, it assigns it with
42 dispatches them to the listening entity.
49 and it is listening for inbound messages that may be sent
65 or remote, starts listening on it for messages (and is thus
88 The listening entity (or client) which communicates with a
/openbmc/openbmc-test-automation/lib/snmp/
H A Dsnmp_utils.robot28 # port Network port where SNMP manager is listening.
76 # port Network port where SNMP manager is listening.
93 # port Network port where SNMP manager is listening.
112 # port Network port where SNMP manager is listening.
137 # listening to SNMP messages.
/openbmc/qemu/include/io/
H A Dnet-listener.h40 * listening socket. It is able to listen on multiple sockets
67 * listening on any sockets initially.
93 * Synchronously open a listening connection on all
108 * Associate a listening socket I/O channel with the
156 * on one of the listening sockets. If there was previously
/openbmc/linux/tools/testing/vsock/
H A Dcontrol.c11 * listening on yet. The control socket offers a communications channel for
14 * If the client calls control_expectln("LISTENING"), then it will block until
15 * the server calls control_writeln("LISTENING"). This provides a simple
79 printf("Control socket listening on %s:%s\n", in control_init()
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst18 bound (and listening, for tcp) socket, or
39 removal of listening sockets, and startup and shutdown of the server.
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c179 * This function handles the CONNECT_REQUEST event on a listening
181 * this cma_id is inherited from the listening cma_id and is the svc_xprt
182 * structure for the listening endpoint.
225 * Enqueue the new transport on the accept queue of the listening in handle_connect_req()
237 * svc_rdma_listen_handler - Handle CM events generated on a listening endpoint
294 * Create a listening RDMA service endpoint.
354 * This is the xpo_recvfrom function for listening endpoints. Its
359 * There is a queue of pending connections hung on the listening
/openbmc/linux/fs/smb/client/
H A Drfc1002pdu.h49 #define RFC1002_NOT_LISTENING_CALLED 0x80 /* not listening on called name */
50 #define RFC1002_NOT_LISTENING_CALLING 0x81 /* not listening on calling name */
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c3 /* Test that sockets listening on a specific address are preferred
4 * over sockets listening on addr_any.
224 /* Below we test that a socket listening on a specific address in run_one_test()
225 * is always selected in preference over a socket listening in run_one_test()
H A Dstress_reuseport_listen.c5 /* Test listening on the same port 443 with multiple VIPS.
6 * Each VIP:443 will have multiple sk listening on by using
H A Dstress_reuseport_listen.sh24 # Total 24000 listening socks
/openbmc/linux/include/net/phonet/
H A Dpep.h19 /* XXX: union-ify listening vs connected stuff ? */
20 /* Listening socket stuff: */
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py305 Start listening for an incoming connection, but do not wait for a peer.
307 This method starts listening for an incoming connection, but
309 immediately after binding and listening on a socket. A later
319 When the server could not start listening on this address.
490 Stop listening for / accepting new incoming connections.
528 # A connection has been accepted; stop listening for new ones.
538 Start listening for an incoming connection, but do not wait for a peer.
540 This method starts listening for an incoming connection, but does not
542 binding and listening to a socket. A later call to accept() must be
583 self.logger.debug("Server listening on %s", address)
/openbmc/linux/Documentation/networking/
H A Dphonet.rst142 with end-to-end congestion control. It uses the passive listening
143 socket paradigm. The listening socket is bound to an unique free object
144 ID. Each listening socket can handle up to 255 simultaneous
/openbmc/linux/Documentation/input/
H A Duinput.rst88 * to detect, initialize the new device, and can start listening to
151 * to detect, initialize the new device, and can start listening to
222 * to detect, initialize the new device, and can start listening to
/openbmc/qemu/tests/qemu-iotests/
H A D08393 while ! grep -q 'Listening on ' "$TEST_DIR/nbd-fault-injector.out"; do
98 nbd_addr=$(sed -n 's/^Listening on //p' \
/openbmc/qemu/tests/qtest/
H A Dnetdev-socket.c130 EXPECT_STATE(qts0, "st0: index=0,type=stream,listening\r\n", 0); in test_stream_inet_ipv4()
203 EXPECT_STATE(qts0, "st0: index=0,type=stream,listening\r\n", 0); in test_stream_unix_reconnect()
253 EXPECT_STATE(qts0, "st0: index=0,type=stream,listening\r\n", 0); in test_stream_inet_ipv6()
285 EXPECT_STATE(qts0, "st0: index=0,type=stream,listening\r\n", 0); in test_stream_unix()
317 EXPECT_STATE(qts0, "st0: index=0,type=stream,listening\r\n", 0); in test_stream_unix_abstract()
/openbmc/linux/net/rds/
H A Drdma_transport.c53 /* this can be null in the listening path */ in rds_rdma_cm_event_handler_cmn()
231 rdsdebug("cm %p listening on port %u\n", cm_id, RDS_PORT); in rds_rdma_listen_init_common()
314 /* stop listening first to ensure no new connections are attempted */ in rds_rdma_exit()
/openbmc/linux/include/net/netns/
H A Dsctp.h28 /* UDP tunneling listening sock. */
31 /* UDP tunneling listening port. */
/openbmc/linux/include/net/
H A Dmac802154.h166 * Set radio for listening on specific channel.
167 * Set the device for listening on specified channel.
171 * Set radio for listening on specific address.
172 * Set the device for listening on specified address.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A Dsaslauthd.conf1 # Directory in which to place saslauthd's listening socket, pid file, and so
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DSocketAttributes.interface.yaml13 Specifies the port number on which the service is listening. This
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/
H A Dobmc-console@.service2 Description=Phosphor Console Muxer listening on device /dev/%I
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/
H A Dobmc-console@.service2 Description=Phosphor Console Muxer listening on device /dev/%I
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/
H A Dobmc-console@.service2 Description=Phosphor Console Muxer listening on device /dev/%I

12345678910>>...13