/third_party/ltp/lib/ |
H A D | safe_net.c | 281 rval = recv(sockfd, buf, size, flags); in safe_recv() 285 "recv(%d, %p, %zu, %d) failed", sockfd, buf, size, in safe_recv() 289 "Invalid recv(%d, %p, %zu, %d) return value %zd", in safe_recv() 293 "recv(%d, %p, %zu, %d) ret(%zd) != len(%zu)", in safe_recv()
|
H A D | tst_rtnetlink.c | 176 /* Each recv() call returns one message, read all pending messages */ in tst_rtnl_recv() 179 size = recv(ctx->socket, &tmp, 1, in tst_rtnl_recv() 185 "recv() failed"); in tst_rtnl_recv()
|
/third_party/musl/porting/linux/user/src/fortify/ |
H A D | fortify.c | 142 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk() 143 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(recv)(socket, buf, len, flags); in __recv_chk()
|
/third_party/musl/src/fortify/linux/ |
H A D | fortify.c | 153 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk() 154 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(recv)(socket, buf, len, flags); in __recv_chk()
|
/third_party/lwip/src/core/ipv4/ |
H A D | igmp.c | 329 IGMP_STATS_INC(igmp.recv); in igmp_input()
|
/third_party/lwip/src/core/ipv6/ |
H A D | mld6.c | 232 MLD6_STATS_INC(mld6.recv); in mld6_input()
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-sockets.c | 602 ret = (int)recv(fd, (char *)buf, (unsigned int)len, 0); in lws_plat_mbedtls_net_recv()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 685 Local<Value> recv,
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 666 Local<Value> recv,
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | vms_term_sock.c | 148 len = recv (TermSock, TermBuff, sizeof(TermBuff), 0) ; in main()
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 517 """Fill raw queue from exactly one recv() system call. 528 buf = self.sock.recv(50) 529 self.msg("recv %r", buf)
|
/third_party/python/Lib/test/ |
H A D | _test_eintr.py | 194 # single-byte payload guard us against partial recv 211 ' # let the parent block on recv()', 225 self._test_recv(socket.socket.recv) 262 ' raise Exception("recv error: %s vs %s bytes"',
|
H A D | test_telnetlib.py | 101 def recv(self, size): member in SocketStub 359 (b'a', ": recv b''\n"),
|
H A D | test_kqueue.py | 203 self.assertEqual(b.recv(r[0].data), b'foo')
|
/third_party/openssl/apps/lib/ |
H A D | vms_term_sock.c | 148 len = recv (TermSock, TermBuff, sizeof(TermBuff), 0) ; in main()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 28 pub(crate) fn recv(fd: BorrowedFd<'_>, buf: &mut [u8], flags: RecvFlags) -> io::Result<usize> { 30 ret_send_recv(c::recv(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_monitor.c | 108 len = recv(sock, buf, sizeof(buf), 0); in handle_monitor_read() 110 wpa_printf(MSG_ERROR, "nl80211: Monitor socket recv failed: %s", in handle_monitor_read()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_monitor.c | 111 len = recv(sock, buf, sizeof(buf), 0); in handle_monitor_read() 113 wpa_printf(MSG_ERROR, "nl80211: Monitor socket recv failed: %s", in handle_monitor_read()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 577 ret = recv(fd, buf, cap, MSG_PEEK); in do_rnd_read() 580 ret = recv(fd, buf, cap, MSG_PEEK); in do_rnd_read() 1350 "\t\t\"saveWithPeek\" - recv data with flags 'MSG_PEEK' and save the peek data into file\n"); in parse_peek() 1352 "\t\t\"saveAfterPeek\" - read and save data into file after recv with flags 'MSG_PEEK'\n"); in parse_peek()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.cc | 117 v8::Local<v8::Value> recv, const String16& expression, in innerCallFunctionOn() 186 scope.context(), functionValue.As<v8::Function>(), recv, argc, in innerCallFunctionOn() 115 innerCallFunctionOn( V8InspectorSessionImpl* session, InjectedScript::Scope& scope, v8::Local<v8::Value> recv, const String16& expression, Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, bool silent, WrapMode wrapMode, bool userGesture, bool awaitPromise, const String16& objectGroup, bool throw_on_side_effect, std::unique_ptr<V8RuntimeAgentImpl::CallFunctionOnCallback> callback) innerCallFunctionOn() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 303 if not self.socket.poll('recv', poll_timeout): 311 r = self.socket.recv() 539 while socket.poll("recv"): 541 while socket.poll("recv"): 542 r = socket.recv()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 717 if ((numbytes = recv (sockfd, response, resp_len, 0)) == -1) in udp_command() 720 (LOG_NOTICE, "udp_command: ERROR - recv failed: %s", in udp_command() 1446 recv (fd, (char *) &resp_buf, in bjnp_recv_header() 1454 "bjnp_recv_header: ERROR - (recv) Scanner closed the TCP-connection!\n")); in bjnp_recv_header() 1457 "bjnp_recv_header: ERROR - (recv) could not read response header, received %d bytes!\n", in bjnp_recv_header() 1460 (LOG_CRIT, "bjnp_recv_header: ERROR - (recv) error: %s!\n", in bjnp_recv_header() 1556 * NOTE: len may not exceed SSIZE_MAX (as that is max for recv) in bjnp_recv_data() 1624 if ((recv_bytes = recv (fd, buffer + start_pos, *len, 0)) < 0) in bjnp_recv_data() 1628 "bjnp_recv_data: ERROR - could not read response payload (%ld + %ld = %ld) (recv): %s!\n", in bjnp_recv_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 1141 keys->recv = decrypt_ms_key(key, keylen, in radius_msg_get_ms_keys() 1145 if (!keys->recv) { in radius_msg_get_ms_keys() 1147 "RADIUS: Failed to decrypt recv key"); in radius_msg_get_ms_keys() 1175 keys->recv = decrypt_ms_key(key + 17, keylen - 17, in radius_msg_get_cisco_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 1141 keys->recv = decrypt_ms_key(key, keylen, in radius_msg_get_ms_keys() 1145 if (!keys->recv) { in radius_msg_get_ms_keys() 1147 "RADIUS: Failed to decrypt recv key"); in radius_msg_get_ms_keys() 1175 keys->recv = decrypt_ms_key(key + 17, keylen - 17, in radius_msg_get_cisco_keys()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 1883 tdev->recv(tdev, skbs, n); in deliver_partial_bundle() 1931 adapter->tdev.recv(&adapter->tdev, skbs, in ofld_poll() 1970 tdev->recv(tdev, rx_gather, RX_BUNDLE_SIZE); in rx_offload() 2065 if (pi->iscsic.recv) in cxgb3_process_iscsi_prov_pack() 2066 pi->iscsic.recv(pi, skb); in cxgb3_process_iscsi_prov_pack()
|