Home
last modified time | relevance | path

Searched refs:listen (Results 51 – 75 of 213) sorted by relevance

123456789

/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/
Dindex.rst87 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c47 NMI_API sint8 listen(SOCKET sock, uint8 backlog);
365 ret = listen((intptr_t)context->offload_context, backlog); in winc1500_listen()
608 .listen = winc1500_listen,
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets.c279 SYS_PORT_TRACING_OBJ_FUNC_ENTER(socket, listen, sock, backlog); in z_impl_zsock_listen()
281 ret = VTABLE_CALL(listen, sock, backlog); in z_impl_zsock_listen()
283 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, listen, sock, in z_impl_zsock_listen()
Dsockets_net_mgmt.c380 .listen = net_mgmt_sock_listen,
/Zephyr-latest/boards/innblue/innblue21/doc/
Dindex.rst115 First, run your favorite terminal program to listen for output.
/Zephyr-latest/boards/innblue/innblue22/doc/
Dindex.rst115 First, run your favorite terminal program to listen for output.
/Zephyr-latest/boards/gd/gd32e507v_start/doc/
Dindex.rst98 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32f350r_eval/doc/
Dindex.rst91 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32f450v_start/doc/
Dindex.rst93 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32l233r_eval/doc/
Dindex.rst92 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32vf103v_eval/doc/
Dindex.rst97 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/nordic/nrf51dongle/doc/
Dindex.rst110 First, run your favorite terminal program to listen for output.
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c185 ret = listen(*sock, MAX_CLIENT_QUEUE); in setup()
/Zephyr-latest/boards/gd/gd32f450z_eval/doc/
Dindex.rst110 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32f470i_eval/doc/
Dindex.rst114 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/
Dindex.rst114 #. Run your favorite terminal program to listen for output. Under Linux the
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c516 static uint8_t listen(const void *cmd, uint16_t cmd_len, in listen() function
652 .func = listen,
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c261 .listen = offload_listen,
323 .listen = offload_listen,
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
DREADME.rst5 Use zbus message subscribers to listen to messages published to channels.
/Zephyr-latest/boards/we/proteus2ev/doc/
Dindex.rst108 First, run your favorite terminal program to listen for output.
/Zephyr-latest/boards/we/proteus3ev/doc/
Dindex.rst110 First, run your favorite terminal program to listen for output.
/Zephyr-latest/boards/gd/gd32f450i_eval/doc/
Dindex.rst115 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32e507z_eval/doc/
Dindex.rst106 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/boards/gd/gd32f407v_start/doc/
Dindex.rst102 #. Run your favorite terminal program to listen for output. On Linux the
/Zephyr-latest/lib/posix/options/
Dnet.c337 int listen(int sock, int backlog) in listen() function

123456789