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

  /external/scapy/test/tls/
travis_test_client.py 9 Start our TLS client, send our send_data, and terminate session with an Alert.
12 Reception of the exact send_data on the server is to be checked externally.
25 send_data = cipher_suite_code = version = None
27 def run_tls_test_client(send_data=None, cipher_suite_code=None, version=None):
29 t = TLSClientAutomaton(data=[send_data, b"stop_server", b"quit"], version="sslv2")
32 t = TLSClientAutomaton(client_hello=ch, data=[send_data, b"stop_server", b"quit"], debug=1)
  /external/autotest/server/cros/network/rf_switch/
rf_mocks.py 26 self.send_data = ''
36 self.send_data = data
  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 466 StunByteStringAttribute* send_data = local
468 send_data->CopyBytes(msg1);
469 req->AddAttribute(send_data);
  /external/iputils/
tftpd.c 371 send_data:
400 goto send_data;
  /external/ppp/pppd/plugins/radius/
radiusclient.h 348 typedef struct send_data /* Used to pass information to sendserver() function */ struct
358 } SEND_DATA;
403 void rc_buildreq __P((SEND_DATA *, int, char *, unsigned short, int, int));
447 int rc_send_server __P((SEND_DATA *, char *, REQUEST_INFO *));
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_select_reuseport.c 346 static int send_data(int type, sa_family_t family, void *data, size_t len, function
376 cli_fd = send_data(type, family, cmd, cmd ? sizeof(*cmd) : 0,
  /external/grpc-grpc/test/http2_test/
http2_base_server.py 149 self._conn.send_data(stream_id, data, end_stream=False, pad_length=pad_length)
  /external/python/cpython3/Lib/test/
test_smtpd.py 75 def send_data(self, channel, data, enable_SMTPUTF8=False): member in class:DebuggingServerTest
95 self.send_data(channel, b'From: test\n\nhello\n')
111 self.send_data(channel, b'From: test\n\nh\xc3\xa9llo\xff\n')
128 self.send_data(channel, b'From: test\n\nh\xc3\xa9llo\xff\n')
145 self.send_data(channel, b'From: test\n\nh\xc3\xa9llo\xff\n',
    [all...]
  /external/curl/tests/server/
tftpd.c 1265 send_data:
    [all...]
  /external/openssh/
sftp-server.c 552 send_data(u_int32_t id, const u_char *data, int dlen) function
763 send_data(id, buf, ret);
    [all...]
  /external/scapy/scapy/layers/
inet.py 1587 def send_data(self, d): member in class:TCP_client
    [all...]

Completed in 184 milliseconds