/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.cpp | 66 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()
|
D | TServerSocket.h | 35 * 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;
|
D | TSSLServerSocket.h | 56 void listen() override;
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 16 listen :<dir=tx,rx,txrx> [security level] 35 2. [Peripheral] Listen to ISO connections 39 uart:~$ iso listen txrx
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,input-double-tap.yaml | 10 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.
|
D | zephyr,input-longpress.yaml | 10 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.
|
D | zephyr,lvgl-pointer-input.yaml | 10 Needs to be associated to a specific device to listen for events
|
D | zephyr,lvgl-keypad-input.yaml | 14 The pseudo device can be associated to a specific device to listen only
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | unsupported_calls.c | 33 "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/ |
D | overlay-queue.conf | 3 # Listen for incoming CoAP messages for 30 seconds after last TX.
|
/Zephyr-latest/samples/net/syslog_net/ |
D | Kconfig | 22 either IPv4 or IPv6 address. Server listen UDP port
|
/Zephyr-latest/samples/net/sockets/echo/src/ |
D | socket_echo.c | 66 if (listen(serv, 5) < 0) { in main() 67 printf("error: listen: %d\n", errno); in main()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | README.rst | 20 (: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/ |
D | smp_udp.h | 22 * listen to requests.
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/ |
D | README.rst | 12 This is a simple I2S audio transceiver example. You can plug any source of music and listen to it.
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.h | 12 * - net_tcp_listen()/net_tcp_accept() listen/accept 57 * @brief Listen for an incoming TCP connection
|
/Zephyr-latest/samples/net/promiscuous_mode/ |
D | README.rst | 11 interface in the system. It will then start to listen for incoming
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 48 will only listen to the specified broadcast source. Not case sensitive.
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_net_mgmt.c | 30 /* 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/ |
D | main.c | 118 if (listen(serv, 5) < 0) { in main() 119 LOG_ERR("error: listen: %d", errno); in main()
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | Kconfig | 13 listen to network interface and IP events in order to verify
|
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/ |
D | README.rst | 19 Which subevent to listen to and in which response slot to respond is
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 16 Which subevent to listen to and in which response slot to respond is
|
/Zephyr-latest/samples/net/sockets/net_mgmt/ |
D | README.rst | 5 Listen to network management events using a network management socket.
|
/Zephyr-latest/lib/mem_blocks/ |
D | Kconfig | 26 This allows application to listen for memory blocks allocator
|