/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.cc | 1164 while ((nread = recv(quic_ipc_fd_, buf.data(), buf.size(), 0)) == -1 && in quic_ipc_read()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 1508 int n = recv(cfd, buf, sizeof(buf), 0); in main()
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 577 IP6_STATS_INC(ip6.recv);
|
/third_party/lwip/src/core/ |
H A D | netif.c | 1395 LINK_STATS_INC(link.recv);
|
/third_party/lwip/src/netif/ppp/ |
H A D | ppp.c | 796 LINK_STATS_INC(link.recv); in ppp_input()
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 678 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 D | driver_hostap.c | 206 len = recv(sock, buf, sizeof(buf), 0); in handle_read() 208 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno)); in handle_read()
|
H A D | driver_macsec_linux.c | 624 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 D | eap_sim_db.c | 632 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 D | radius_client.c | 839 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 D | driver_hostap.c | 206 len = recv(sock, buf, sizeof(buf), 0); in handle_read() 208 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno)); in handle_read()
|
H A D | driver_macsec_linux.c | 622 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 D | eap_sim_db.c | 632 res = recv(sock, buf, sizeof(buf) - 1, 0); in eap_sim_db_receive()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 3224 .recv = smp_recv_cb, 3275 .recv = l2cap_chan_no_recv,
|
H A D | l2cap_sock.c | 1517 /* 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 D | smp.c | 3230 .recv = smp_recv_cb, 3281 .recv = l2cap_chan_no_recv,
|
H A D | l2cap_sock.c | 1483 /* 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 D | url.c | 240 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 D | test_mailbox.py | 1087 c.recv(1) 1093 p.recv(1)
|
/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 168 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 D | sockmap_listen.c | 127 FAIL_ERRNO("recv"); \ 229 return recv(fd, buf, len, flags); in recv_timeout()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 935 /* 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 D | test_progs.c | 1064 ret = recv(sock, msg, sizeof(*msg), 0); in recv_message()
|
H A D | test_maps.c | 945 /* 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 D | pm_nl_ctl.c | 132 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()
|