/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 16 listen :<dir=tx,rx,txrx> [security level] 39 uart:~$ iso listen txrx
|
/Zephyr-4.1.0/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.h | 56 void listen() override;
|
D | TSSLServerSocket.cpp | 66 void TSSLServerSocket::listen() in listen() function in apache::thrift::transport::TSSLServerSocket 216 if (-1 == ::listen(serverSocket_, acceptBacklog_)) { in listen()
|
D | TServerSocket.h | 138 void listen() override;
|
/Zephyr-4.1.0/include/zephyr/net/ |
D | net_offload.h | 72 int (*listen)(struct net_context *context, int backlog); member 200 NET_ASSERT(net_if_offload(iface)->listen); in net_offload_listen() 202 return net_if_offload(iface)->listen(context, backlog); in net_offload_listen()
|
/Zephyr-4.1.0/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-4.1.0/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 149 listen(serv4, 5); in main() 177 listen(serv6, 5); in main()
|
/Zephyr-4.1.0/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 130 listen(serv4, 5); 155 listen(serv6, 5);
|
/Zephyr-4.1.0/samples/net/syslog_net/ |
D | Kconfig | 22 either IPv4 or IPv6 address. Server listen UDP port
|
/Zephyr-4.1.0/samples/net/promiscuous_mode/ |
D | README.rst | 11 interface in the system. It will then start to listen for incoming
|
/Zephyr-4.1.0/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-4.1.0/samples/net/sockets/echo/src/ |
D | socket_echo.c | 66 if (listen(serv, 5) < 0) { in main()
|
/Zephyr-4.1.0/include/zephyr/posix/sys/ |
D | socket.h | 36 int listen(int sock, int backlog);
|
/Zephyr-4.1.0/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 73 CHECK(listen(serv, 5)); in main()
|
/Zephyr-4.1.0/samples/bluetooth/periodic_adv_rsp/ |
D | README.rst | 19 Which subevent to listen to and in which response slot to respond is
|
/Zephyr-4.1.0/samples/net/mdns_responder/src/ |
D | service.c | 104 r = listen(server_fd, 1); in service()
|
/Zephyr-4.1.0/samples/net/sockets/can/ |
D | README.rst | 18 * Receive function which starts to listen the CAN socket and prints
|
/Zephyr-4.1.0/samples/subsys/modbus/tcp_gateway/src/ |
D | main.c | 118 if (listen(serv, 5) < 0) { in main()
|
/Zephyr-4.1.0/tests/posix/headers/src/ |
D | sys_socket_h.c | 107 zassert_not_null(listen); in ZTEST()
|
/Zephyr-4.1.0/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 47 will only listen to the specified broadcast source. Not case sensitive.
|
/Zephyr-4.1.0/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 16 Which subevent to listen to and in which response slot to respond is
|
/Zephyr-4.1.0/samples/drivers/video/tcpserversink/src/ |
D | main.c | 78 ret = listen(sock, MAX_CLIENT_QUEUE); in main()
|
/Zephyr-4.1.0/subsys/net/conn_mgr/ |
D | Kconfig | 13 listen to network interface and IP events in order to verify
|
/Zephyr-4.1.0/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 81 #. Run your favorite terminal program to listen for output. Under Linux the 141 #. Run your favorite terminal program to listen for output. Under Linux the
|
/Zephyr-4.1.0/boards/bbc/microbit/doc/ |
D | index.rst | 48 First, run your favorite terminal program to listen for output.
|