Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 74) sorted by relevance

123

/hal_espressif-2.7.6/tools/ci/python_packages/idf_http_server_test/
Dtest.py150 def __init__(self, addr, port, timeout=15): argument
297 def __init__(self, id, dut, port): argument
333 def get_hello(dut, port): argument
353 def put_hello(dut, port): argument
367 def post_hello(dut, port): argument
381 def post_echo(dut, port): argument
398 def put_echo(dut, port): argument
415 def get_echo(dut, port): argument
429 def get_test_headers(dut, port): argument
457 def get_hello_type(dut, port): argument
[all …]
Dclient.py41 def test_get_handler(ip, port, verbosity=False): argument
79 def test_post_handler(ip, port, msg, verbosity=False): argument
99 def test_put_handler(ip, port, verbosity=False): argument
226 def test_custom_uri_query(ip, port, query, verbosity=False): argument
259 port = args['port'] variable
Dadder.py26 def start_session(ip, port): argument
83 port = args['port'] variable
/hal_espressif-2.7.6/examples/protocols/http_server/advanced_tests/scripts/
Dtest.py161 def __init__(self, addr, port, timeout=15): argument
308 def __init__(self, id, dut, port): argument
344 def get_hello(dut, port): argument
364 def put_hello(dut, port): argument
378 def post_hello(dut, port): argument
392 def post_echo(dut, port): argument
409 def put_echo(dut, port): argument
426 def get_echo(dut, port): argument
440 def get_test_headers(dut, port): argument
468 def get_hello_type(dut, port): argument
[all …]
/hal_espressif-2.7.6/tools/test_apps/protocols/mqtt/publish_connect_test/main/
Dconnect_test.c75 static void connect_no_certs(const char *host, const int port) in connect_no_certs()
87 static void connect_with_client_key_password(const char *host, const int port) in connect_with_client_key_password()
104 static void connect_with_server_der_cert(const char *host, const int port) in connect_with_server_der_cert()
120 static void connect_with_wrong_server_cert(const char *host, const int port) in connect_with_wrong_server_cert()
135 static void connect_with_server_cert(const char *host, const int port) in connect_with_server_cert()
148 static void connect_with_server_client_certs(const char *host, const int port) in connect_with_server_client_certs()
163 static void connect_with_invalid_client_certs(const char *host, const int port) in connect_with_invalid_client_certs()
178 static void connect_with_alpn(const char *host, const int port) in connect_with_alpn()
196 int port; in connection_test() local
/hal_espressif-2.7.6/tools/test_apps/protocols/openssl/main/
Dconnect_test.c9 static int open_connection(const char *host, const int port) in open_connection()
64 static void start_test(const char *host, const int port, const char *test_case) in start_test()
126 int port; in connection_test() local
/hal_espressif-2.7.6/components/esp_http_server/src/util/
Dctrl_sock.c27 int cs_create_ctrl_sock(int port) in cs_create_ctrl_sock()
53 int cs_send_to_ctrl_sock(int send_fd, int port, void *data, unsigned int data_len) in cs_send_to_ctrl_sock()
/hal_espressif-2.7.6/examples/protocols/http_server/simple/
Dhttp_server_simple_test.py34 def __init__(self, ip, port, delay): argument
42 def open_connection(self, ip, port, delay): argument
/hal_espressif-2.7.6/components/lwip/test_afl_host/
Ddns_di.h50 … dns_test_dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dns_test_dns_recv()
55 void dns_test_inject_port_and_txid(int port, int txid) in dns_test_inject_port_and_txid()
Ddhcpserver_di.h21 …test_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dhcp_test_handle_dhcp()
Ddhcp_di.h31 …p_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dhcp_test_dhcp_recv()
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DIDFDUT.py156 def __init__(self, name, port, log_file, app, allow_dut_exception=False, **kwargs): argument
168 def get_mac(cls, app, port): argument
190 def confirm_dut(cls, port, **kwargs): argument
529 def __init__(self, name, port, log_file, app, allow_dut_exception=False, **kwargs): argument
568 def get_mac(cls, app, port): argument
573 def confirm_dut(cls, port, **kwargs): argument
/hal_espressif-2.7.6/components/esp-tls/
Desp_tls.c192 static esp_err_t esp_tcp_connect(const char *host, int hostlen, int port, int *sockfd, const esp_tl… in esp_tcp_connect()
271 static int esp_tls_low_level_conn(const char *hostname, int hostlen, int port, const esp_tls_cfg_t … in esp_tls_low_level_conn()
361 esp_tls_t *esp_tls_conn_new(const char *hostname, int hostlen, int port, const esp_tls_cfg_t *cfg) in esp_tls_conn_new()
391 int esp_tls_conn_new_sync(const char *hostname, int hostlen, int port, const esp_tls_cfg_t *cfg, es… in esp_tls_conn_new_sync()
419 int esp_tls_conn_new_async(const char *hostname, int hostlen, int port, const esp_tls_cfg_t *cfg, e… in esp_tls_conn_new_async()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dwifi_unit.c24 esp_err_t wifi_unit_client_establish(int *sock, const char *ip, const char *port) in wifi_unit_client_establish()
54 esp_err_t wifi_unit_server_establish(int *socket_id, const char *port) in wifi_unit_server_establish()
Drun_tc.c100 const char *port = coex_get_case_env(param, "test_port"); in wifi_tcp_tx_throught_start() local
140 const char *port = coex_get_case_env(param, "test_port"); in wifi_tcp_rx_throught_start() local
/hal_espressif-2.7.6/examples/system/ota/otatool/
Dget_running_partition.py29 def get_running_partition(port=None): argument
Dotatool_example.py41 def assert_running_partition(expected, port=None): argument
/hal_espressif-2.7.6/tools/ci/python_packages/idf_iperf_test_util/
DAttenuator.py27 def set_att(port, att, att_fix=False): argument
/hal_espressif-2.7.6/tools/test_apps/protocols/pppos/
Dapp_test.py13 def run_server(server_stop, port, server_ip, client_ip): argument
/hal_espressif-2.7.6/examples/protocols/mqtt/tcp/
Dmqtt_tcp_example_test.py23 def mqqt_server_sketch(my_ip, port): argument
/hal_espressif-2.7.6/components/tcp_transport/
Dtransport.c149 int esp_transport_connect(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in esp_transport_connect()
158 int esp_transport_connect_async(esp_transport_handle_t t, const char *host, int port, int timeout_m… in esp_transport_connect_async()
256 esp_err_t esp_transport_set_default_port(esp_transport_handle_t t, int port) in esp_transport_set_default_port()
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Desp32_mock.h25 #define _mdns_udp_pcb_write(tcpip_if, ip_protocol, ip, port, data, len) len argument
/hal_espressif-2.7.6/examples/common_components/protocol_examples_common/
Daddr_from_stdin.c13 esp_err_t get_addr_from_stdin(int port, int sock_type, int *ip_protocol, int *addr_family, struct s… in get_addr_from_stdin()
/hal_espressif-2.7.6/components/mbedtls/port/
Dnet_sockets.c75 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
122 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
/hal_espressif-2.7.6/components/esp_local_ctrl/src/
Desp_local_ctrl_transport_httpd.c41 uint16_t port = ( in start_httpd_transport() local

123