/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | tcp.c | 150 received = recv(client, in handle_data() 175 (recv(client, in handle_data()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 215 .recv = NULL,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 89 .recv = recv_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 66 .recv = chan_recv_cb,
|
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/ |
D | main.c | 265 .recv = scan_recv_cb, in init_ccp_call_control_client()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 165 .recv = l2cap_recv, 538 SHELL_CMD_ARG(recv, NULL, "[delay (in milliseconds)", cmd_recv, 1, 1),
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | main.c | 222 .recv = scan_recv,
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/ |
D | main.c | 125 .recv = recv_cb,
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 403 .recv = scan_recv_cb, 539 .recv = pa_recv,
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 160 .recv = l2cap_recv,
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp.c | 187 .recv = osdp_uart_receive, in osdp_init()
|
/Zephyr-latest/samples/net/dsa/src/ |
D | dsa_lldp.c | 226 received = recv(pd->sock, pd->recv_buffer, sizeof(pd->recv_buffer), 0); in dsa_lldp_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 235 static void recv(struct net_buf *buf) in recv() function 334 recv(buf); in rx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 259 static void recv(struct net_buf *buf) in recv() function 347 recv(buf); in rx_thread()
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 325 SHELL_CMD_ARG(recv, NULL,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 99 .recv = scan_recv,
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | tcp.c | 189 received = recv(data->tcp.sock, buf, sizeof(buf), MSG_DONTWAIT); in process_tcp_proto()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 139 .recv = recv_cb, in connect_l2cap_channel()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 282 static void recv(struct net_buf *buf) in recv() function 370 recv(buf); in rx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 262 static void recv(struct net_buf *buf) in recv() function 350 recv(buf); in rx_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 305 static void recv(struct net_buf *buf) in recv() function 393 recv(buf); in rx_thread()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 729 .recv = broadcast_stream_recv_cb, in init_cap_acceptor_broadcast() 736 .recv = broadcast_scan_recv, in init_cap_acceptor_broadcast()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 30 ``recv()``, ``recvfrom()``, ``send()``, ``sendto()``, ``connect()``, ``bind()``, 47 for calls like ``recv()`` and ``send()`` to actually process (receive 49 sockets). For example, a call ``recv(sock, 1000, 0)`` may return 100,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 71 .recv = iso_recv, 720 .recv = pa_recv_cb, 778 .recv = scan_recv,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 177 .recv = bap_stream_rx_recv_cb, 462 .recv = broadcast_scan_recv, 1083 stream_ops.recv = NULL; /* We do not care about data in this test */ in test_main_acl_disconnect()
|