Home
last modified time | relevance | path

Searched refs:recv (Results 126 – 150 of 266) sorted by relevance

1234567891011

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c150 received = recv(client, in handle_data()
175 (recv(client, in handle_data()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c215 .recv = NULL,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c89 .recv = recv_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c66 .recv = chan_recv_cb,
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/
Dmain.c265 .recv = scan_recv_cb, in init_ccp_call_control_client()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c165 .recv = l2cap_recv,
538 SHELL_CMD_ARG(recv, NULL, "[delay (in milliseconds)", cmd_recv, 1, 1),
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c222 .recv = scan_recv,
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c125 .recv = recv_cb,
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c403 .recv = scan_recv_cb,
539 .recv = pa_recv,
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c160 .recv = l2cap_recv,
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp.c187 .recv = osdp_uart_receive, in osdp_init()
/Zephyr-latest/samples/net/dsa/src/
Ddsa_lldp.c226 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/
Dpeer.c235 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/
Dmain.c259 static void recv(struct net_buf *buf) in recv() function
347 recv(buf); in rx_thread()
/Zephyr-latest/drivers/lora/
Dshell.c325 SHELL_CMD_ARG(recv, NULL,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c99 .recv = scan_recv,
/Zephyr-latest/samples/net/sockets/echo_client/src/
Dtcp.c189 received = recv(data->tcp.sock, buf, sizeof(buf), MSG_DONTWAIT); in process_tcp_proto()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c139 .recv = recv_cb, in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c282 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/
Dmain.c262 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/
Dmain.c305 static void recv(struct net_buf *buf) in recv() function
393 recv(buf); in rx_thread()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c729 .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/
Dsockets.rst30 ``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/
Dtest_bis.c71 .recv = iso_recv,
720 .recv = pa_recv_cb,
778 .recv = scan_recv,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c177 .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()

1234567891011