Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 41) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_run_test_case.c53 static void perform_check(char *pkt_data, int pkt_size, int timeout) in perform_check() argument
63 time_remaining = timeout - (current_time - start_time); in perform_check()
96 time_remaining = timeout - (current_time - start_time); in perform_check()
177 static void perform_check_mdns_data(char *pkt_data, int pkt_size, int timeout, int cmd) in perform_check_mdns_data() argument
288 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_data()
321 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_data()
353 static void perform_check_mdns_any(int pkt_size, int timeout, int cmd) in perform_check_mdns_any() argument
380 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_any()
428 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_any()
653 tx_thread_sleep(test_case[steps].timeout * NX_IP_PERIODIC_RATE); in netx_mdns_run_test_case()
[all …]
Dnetx_mdns_test.h93 int timeout; member
/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c249 ULONG timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry() local
290 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry()
310 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry()
316 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in thread_client_entry()
335 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry()
341 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in thread_client_entry()
362 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in thread_client_entry()
368 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry()
390 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in thread_client_entry()
396 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in thread_client_entry()
[all …]
/NetX-Duo-v6.2.1/test/regression/tahi_test/
Dnetx_tahi_run_test_case.c54 static void perform_check(char *pkt_data, int pkt_size, int timeout) in perform_check() argument
65 time_remaining = timeout - (current_time - start_time); in perform_check()
101 time_remaining = timeout - (current_time - start_time); in perform_check()
129 static void perform_null_check(int pkt_data, int pkt_size, int timeout) in perform_null_check() argument
143 time_remaining = timeout - (current_time - start_time); in perform_null_check()
158 time_remaining = timeout - (current_time - start_time); in perform_null_check()
286 static void perform_decrypt_check(NX_IP *ip_ptr, char *pkt_data, int pkt_size, int timeout, int is_… in perform_decrypt_check() argument
307 time_remaining = timeout - (current_time - start_time); in perform_decrypt_check()
341 time_remaining = timeout - (current_time - start_time); in perform_decrypt_check()
482 static void perform_assemble(NX_IP *ip_ptr, char *pkt_data, int pkt_size, int timeout, int is_last) in perform_assemble() argument
[all …]
Dnetx_tahi.h68 int timeout; member
/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_transmit_configure.c86 ULONG timeout, ULONG max_retries, ULONG timeout_shift) in _nx_tcp_socket_transmit_configure() argument
96 …RACE_TCP_SOCKET_TRANSMIT_CONFIGURE, ip_ptr, socket_ptr, max_queue_depth, timeout, NX_TRACE_TCP_EVE… in _nx_tcp_socket_transmit_configure()
102 socket_ptr -> nx_tcp_socket_timeout_rate = timeout; in _nx_tcp_socket_transmit_configure()
Dnxe_tcp_socket_transmit_configure.c87 ULONG timeout, ULONG max_retries, ULONG timeout_shift) in _nxe_tcp_socket_transmit_configure() argument
116 timeout, max_retries, timeout_shift); in _nxe_tcp_socket_transmit_configure()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_instance_create.c4 … CHAR* instance_name, InstanceTestEntryFunc test_entry, UINT delay, UINT timeout, UINT shared_buff… in tls_test_instance_create() argument
35 if ( !timeout) in tls_test_instance_create()
42 instance_ptr -> tls_test_timeout = timeout; in tls_test_instance_create()
Dtls_test_frame.h82 … CHAR* instance_name, InstanceTestEntryFunc test_entry, UINT delay, UINT timeout, UINT shared_buff…
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_server_create.c93 …cure_dtls_server_create(NX_SECURE_DTLS_SERVER *server_ptr, NX_IP *ip_ptr, UINT port, ULONG timeout, in _nx_secure_dtls_server_create() argument
125 server_ptr->nx_dtls_server_timeout = timeout; in _nx_secure_dtls_server_create()
140 NX_IP_NORMAL, NX_FRAGMENT_OKAY, timeout, 8192); in _nx_secure_dtls_server_create()
226 NX_PARAMETER_NOT_USED(timeout); in _nx_secure_dtls_server_create()
Dnxe_secure_dtls_server_create.c77 …cure_dtls_server_create(NX_SECURE_DTLS_SERVER *server_ptr, NX_IP *ip_ptr, UINT port, ULONG timeout, in _nxe_secure_dtls_server_create() argument
151 status = _nx_secure_dtls_server_create(server_ptr, ip_ptr, port, timeout, in _nxe_secure_dtls_server_create()
162 NX_PARAMETER_NOT_USED(timeout); in _nxe_secure_dtls_server_create()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.h452 UINT keepalive, UINT clean_session, ULONG timeout);
463 UINT keepalive, UINT clean_session, ULONG timeout);
466 UINT retain, UINT QoS, ULONG timeout);
501 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG timeout);
520 UINT keepalive, UINT clean_session, ULONG timeout);
533 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG timeout);
551 UINT keepalive, UINT clean_session, ULONG timeout);
/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c83 static UINT _nx_smtp_utility_read_server_code(NX_SMTP_CLIENT *client_ptr, ULONG timeout, UINT rece…
84 …ty_send_to_server(NX_SMTP_CLIENT *client_ptr, CHAR *buffer_ptr, UINT buffer_length, ULONG timeout);
87 static UINT _nx_smtp_utility_send_header_to_server(NX_SMTP_CLIENT *client_ptr, ULONG timeout) ;
871 UINT timeout = 0; in _nx_smtp_client_process() local
882 timeout = NX_NO_WAIT; in _nx_smtp_client_process()
886 timeout = NX_SMTP_CLIENT_DISCONNECT_TIMEOUT; in _nx_smtp_client_process()
890 nx_tcp_socket_disconnect(&client_ptr -> nx_smtp_client_socket, timeout); in _nx_smtp_client_process()
3129 ULONG timeout; in _nx_smtp_cmd_rset() local
3137 timeout = NX_SMTP_ENVELOPE_TIMEOUT; in _nx_smtp_cmd_rset()
3146 status = _nx_smtp_utility_send_to_server(client_ptr, _nx_smtp_buffer, index, timeout); in _nx_smtp_cmd_rset()
[all …]
/NetX-Duo-v6.2.1/test/regression/crypto_test/
Dcryptotestcontrol.c72 UINT timeout; member
304 alarm(test_control_tests[test_index].timeout / NX_IP_PERIODIC_RATE); in fork_child()
430 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_tcpserver.h176 ULONG timeout, VOID *stack_ptr, UINT stack_size,
206 ULONG timeout, VOID *stack_ptr, UINT stack_size,
Dnx_tcpserver.c295 ULONG timeout, VOID *stack_ptr, UINT stack_size, in _nx_tcpserver_create() argument
311 server_ptr -> nx_tcpserver_timeout = timeout; in _nx_tcpserver_create()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c49 static ULONG _nx_dhcp_update_timeout(ULONG timeout);
50 static ULONG _nx_dhcp_update_renewal_timeout(ULONG timeout);
57 static ULONG _nx_dhcp_add_randomize(ULONG timeout);
7976 static ULONG _nx_dhcp_add_randomize(ULONG timeout) in _nx_dhcp_add_randomize() argument
7993 if (timeout > (NX_IP_PERIODIC_RATE - adjustment)) in _nx_dhcp_add_randomize()
7994 timeout -= (ULONG)(NX_IP_PERIODIC_RATE - adjustment); in _nx_dhcp_add_randomize()
7996 timeout = 1; /* Set 1 here since the minmum tick for timeout shall be larger than 0 */ in _nx_dhcp_add_randomize()
8002 timeout += (ULONG)(adjustment - NX_IP_PERIODIC_RATE); in _nx_dhcp_add_randomize()
8005 return timeout; in _nx_dhcp_add_randomize()
8050 static ULONG _nx_dhcp_update_timeout(ULONG timeout) in _nx_dhcp_update_timeout() argument
[all …]
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_testcontrol.c48 UINT timeout; member
237 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
/NetX-Duo-v6.2.1/test/cmake/azure_iot/
Drun.sh40 …ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 41…
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_testcontrol.c49 UINT timeout; member
282 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.h1307 …MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout);
1308 …MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout);
1323 …s_get(NX_MDNS *mdns_ptr, UCHAR *host_name, ULONG *ipv4_address, ULONG *ipv6_address, UINT timeout);
1324 …s_get(NX_MDNS *mdns_ptr, UCHAR *host_name, ULONG *ipv4_address, ULONG *ipv6_address, UINT timeout);
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c2949 ULONG timeout; in _nx_nat_inbound_entry_find() local
3008 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in _nx_nat_inbound_entry_find()
3014 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in _nx_nat_inbound_entry_find()
3024 timeout, in _nx_nat_inbound_entry_find()
3122 ULONG timeout; in _nx_nat_outbound_entry_find() local
3162 timeout = NX_NAT_TCP_SESSION_TIMEOUT; in _nx_nat_outbound_entry_find()
3168 timeout = NX_NAT_NON_TCP_SESSION_TIMEOUT; in _nx_nat_outbound_entry_find()
3178 timeout, in _nx_nat_outbound_entry_find()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnetxtestcontrol.c77 UINT timeout; member
592 alarm(test_control_tests[test_index].timeout / NX_IP_PERIODIC_RATE); in fork_child()
711 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_mdns.c242 static void perform_oneshot_query(UCHAR *instance, UCHAR *type, UCHAR *subtype, UINT timeout) in perform_oneshot_query() argument
253 printf("timeout %d ticks\n", timeout); in perform_oneshot_query()
255 …tatus = nx_mdns_service_one_shot_query(&mdns, instance, type, subtype, &service_instance, timeout); in perform_oneshot_query()
/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_client.c1782 ULONG timeout = 0; in _nx_pppoe_client_thread_entry() local
1934timeout = ((ULONG)NX_PPPOE_CLIENT_PADI_INIT_TIMEOUT) << (ULONG)(NX_PPPOE_CLIENT_PADI_COUNT - pppoe… in _nx_pppoe_client_thread_entry()
1945timeout = ((ULONG)NX_PPPOE_CLIENT_PADR_INIT_TIMEOUT) << (ULONG)(NX_PPPOE_CLIENT_PADR_COUNT - pppoe… in _nx_pppoe_client_thread_entry()
1955 pppoe_client_ptr -> nx_pppoe_rtr_timeout = timeout; in _nx_pppoe_client_thread_entry()

12