Searched refs:with_tcpdump (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/curl/tests/http/testenv/ |
H A D | curl.py | 527 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 D | test_19_shutdown.py | 61 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 D | test_30_vsftpd.py | 146 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 D | test_31_vsftpds.py | 153 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)
|