HomeSort by relevance Sort by last modified time
    Searched refs:recv_data (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 301 const StunByteStringAttribute* recv_data = local
303 ASSERT_TRUE(recv_data != NULL);
305 rtc::ByteBuffer buf(recv_data->bytes(), recv_data->length());
486 const StunByteStringAttribute* recv_data = local
488 ASSERT_TRUE(recv_data != NULL);
489 EXPECT_EQ(strlen(msg2), recv_data->length());
490 EXPECT_EQ(0, memcmp(msg2, recv_data->bytes(), recv_data->length()));
  /external/syslinux/core/lwip/src/core/
tcp_in.c 70 static struct pbuf *recv_data; variable in typeref:struct:pbuf
297 recv_data = NULL;
348 if (recv_data != NULL) {
353 pbuf_free(recv_data);
358 recv_data->flags |= PBUF_FLAG_PUSH;
362 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
369 pcb->refused_data = recv_data;
402 recv_data = NULL;
564 * recv_data pointer in the pcb is set.
    [all...]
  /external/scapy/scapy/layers/tls/
automaton_srv.py 491 recv_data = b""
494 recv_data = p.data
495 lines = recv_data.split(b"\n")
509 if recv_data.startswith(b"GET / HTTP/1.1"):
512 if self.is_echo_server or recv_data.startswith(b"GET / HTTP/1.1"):
814 if self.is_echo_server or recv_data.startswith(b"GET / HTTP/1.1"):
  /external/python/cpython3/Lib/test/
test_socket.py 5161 def recv_data(self, conn): member in class:SendfileUsingSendTest
    [all...]

Completed in 262 milliseconds