Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst16 listen :<dir=tx,rx,txrx> [security level]
39 uart:~$ iso listen txrx
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.h56 void listen() override;
DTSSLServerSocket.cpp66 void TSSLServerSocket::listen() in listen() function in apache::thrift::transport::TSSLServerSocket
216 if (-1 == ::listen(serverSocket_, acceptBacklog_)) { in listen()
DTServerSocket.h138 void listen() override;
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h72 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-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/samples/net/sockets/echo_async/src/
Dsocket_echo.c149 listen(serv4, 5); in main()
177 listen(serv6, 5); in main()
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c130 listen(serv4, 5);
155 listen(serv6, 5);
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst11 interface in the system. It will then start to listen for incoming
/Zephyr-latest/samples/net/syslog_net/
DKconfig22 either IPv4 or IPv6 address. Server listen UDP port
/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/samples/net/sockets/echo/src/
Dsocket_echo.c66 if (listen(serv, 5) < 0) { in main()
/Zephyr-latest/include/zephyr/posix/sys/
Dsocket.h36 int listen(int sock, int backlog);
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c73 CHECK(listen(serv, 5)); in main()
/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/subsys/modbus/tcp_gateway/src/
Dmain.c118 if (listen(serv, 5) < 0) { in main()
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig48 will only listen to the specified broadcast source. Not case sensitive.
/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/mdns_responder/src/
Dservice.c104 r = listen(server_fd, 1); in service()
/Zephyr-latest/samples/net/sockets/can/
DREADME.rst18 * Receive function which starts to listen the CAN socket and prints
/Zephyr-latest/tests/posix/headers/src/
Dsys_socket_h.c109 zassert_not_null(listen); in ZTEST()
/Zephyr-latest/samples/drivers/video/tcpserversink/src/
Dmain.c78 ret = listen(sock, MAX_CLIENT_QUEUE); in main()
/Zephyr-latest/subsys/net/conn_mgr/
DKconfig13 listen to network interface and IP events in order to verify
/Zephyr-latest/lib/mem_blocks/
DKconfig26 This allows application to listen for memory blocks allocator
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py130 gdbserver.listen(1)

123456789