Home
last modified time | relevance | path

Searched refs:recv (Results 651 - 674 of 674) sorted by relevance

1...<<21222324252627

/kernel/linux/linux-5.10/net/bluetooth/
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/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()
/kernel/linux/linux-6.6/net/bluetooth/
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/lwip/src/core/ipv6/
H A Dnd6.c293 ND6_STATS_INC(nd6.recv); in nd6_input()
/third_party/lwip/src/core/
H A Dtcp_in.c138 TCP_STATS_INC(tcp.recv);
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1546 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 Dmod.rs1301 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 Djs_native_api_v8.cc3314 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 Di915_gpu_error.c1748 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 Dapps.c2887 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c419 if ((r = recv(fd, buf, count, 0)) >= 0) in pa_read()
/third_party/openssl/apps/lib/
H A Dapps.c2880 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5138 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 Dsocket.c2087 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/net/
H A Dsocket.c2273 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 Ddaemon.c1043 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 Dintel_dp.c1377 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 Dobjects.cc1730 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 Dpsp.rs3096 pub fn sceKernelCancelMsgPipe(uid: SceUid, send: *mut i32, recv: *mut i32) -> i32; in sceKernelCancelMsgPipe()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3782 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 Ddpp.c9757 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 Dio_uring.c5343 IO_NETOP_FN(recv); variable

Completed in 136 milliseconds

1...<<21222324252627