Home
last modified time | relevance | path

Searched refs:recv (Results 776 - 800 of 821) sorted by relevance

1...<<313233

/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc1164 while ((nread = recv(quic_ipc_fd_, buf.data(), buf.size(), 0)) == -1 && in quic_ipc_read()
/third_party/libfuse/util/
H A Dfusermount.c1508 int n = recv(cfd, buf, sizeof(buf), 0); in main()
/third_party/lwip/src/core/ipv6/
H A Dip6.c577 IP6_STATS_INC(ip6.recv);
/third_party/lwip/src/core/
H A Dnetif.c1395 LINK_STATS_INC(link.recv);
/third_party/lwip/src/netif/ppp/
H A Dppp.c796 LINK_STATS_INC(link.recv); in ppp_input()
/third_party/rust/crates/libc/src/
H A Dwasi.rs678 pub fn recv(socket: ::c_int, buf: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in recv() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c206 len = recv(sock, buf, sizeof(buf), 0); in handle_read()
208 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno)); in handle_read()
H A Ddriver_macsec_linux.c624 wpa_printf(MSG_ERROR, DRV_PREFIX "%s: failed to recv: %d (%s)", in nl_send_recv()
1452 len = recv(sock, buf, sizeof(buf), 0); in macsec_drv_handle_read()
1454 wpa_printf(MSG_ERROR, "macsec_linux: recv: %s", in macsec_drv_handle_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.c632 res = recv(sock, buf, sizeof(buf) - 1, 0); in eap_sim_db_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c839 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); in radius_client_receive()
841 wpa_printf(MSG_INFO, "recv[RADIUS]: %s", strerror(errno)); in radius_client_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c206 len = recv(sock, buf, sizeof(buf), 0); in handle_read()
208 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno)); in handle_read()
H A Ddriver_macsec_linux.c622 wpa_printf(MSG_ERROR, DRV_PREFIX "%s: failed to recv: %d (%s)", in nl_send_recv()
1453 len = recv(sock, buf, sizeof(buf), 0); in macsec_drv_handle_read()
1455 wpa_printf(MSG_ERROR, "macsec_linux: recv: %s", in macsec_drv_handle_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_sim_db.c632 res = recv(sock, buf, sizeof(buf) - 1, 0); in eap_sim_db_receive()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c3224 .recv = smp_recv_cb,
3275 .recv = l2cap_chan_no_recv,
H A Dl2cap_sock.c1517 /* For ERTM, handle one skb that doesn't fit into the recv in l2cap_sock_recv_cb()
1736 .recv = l2cap_sock_recv_cb,
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.c3230 .recv = smp_recv_cb,
3281 .recv = l2cap_chan_no_recv,
H A Dl2cap_sock.c1483 /* For ERTM, handle one skb that doesn't fit into the recv in l2cap_sock_recv_cb()
1702 .recv = l2cap_sock_recv_cb,
/third_party/curl/lib/
H A Durl.c240 the case for example with CONNECT_ONLY + recv/send (test 556) */ in Curl_close()
3624 conn->recv[FIRSTSOCKET] = Curl_conn_recv;
3626 conn->recv[SECONDARYSOCKET] = Curl_conn_recv;
/third_party/python/Lib/test/
H A Dtest_mailbox.py1087 c.recv(1)
1093 p.recv(1)
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp168 n = recv(connfd, buff, MAXLNE, 0); in CreateServer()
172 printf("recv msg with length:%d from client\n", n); in CreateServer()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c127 FAIL_ERRNO("recv"); \
229 return recv(fd, buf, len, flags); in recv_timeout()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_maps.c935 /* Test map delete elem and remove send/recv sockets */ in test_sockmap()
959 /* Test map send/recv */ in test_sockmap()
983 printf("Failed sockmap select/recv\n"); in test_sockmap()
987 rc = recv(sfd[3], buf, sizeof(buf), 0); in test_sockmap()
989 printf("Failed sockmap recv\n"); in test_sockmap()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c1064 ret = recv(sock, msg, sizeof(*msg), 0); in recv_message()
H A Dtest_maps.c945 /* Test map delete elem and remove send/recv sockets */ in test_sockmap()
969 /* Test map send/recv */ in test_sockmap()
993 printf("Failed sockmap select/recv\n"); in test_sockmap()
997 rc = recv(sfd[3], buf, sizeof(buf), 0); in test_sockmap()
999 printf("Failed sockmap recv\n"); in test_sockmap()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c132 res_len = recv(fd, buffer, res_len, 0); in capture_events()
134 error(1, res_len, "error on recv() from NL socket"); in capture_events()
230 error(1, errno, "recv netlink: %uB\n", ret); in do_nl_req()

Completed in 53 milliseconds

1...<<313233