/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 87 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 47 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/ |
D | sockets.c | 279 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()
|
D | sockets_net_mgmt.c | 380 .listen = net_mgmt_sock_listen,
|
/Zephyr-latest/boards/innblue/innblue21/doc/ |
D | index.rst | 115 First, run your favorite terminal program to listen for output.
|
/Zephyr-latest/boards/innblue/innblue22/doc/ |
D | index.rst | 115 First, run your favorite terminal program to listen for output.
|
/Zephyr-latest/boards/gd/gd32e507v_start/doc/ |
D | index.rst | 98 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32f350r_eval/doc/ |
D | index.rst | 91 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32f450v_start/doc/ |
D | index.rst | 93 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32l233r_eval/doc/ |
D | index.rst | 92 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32vf103v_eval/doc/ |
D | index.rst | 97 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/nordic/nrf51dongle/doc/ |
D | index.rst | 110 First, run your favorite terminal program to listen for output.
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | main.c | 185 ret = listen(*sock, MAX_CLIENT_QUEUE); in setup()
|
/Zephyr-latest/boards/gd/gd32f450z_eval/doc/ |
D | index.rst | 110 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32f470i_eval/doc/ |
D | index.rst | 114 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 114 #. Run your favorite terminal program to listen for output. Under Linux the
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 516 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/ |
D | main.c | 261 .listen = offload_listen, 323 .listen = offload_listen,
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 5 Use zbus message subscribers to listen to messages published to channels.
|
/Zephyr-latest/boards/we/proteus2ev/doc/ |
D | index.rst | 108 First, run your favorite terminal program to listen for output.
|
/Zephyr-latest/boards/we/proteus3ev/doc/ |
D | index.rst | 110 First, run your favorite terminal program to listen for output.
|
/Zephyr-latest/boards/gd/gd32f450i_eval/doc/ |
D | index.rst | 115 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32e507z_eval/doc/ |
D | index.rst | 106 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/boards/gd/gd32f407v_start/doc/ |
D | index.rst | 102 #. Run your favorite terminal program to listen for output. On Linux the
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 337 int listen(int sock, int backlog) in listen() function
|