/kernel/linux/linux-5.10/net/bluetooth/ |
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/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()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
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/lwip/src/core/ipv6/ |
H A D | nd6.c | 293 ND6_STATS_INC(nd6.recv); in nd6_input()
|
/third_party/lwip/src/core/ |
H A D | tcp_in.c | 138 TCP_STATS_INC(tcp.recv);
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1546 pub fn recv(s: ::c_int, buf: *mut ::c_void, bufLen: ::size_t, flags: ::c_int) -> ::ssize_t; in recv() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1301 link_name = "recv$UNIX2003" 1304 pub fn recv(socket: ::c_int, buf: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in recv() functions
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 3314 JSVM_Value recv, 3320 CHECK_ARG(env, recv); 3327 v8::Local<v8::Value> v8recv = v8impl::V8LocalValueFromJsValue(recv);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 1748 gt_record_guc_ctb(error_uc->guc.ctb + 1, &uc->guc.ct.ctbs.recv, in gt_record_uc()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2887 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 419 if ((r = recv(fd, buf, count, 0)) >= 0) in pa_read()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2880 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 5138 Local<Value> recv, int argc, in CallAsFunction() 5148 auto recv_obj = Utils::OpenHandle(*recv); in CallAsFunction() 5248 v8::Local<v8::Value> recv, int argc, in Call() 5260 i::Handle<i::Object> recv_obj = Utils::OpenHandle(*recv); in Call() 5137 CallAsFunction(Local<Context> context, Local<Value> recv, int argc, Local<Value> argv[]) CallAsFunction() argument 5247 Call(Local<Context> context, v8::Local<v8::Value> recv, int argc, v8::Local<v8::Value> argv[]) Call() argument
|
/kernel/linux/linux-5.10/net/ |
H A D | socket.c | 2087 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/net/ |
H A D | socket.c | 2273 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 1043 ret = recv (connection->socket_fd, other, i, MSG_NOSIGNAL); in recv_param_adapter() 4087 /* initialize HTTPS daemon certificate aspects & send / recv functions */ in MHD_start_daemon_va()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 1377 u8 *recv, int recv_size, in intel_dp_aux_xfer() 1549 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 1375 intel_dp_aux_xfer(struct intel_dp *intel_dp, const u8 *send, int send_bytes, u8 *recv, int recv_size, u32 aux_send_ctl_flags) intel_dp_aux_xfer() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 1730 Isolate* isolate, Handle<JSReceiver> recv, in SpeciesConstructor() 1735 JSObject::GetProperty(isolate, recv, in SpeciesConstructor() 1729 SpeciesConstructor( Isolate* isolate, Handle<JSReceiver> recv, Handle<JSFunction> default_ctor) SpeciesConstructor() argument
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3096 pub fn sceKernelCancelMsgPipe(uid: SceUid, send: *mut i32, recv: *mut i32) -> i32; in sceKernelCancelMsgPipe()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3782 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/common/ |
H A D | dpp.c | 9757 res = recv(sd, &conn->msg_len[conn->msg_len_octets], in dpp_controller_rx() 9760 wpa_printf(MSG_DEBUG, "DPP: recv failed: %s", in dpp_controller_rx() 9805 res = recv(sd, wpabuf_put(conn->msg, 0), wpabuf_tailroom(conn->msg), 0); in dpp_controller_rx() 9807 wpa_printf(MSG_DEBUG, "DPP: recv failed: %s", strerror(errno)); in dpp_controller_rx()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 5343 IO_NETOP_FN(recv); variable
|