Home
last modified time | relevance | path

Searched full:listen (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp66 void TSSLServerSocket::listen() in listen() function in apache::thrift::transport::TSSLServerSocket
71 GlobalOutput.perror("TServerSocket::listen() socketpair() interrupt", in listen()
82 GlobalOutput.perror("TServerSocket::listen() socketpair() childInterrupt", in listen()
154 GlobalOutput.perror("TServerSocket::listen() IPV6_V6ONLY ", in listen()
192 GlobalOutput.perror("TServerSocket::listen() socket() ", errno_copy); in listen()
203 "TServerSocket::listen() Could not bind to port %d", port_); in listen()
215 // Call listen in listen()
216 if (-1 == ::listen(serverSocket_, acceptBacklog_)) { in listen()
218 GlobalOutput.perror("TServerSocket::listen() listen() ", errno_copy); in listen()
220 throw TTransportException(TTransportException::NOT_OPEN, "Could not listen", in listen()
DTServerSocket.h35 * socket listen and accept calls.
97 // listenCallback gets called just before listen, and after all Thrift
123 // Must be called before listen(); mode cannot be switched after that.
124 // \throws std::logic_error if listen() has been called
138 void listen() override;
DTSSLServerSocket.h56 void listen() override;
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst16 listen :<dir=tx,rx,txrx> [security level]
35 2. [Peripheral] Listen to ISO connections
39 uart:~$ iso listen txrx
/Zephyr-latest/dts/bindings/input/
Dzephyr,input-double-tap.yaml10 Can be optionally be associated to a specific device to listen for events
31 Input device phandle, if not specified listen for input from all devices.
Dzephyr,input-longpress.yaml10 Can be optionally be associated to a specific device to listen for events
49 Input device phandle, if not specified listen for input from all devices.
Dzephyr,lvgl-pointer-input.yaml10 Needs to be associated to a specific device to listen for events
Dzephyr,lvgl-keypad-input.yaml14 The pseudo device can be associated to a specific device to listen only
/Zephyr-latest/tests/net/socket/socketpair/src/
Dunsupported_calls.c33 "listen should fail on a socketpair endpoint"); in ZTEST_USER_F()
35 "listen should set errno to EINVAL"); in ZTEST_USER_F()
/Zephyr-latest/samples/net/lwm2m_client/
Doverlay-queue.conf3 # Listen for incoming CoAP messages for 30 seconds after last TX.
/Zephyr-latest/samples/net/syslog_net/
DKconfig22 either IPv4 or IPv6 address. Server listen UDP port
/Zephyr-latest/samples/net/sockets/echo/src/
Dsocket_echo.c66 if (listen(serv, 5) < 0) { in main()
67 printf("error: listen: %d\n", errno); in main()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DREADME.rst20 (:kconfig:option:`CONFIG_BT_DEVICE_NAME`) of a broadcast source to listen to. With default value
21 (empty string), sink device will listen to all available broadcast sources.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp_udp.h22 * listen to requests.
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/
DREADME.rst12 This is a simple I2S audio transceiver example. You can plug any source of music and listen to it.
/Zephyr-latest/subsys/net/ip/
Dtcp.h12 * - net_tcp_listen()/net_tcp_accept() listen/accept
57 * @brief Listen for an incoming TCP connection
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst11 interface in the system. It will then start to listen for incoming
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig48 will only listen to the specified broadcast source. Not case sensitive.
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_net_mgmt.c30 /* A way to separate different sockets that listen same events */
128 /* For net_mgmt events, we only listen and never send */ in znet_mgmt_sendto()
330 * The listen() and accept() functions are without any functionality.
380 .listen = net_mgmt_sock_listen,
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/src/
Dmain.c118 if (listen(serv, 5) < 0) { in main()
119 LOG_ERR("error: listen: %d", errno); in main()
/Zephyr-latest/subsys/net/conn_mgr/
DKconfig13 listen to network interface and IP events in order to verify
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/
DREADME.rst19 Which subevent to listen to and in which response slot to respond is
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/
DREADME.rst16 Which subevent to listen to and in which response slot to respond is
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst5 Listen to network management events using a network management socket.
/Zephyr-latest/lib/mem_blocks/
DKconfig26 This allows application to listen for memory blocks allocator

12345678910>>...12