Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_frame.h29 typedef int INT; typedef
43 typedef INT ( *InstanceTestEntryFunc)( TLS_TEST_INSTANCE* instance_ptr);
63INT tls_test_instance_exit_status; /* The return code of the test process.(A nega…
77 INT tls_test_external_test_process_id;
81 INT tls_test_instance_append( TLS_TEST_INSTANCE* instance_ptr, TLS_TEST_INSTANCE* next_instance_ptr…
82 INT tls_test_instance_create( TLS_TEST_INSTANCE** instance_ptr_ptr, CHAR* instance_name, InstanceTe…
83 INT tls_test_instance_destroy( TLS_TEST_INSTANCE* instance_ptr);
84 INT tls_test_instance_find_next( TLS_TEST_INSTANCE* instance_ptr, TLS_TEST_INSTANCE** next_instance…
85 INT tls_test_instance_get_exit_status( TLS_TEST_INSTANCE* instance_ptr, INT* exit_status_ptr);
86 INT tls_test_instance_get_name( TLS_TEST_INSTANCE* instance_ptr, CHAR** name_ptr);
[all …]
Dtls_test_instance_attributes_access.c4 INT tls_test_instance_get_name( TLS_TEST_INSTANCE* instance_ptr, CHAR** name_ptr) in tls_test_instance_get_name()
12 INT tls_test_instance_get_exit_status( TLS_TEST_INSTANCE* instance_ptr, INT* exit_status_ptr) in tls_test_instance_get_exit_status()
19 INT tls_test_instance_show_exit_status(TLS_TEST_INSTANCE* instance_ptr) in tls_test_instance_show_exit_status()
21 INT status, exit_status; in tls_test_instance_show_exit_status()
Dtls_test_launch_external_test_process.c4 INT tls_test_launch_external_test_process( INT* exit_status_ptr, CHAR* argv[]) in tls_test_launch_external_test_process()
9 INT status, process_status; in tls_test_launch_external_test_process()
20 INT exec_status = execvp( argv[0], argv); in tls_test_launch_external_test_process()
Dtls_test_instance_shared_buffer_manipulate.c4 INT tls_test_instance_get_shared_buffer_offset( TLS_TEST_INSTANCE* instance_ptr, UINT* offset) in tls_test_instance_get_shared_buffer_offset()
16 INT tls_test_instance_set_shared_buffer_offset( TLS_TEST_INSTANCE* instance_ptr, UINT offset) in tls_test_instance_set_shared_buffer_offset()
30 INT tls_test_instance_append_data_to_shared_buffer( TLS_TEST_INSTANCE* instance_ptr, VOID* data, UI… in tls_test_instance_append_data_to_shared_buffer()
38 INT status; in tls_test_instance_append_data_to_shared_buffer()
70 INT tls_test_instance_get_shared_buffer( TLS_TEST_INSTANCE* instance_ptr, VOID** shared_buffer_ptr) in tls_test_instance_get_shared_buffer()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h701INT fd_count; /* How many are SET? …
729 INT mr_ifindex;
751 INT ifru_ivalue;
780 INT error; /* default = 0; */
785 INT l_onoff; /* 0 = disabled; 1 = enabled; default = 0;*/
786 INT l_linger; /* linger time in seconds; default = 0;*/
791 INT keepalive_enabled; /* 0 = disabled; 1 = enabled; default = 0;*/
796 INT reuseaddr_enabled; /* 0 = disabled; 1 = enabled; default = 1; */
801 INT winsize; /* receive window size for TCP sockets ; */
807 INT nx_bsd_socket_master_socket_id;
[all …]
Dnxd_bsd.c155 static VOID nx_bsd_udp_packet_received(INT sockID, NX_PACKET *packet_ptr);
157 static INT nx_bsd_tcp_create_listen_socket(INT master_sockid, INT backlog);
159 static INT nx_bsd_find_interface_by_source_addr(UINT addr_family, ULONG* ip_addr);
163 static INT nx_bsd_send_internal(INT sockID, const CHAR *msg, INT msgLength, INT flags,
165 static INT nx_bsd_recv_internal(INT sockID, struct nx_bsd_iovec *iov, size_t iovlen, INT flags,
166 struct nx_bsd_sockaddr *fromAddr, INT *fromAddrLen);
171 static INT inet_ntoa_internal(const VOID *src, CHAR *dst, ULONG dst_size);
172 static INT bsd_string_to_number(const CHAR *string, UINT *number);
176 static INT nx_bsd_pppoe_internal_sendto(NX_BSD_SOCKET *bsd_socket_ptr, CHAR *msg, INT msgLength,
177INT flags, struct nx_bsd_sockaddr* destAddr, INT destAddrLen);
[all …]
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Ddemo_semaphore_test.c4 INT demo_func_entry_0(TLS_TEST_INSTANCE* instance_ptr);
5 INT demo_func_entry_1(TLS_TEST_INSTANCE* instance_ptr);
10 INT main( INT argc, CHAR* argv[]) in main()
12 INT status; in main()
14 INT exit_status[2]; in main()
69 INT demo_func_entry_0(TLS_TEST_INSTANCE* instance_ptr) in demo_func_entry_0()
72 INT status; in demo_func_entry_0()
93 INT demo_func_entry_1( TLS_TEST_INSTANCE* instance_ptr) in demo_func_entry_1()
96 INT status; in demo_func_entry_1()
Ddemo_ping_test.c4 INT demo_func_entry_0(TLS_TEST_INSTANCE* instance_ptr);
5 INT demo_func_entry_1(TLS_TEST_INSTANCE* instance_ptr);
11 INT main( INT argc, CHAR* argv[]) in main()
13 INT status; in main()
17 INT exit_status[2], i; in main()
78 INT demo_func_entry_1(TLS_TEST_INSTANCE* instance_ptr) in demo_func_entry_1()
80 INT exit_status; in demo_func_entry_1()
81 INT status; in demo_func_entry_1()
104 INT demo_func_entry_0(TLS_TEST_INSTANCE* instance_ptr) in demo_func_entry_0()
107 INT status; in demo_func_entry_0()
[all …]
Ddemo_timeout_test.c3 INT demo_timeout_test_entry(TLS_TEST_INSTANCE* instance_ptr);
5 INT main(INT argc, CHAR* argv[]) in main()
7 INT status, exit_status; in main()
46 INT demo_timeout_test_entry(TLS_TEST_INSTANCE* instance_ptr) in demo_timeout_test_entry()
48 INT status, exit_status; in demo_timeout_test_entry()
Ddemo_tls_test.c3 INT demo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT demo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2]; in main()
71 INT demo_client_entry( TLS_TEST_INSTANCE* instance_ptr) in demo_client_entry()
74 INT status, exit_status, instance_status = TLS_TEST_SUCCESS, i = 0; in demo_client_entry()
Ddemo_dtls_test.c3 INT demo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT demo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2]; in main()
71 INT demo_client_entry( TLS_TEST_INSTANCE* instance_ptr) in demo_client_entry()
74 INT status, exit_status, instance_status = TLS_TEST_SUCCESS, i = 0; in demo_client_entry()
Dtls_ecc_server_cert_test.c3 INT nx_secure_ecc_server_cert_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_ecc_client_entry(TLS_TEST_INSTANCE* instance_ptr);
10 INT main( INT argc, CHAR* argv[]) in main()
12 INT status, exit_status[2]; in main()
77 INT openssl_ecc_client_entry( TLS_TEST_INSTANCE* instance_ptr) in openssl_ecc_client_entry()
86 INT status, exit_status; in openssl_ecc_client_entry()
Dtls_ecc_server_ciphersuites_test.c3 INT nx_secure_ecc_server_ciphersuites_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_ecc_client_entry(TLS_TEST_INSTANCE* instance_ptr);
10 INT main( INT argc, CHAR* argv[]) in main()
12 INT status, exit_status[2]; in main()
165 INT openssl_ecc_client_entry( TLS_TEST_INSTANCE* instance_ptr) in openssl_ecc_client_entry()
173 INT status, exit_status, instance_status = TLS_TEST_SUCCESS, i = 0; in openssl_ecc_client_entry()
Ddemo_background_test_process_test.c3 INT demo_background_test_process_test_entry(TLS_TEST_INSTANCE* instance_ptr);
5 INT main(INT argc, CHAR* argv[]) in main()
7 INT status, exit_status; in main()
41 INT demo_background_test_process_test_entry(TLS_TEST_INSTANCE* instance_ptr) in demo_background_test_process_test_entry()
43 INT exit_status, status; in demo_background_test_process_test_entry()
Dtls_1_0_1_1_ecc_server_test.c3 INT nx_secure_ecc_server_ciphersuites_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_ecc_client_entry(TLS_TEST_INSTANCE* instance_ptr);
10 INT main( INT argc, CHAR* argv[]) in main()
12 INT status, exit_status[2]; in main()
169 INT openssl_ecc_client_entry( TLS_TEST_INSTANCE* instance_ptr) in openssl_ecc_client_entry()
177 INT status, exit_status, instance_status = TLS_TEST_SUCCESS, i = 0; in openssl_ecc_client_entry()
Dtls_ecc_server_curves_test.c3 INT nx_secure_ecc_server_curves_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_ecc_client_entry(TLS_TEST_INSTANCE* instance_ptr);
10 INT main( INT argc, CHAR* argv[]) in main()
12 INT status, exit_status[2]; in main()
165 INT openssl_ecc_client_entry( TLS_TEST_INSTANCE* instance_ptr) in openssl_ecc_client_entry()
173 INT status, exit_status, instance_status = TLS_TEST_SUCCESS, i = 0; in openssl_ecc_client_entry()
Ddtls_two_instance_test.c3 INT dtls_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT dtls_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2]; in main()
Dtls_ecc_negotiation_test.c3 INT nx_secure_ecc_echo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_echo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2]; in main()
Dtls_negotiation_test.c3 INT nx_secure_echo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT openssl_echo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2]; in main()
Dopenssl_echo_server_nx_secure_echo_client_long_time_test.c3 INT openssl_echo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT nx_secure_echo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2], i; in main()
Dopenssl_echo_server_nx_secure_echo_client_test.c3 INT openssl_echo_server_entry(TLS_TEST_INSTANCE* instance_ptr);
4 INT nx_secure_echo_client_entry(TLS_TEST_INSTANCE* instance_ptr);
9 INT main( INT argc, CHAR* argv[]) in main()
11 INT status, exit_status[2], i; in main()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_ptp_client.c278 (INT)(ip_address >> 24), in dhcp_wait()
279 (INT)(ip_address >> 16 & 0xFF), in dhcp_wait()
280 (INT)(ip_address >> 8 & 0xFF), in dhcp_wait()
281 (INT)(ip_address & 0xFF), in dhcp_wait()
282 (INT)(network_mask >> 24), in dhcp_wait()
283 (INT)(network_mask >> 16 & 0xFF), in dhcp_wait()
284 (INT)(network_mask >> 8 & 0xFF), in dhcp_wait()
285 (INT)(network_mask & 0xFF), in dhcp_wait()
286 (INT)(gw_address >> 24), in dhcp_wait()
287 (INT)(gw_address >> 16 & 0xFF), in dhcp_wait()
[all …]
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_wildcard_compare.c77 INT _nx_secure_x509_wildcard_compare(const UCHAR *dns_name, UINT dns_name_len, in _nx_secure_x509_wildcard_compare()
80 INT dns_offset; in _nx_secure_x509_wildcard_compare()
81 INT wildcard_offset; in _nx_secure_x509_wildcard_compare()
83 dns_offset = (INT)dns_name_len - 1; in _nx_secure_x509_wildcard_compare()
84 wildcard_offset = (INT)wildcard_len - 1; in _nx_secure_x509_wildcard_compare()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/
Dgeneric_test_entry_0.c4 INT mqtt_server_entry(TLS_TEST_INSTANCE* instance_ptr);
5 INT mqtt_publisher_entry(TLS_TEST_INSTANCE* instance_ptr);
6 INT mqtt_subscriber_entry(TLS_TEST_INSTANCE* instance_ptr);
14 INT main(INT argc, CHAR* argv[]) in main()
16 INT status; in main()
19 INT exit_status[3]; in main()
/NetX-Duo-v6.2.1/common/src/
Dnx_ipv6_process_hop_by_hop_option.c83 INT header_length; in _nx_ipv6_process_hop_by_hop_option()
112 header_length = header_length - (INT)offset; in _nx_ipv6_process_hop_by_hop_option()
150 header_length -= ((INT)(option -> nx_ipv6_hop_by_hop_length) + 2); in _nx_ipv6_process_hop_by_hop_option()
160 header_length -= ((INT)(option -> nx_ipv6_hop_by_hop_length) + 2); in _nx_ipv6_process_hop_by_hop_option()
175 header_length -= ((INT)(option -> nx_ipv6_hop_by_hop_length) + 2); in _nx_ipv6_process_hop_by_hop_option()

12345678910>>...14