Home
last modified time | relevance | path

Searched refs:with_tcpdump (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/curl/tests/http/testenv/
H A Dcurl.py527 with_tcpdump: bool = False):
533 with_tcpdump=with_tcpdump)
540 with_tcpdump: bool = False,
564 with_tcpdump=with_tcpdump)
571 with_tcpdump: bool = False,
586 with_tcpdump=with_tcpdump)
655 with_tcpdump: bool = False,
679 with_tcpdump=with_tcpdump)
684 with_tcpdump: bool = False,
694 with_tcpdump=with_tcpdump,
[all …]
/aosp_15_r20/external/curl/tests/http/
H A Dtest_19_shutdown.py61 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
79 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
168 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
H A Dtest_30_vsftpd.py146 r = curl.ftp_get(urls=[url], with_stats=True, with_tcpdump=True)
161 r = curl.ftp_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, with_tcpdump=True)
H A Dtest_31_vsftpds.py153 r = curl.ftp_ssl_get(urls=[url], with_stats=True, with_tcpdump=True)
169 … r = curl.ftp_ssl_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, with_tcpdump=True)