Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 51) sorted by relevance

123

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_initialize.c78 NX_CRYPTO_KEEP VOID *_nx_crypto_self_test_memcpy(void *dest, const void *src, size_t size) in _nx_crypto_self_test_memcpy()
141 NX_CRYPTO_KEEP VOID *_nx_crypto_self_test_memset(void *dest, int value, size_t size) in _nx_crypto_self_test_memset()
206 NX_CRYPTO_KEEP int _nx_crypto_self_test_memcmp(const void *str1, const void *str2, size_t size) in _nx_crypto_self_test_memcmp()
269 NX_CRYPTO_KEEP void* _nx_crypto_self_test_memmove(void *dest, const void *src, size_t size) in _nx_crypto_self_test_memmove()
Dnx_crypto_huge_number.c537 UINT size = value -> nx_crypto_huge_number_size; in _nx_crypto_huge_number_add_digit_unsigned() local
612 UINT size = value -> nx_crypto_huge_number_size; in _nx_crypto_huge_number_subtract_digit_unsigned() local
812 INT size; in _nx_crypto_huge_number_adjust_size() local
1202 UINT size; in _nx_crypto_huge_number_multiply_digit() local
1660 …NT _nx_crypto_huge_number_setup(NX_CRYPTO_HUGE_NUMBER *number, const UCHAR *byte_stream, UINT size) in _nx_crypto_huge_number_setup()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_clone_function.c93 UINT size = *(++data); in dhcp_search_buffer() local
104 ULONG dhcp_get_data(UCHAR *data, UINT size) in dhcp_get_data()
Dnetx_dhcp_client_server_source_port_test.c137 ULONG dhcp_get_data_local(UCHAR *data, UINT size) in dhcp_get_data_local()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_session_create_ext_test.c246 INT size = 0; in calculate_tls_ciphersuite_info_size() local
262 INT size = 0; in calculate_x509_ciphersuite_info_size() local
278 INT size = 0; in calculate_ecc_curves_size() local
Dtls_test_utility.h19 static void print_buffer(const UCHAR* buf, ULONG size) in print_buffer()
Dnx_secure_tls_test_init_utility.c5 void print_buffer(const UCHAR* buf, ULONG size) in print_buffer()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dtest_utility.h7 static void print_buffer(const UCHAR* buf, ULONG size) in print_buffer()
/NetX-Duo-v6.2.1/common/src/
Dnx_packet_copy.c87 ULONG size; /* Packet data size */ in _nx_packet_copy() local
Dnx_ipv6_packet_copy.c82 UINT _nx_ipv6_packet_copy(NX_PACKET *source_pkt_head, NX_PACKET *dest_pkt_head, UINT size) in _nx_ipv6_packet_copy()
Dnx_utility.c252 UINT size; in _nx_utility_uint_to_string() local
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_utility_test.c56 UINT size; in ntest_0_entry() local
Dnetx_forward_icmp_small_header_test2.c156 UINT size; in ntest_0_entry() local
Dnetx_forward_icmp_small_header_test3.c156 UINT size; in ntest_0_entry() local
Dnetx_packet_basic_test.c142 ULONG size; in ntest_0_entry() local
/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_session_aac_send_test.c153 ULONG size; in validate_rtp_aac_data() local
190 ULONG size; in validate_long_rtp_aac_data() local
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c873 UINT _nxe_pop3_client_mail_item_size_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *size) in _nxe_pop3_client_mail_item_size_get()
953 UINT _nx_pop3_client_mail_item_size_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *size) in _nx_pop3_client_mail_item_size_get()
1235 UINT size; in _nx_pop3_client_mail_item_get() local
1730 UINT size; in _nx_pop3_client_mail_item_delete() local
2555 UINT size; in _nx_pop3_server_number_convert() local
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c1740 UINT _nxe_dns_get_serverlist_size(NX_DNS *dns_ptr, UINT *size) in _nxe_dns_get_serverlist_size()
1800 UINT _nx_dns_get_serverlist_size(NX_DNS *dns_ptr, UINT *size) in _nx_dns_get_serverlist_size()
5253 UINT size; in _nx_dns_process_a_type() local
5746 UINT size; in _nx_dns_process_aaaa_type() local
5966 UINT size; in _nx_dns_process_cname_type() local
6157 UINT size; in _nx_dns_process_txt_type() local
6352 UINT size; in _nx_dns_process_ns_type() local
6567 UINT size; in _nx_dns_process_mx_type() local
6807 UINT size; in _nx_dns_process_srv_type() local
7892 UINT size; in _nx_dns_new_packet_create() local
[all …]
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_server.c4882 ULONG size = 0; in _nx_dhcp_server_extract_information() local
5161 …_data(NX_DHCP_CLIENT *dhcp_client_ptr, CHAR *buffer, UCHAR option, UINT get_option_data, UINT size) in _nx_dhcp_process_option_data()
5434 static UINT _nx_dhcp_add_option(UCHAR *dhcp_message, UINT option, UINT size, ULONG value, UINT *in… in _nx_dhcp_add_option()
5502 static UINT _nx_dhcp_server_get_data(UCHAR *data, UINT size, ULONG *value) in _nx_dhcp_server_get_data()
5574 static VOID _nx_dhcp_server_store_data(UCHAR *data, UINT size, ULONG value) in _nx_dhcp_server_store_data()
Dnxd_dhcp_client.c4601 UINT size; in _nx_dhcp_interface_user_option_retrieve() local
7779 UINT _nx_dhcp_add_option_value(UCHAR *bootp_message, UINT option, UINT size, ULONG value, UINT *in… in _nx_dhcp_add_option_value()
7844 static UINT _nx_dhcp_add_option_string(UCHAR *bootp_message, UINT option, UINT size, UCHAR *value,… in _nx_dhcp_add_option_string()
8204 UINT size; in _nx_dhcp_search_buffer() local
8304 static ULONG _nx_dhcp_get_data(UCHAR *data, UINT size) in _nx_dhcp_get_data()
8371 static VOID _nx_dhcp_store_data(UCHAR *data, UINT size, ULONG value) in _nx_dhcp_store_data()
8423 static VOID _nx_dhcp_move_string(UCHAR *dest, UCHAR *source, UINT size) in _nx_dhcp_move_string()
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_forward_unicast_update_test.c268 void inject_sntp_server_reply(char *pkt_data, UINT size) in inject_sntp_server_reply()
Dnetx_sntp_request_unicast_test.c371 void inject_sntp_server_reply(char *pkt_data, UINT size) in inject_sntp_server_reply()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_huge_number.h133 #define NX_CRYPTO_HUGE_NUMBER_INITIALIZE(hn, buff, size) \ argument
/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_client.c3157 static ULONG _nx_pppoe_client_data_get(UCHAR *data, UINT size) in _nx_pppoe_client_data_get()
3219 static VOID _nx_pppoe_client_data_add(UCHAR *data, UINT size, ULONG value) in _nx_pppoe_client_data_add()
3297 static VOID _nx_pppoe_client_string_add(UCHAR *dest, UCHAR *source, UINT size) in _nx_pppoe_client_string_add()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/
Dnx_pcap_network_driver.c124 ULONG size = 0; in _nx_pcap_send_packet() local

123