Searched defs:send_data (Results 1 – 7 of 7) sorted by relevance
/external/scapy/test/tls/ |
D | travis_test_client.py | 25 send_data = cipher_suite_code = version = None variable 27 def run_tls_test_client(send_data=None, cipher_suite_code=None, version=None): argument
|
/external/ppp/pppd/plugins/radius/ |
D | radiusclient.h | 348 typedef struct send_data /* Used to pass information to sendserver() function */ struct 350 u_char code; /* RADIUS packet code */ 351 u_char seq_nbr; /* Packet sequence number */ 352 char *server; /* Name/addrress of RADIUS server */ 353 int svc_port; /* RADIUS protocol destination port */ 354 int timeout; /* Session timeout in seconds */ 355 int retries; 356 VALUE_PAIR *send_pairs; /* More a/v pairs to send */ 357 VALUE_PAIR *receive_pairs; /* Where to place received a/v pairs */
|
/external/webrtc/webrtc/p2p/base/ |
D | relayserver_unittest.cc | 466 StunByteStringAttribute* send_data = in TEST_F() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 346 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() function
|
/external/python/cpython3/Lib/test/ |
D | test_smtpd.py | 75 def send_data(self, channel, data, enable_SMTPUTF8=False): member in DebuggingServerTest
|
/external/scapy/scapy/layers/ |
D | inet.py | 1587 def send_data(self, d): member in TCP_client
|
/external/openssh/ |
D | sftp-server.c | 552 send_data(u_int32_t id, const u_char *data, int dlen) in send_data() function
|