Home
last modified time | relevance | path

Searched refs:src (Results 1 – 25 of 33) sorted by relevance

12

/NetX-Duo-v6.2.1/common/
DCMakeLists.txt4 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_announce_send.c
5 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_dynamic_entries_invalidate.c
6 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_dynamic_entry_delete.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_dynamic_entry_set.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_enable.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_entry_allocate.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_entry_delete.c
11 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_gratuitous_send.c
12 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_hardware_address_find.c
13 ${CMAKE_CURRENT_LIST_DIR}/src/nx_arp_info_get.c
[all …]
/NetX-Duo-v6.2.1/nx_secure/
DCMakeLists.txt4 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_3des.c
5 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_aes.c
6 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_des.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_hmac_md5.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_hmac_sha.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_md5.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_prf.c
11 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_rsa.c
12 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_method_self_test_sha.c
13 ${CMAKE_CURRENT_LIST_DIR}/src/nx_secure_crypto_rng_self_test.c
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/
DCMakeLists.txt4 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_3des.c
5 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_aes.c
6 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_cbc.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_ccm.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_ctr.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_des.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_dh.c
11 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_drbg.c
12 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_ec.c
13 ${CMAKE_CURRENT_LIST_DIR}/src/nx_crypto_ec_secp192r1_fixed_points.c
[all …]
/NetX-Duo-v6.2.1/test/cmake/crypto/regression/
Dcrypto_standalone.cmake10 ${CRYPTO_DIR}/src/nx_crypto_3des.c
11 ${CRYPTO_DIR}/src/nx_crypto_aes.c
12 ${CRYPTO_DIR}/src/nx_crypto_cbc.c
13 ${CRYPTO_DIR}/src/nx_crypto_ccm.c
14 ${CRYPTO_DIR}/src/nx_crypto_ctr.c
15 ${CRYPTO_DIR}/src/nx_crypto_des.c
16 ${CRYPTO_DIR}/src/nx_crypto_dh.c
17 ${CRYPTO_DIR}/src/nx_crypto_drbg.c
18 ${CRYPTO_DIR}/src/nx_crypto_ec.c
19 ${CRYPTO_DIR}/src/nx_crypto_ec_secp192r1_fixed_points.c
[all …]
/NetX-Duo-v6.2.1/test/cmake/netxduo/
Dcoverage.sh6 root_path=$(cd ../../../common/src; pwd)
8 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
9 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
Dadditionals.cmake13 aux_source_directory(${SOURCE_DIR}/nx_secure/src SECURE_SOURCES)
/NetX-Duo-v6.2.1/tsn/
DCMakeLists.txt6 ${CMAKE_CURRENT_LIST_DIR}/src/nx_shaper.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/nx_mrp.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/nx_mvrp.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/nx_srp.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/nx_msrp.c
/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() argument
83 from = (char*)src; in _nx_crypto_self_test_memcpy()
269 NX_CRYPTO_KEEP void* _nx_crypto_self_test_memmove(void *dest, const void *src, size_t size) in _nx_crypto_self_test_memmove() argument
274 from = (char*)src; in _nx_crypto_self_test_memmove()
277 if((ULONG)dest < (ULONG)src) in _nx_crypto_self_test_memmove()
284 else if((ULONG)dest > (ULONG)src) in _nx_crypto_self_test_memmove()
/NetX-Duo-v6.2.1/test/cmake/netxduo64/
Dcoverage.sh7 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
8 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
DCMakeLists.txt19 nx_secure/src
20 crypto_libraries/src
/NetX-Duo-v6.2.1/test/cmake/netxduo_fast/
Dcoverage.sh7 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
8 gcovr --object-directory=build/$1/netxduo/CMakeFiles/netxduo.dir/common/src -r ../../../common/src
Dadditionals.cmake13 aux_source_directory(${SOURCE_DIR}/nx_secure/src SECURE_SOURCES)
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto.h105 VOID *_nx_crypto_self_test_memcpy(void *dest, const void *src, size_t size);
106 VOID *_nx_crypto_self_test_memmove(void *dest, const void *src, size_t size);
108 int _nx_crypto_self_test_memcmp(const void *dest, const void *src, size_t size);
128 VOID *(*volatile _nx_crypto_memcpy_ptr)(void *dest, const void *src, size_t size) = memcpy;
131 extern VOID *(*volatile _nx_crypto_memcpy_ptr)(void *dest, const void *src, size_t size);
Dnx_crypto_huge_number.h157 #define NX_CRYPTO_HUGE_NUMBER_COPY(dst, src) \ argument
158 (dst) -> nx_crypto_huge_number_size = (src) -> nx_crypto_huge_number_size; \
159 (dst) -> nx_crypto_huge_number_is_negative = (src) -> nx_crypto_huge_number_is_negative; \
161 (src) -> nx_crypto_huge_number_data, \
162 (src) -> nx_crypto_huge_number_size << HN_SIZE_SHIFT);
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_icmpv6_redirect_test.c196 NXD_ADDRESS src, dst, dst_2, router; in thread_0_entry() local
203 src.nxd_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
204 src.nxd_ip_address.v6[0] = 0x3ffe0501; in thread_0_entry()
205 src.nxd_ip_address.v6[1] = 0xffff0100; in thread_0_entry()
206 src.nxd_ip_address.v6[2] = 0x021122ff; in thread_0_entry()
207 src.nxd_ip_address.v6[3] = 0xfe334456; in thread_0_entry()
229 status += nxd_ipv6_address_set(&ip_0, 0, &src, 64, NX_NULL); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/test_scripts/
Dpsk_server.sh1 ../mosquitto-1.4.10/src/mosquitto.exe -c ./mosquitto-psk.conf -v -p 8883
Dbridge_server.sh3 export PATH=$PATH;../mosquitto-1.4.10/src/
/NetX-Duo-v6.2.1/test/cmake/nx_secure/
Dcoverage.sh6 root_path=$(cd ../../../nx_secure/src; pwd)
/NetX-Duo-v6.2.1/test/cmake/nx_secure_interoperability/
Dcoverage.sh6 root_path=$(cd ../../../nx_secure/src; pwd)
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.c916 UINT _nx_websocket_client_name_compare(UCHAR *src, ULONG src_length, UCHAR *dest, ULONG dest_lengt… in _nx_websocket_client_name_compare() argument
930 if((*src >= 'a') && (*src <= 'z')) in _nx_websocket_client_name_compare()
931 ch = (UCHAR)(*src - 'a' + 'A'); in _nx_websocket_client_name_compare()
934 else if((*src >= 'A') && (*src <= 'Z')) in _nx_websocket_client_name_compare()
935 ch = (UCHAR)(*src - 'A' + 'a'); in _nx_websocket_client_name_compare()
937 ch = *src; in _nx_websocket_client_name_compare()
940 if((*src != *dest) && (ch != *dest)) in _nx_websocket_client_name_compare()
947 src++; in _nx_websocket_client_name_compare()
/NetX-Duo-v6.2.1/addons/rtsp/
Dnx_rtsp_server.c64 static UINT _nx_rtsp_server_memicmp(UCHAR *src, ULONG src_length, UCHAR *dest, ULONG dest_length);
65 static UCHAR *_nx_rtsp_server_strstr(UCHAR *src, ULONG src_length, UCHAR *dest, ULONG dest_length);
3191 static UINT _nx_rtsp_server_memicmp(UCHAR *src, ULONG src_length, UCHAR *dest, ULONG dest_length) in _nx_rtsp_server_memicmp() argument
3204 if((*src >= 'a') && (*src <= 'z')) in _nx_rtsp_server_memicmp()
3205 ch = (UCHAR)(*src - 'a' + 'A'); in _nx_rtsp_server_memicmp()
3208 else if((*src >= 'A') && (*src <= 'Z')) in _nx_rtsp_server_memicmp()
3209 ch = (UCHAR)(*src - 'A' + 'a'); in _nx_rtsp_server_memicmp()
3211 ch = *src; in _nx_rtsp_server_memicmp()
3214 if((*src != *dest) && (ch != *dest)) in _nx_rtsp_server_memicmp()
3219 src++; in _nx_rtsp_server_memicmp()
[all …]
/NetX-Duo-v6.2.1/test/cmake/azure_iot/configs/
Dazure_rtos_tests.cmake348 ${TX_FOLDER}/ports/linux/gnu/src/tx_initialize_low_level.c
349 ${TX_FOLDER}/ports/linux/gnu/src/tx_thread_schedule.c)
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c171 static INT inet_ntoa_internal(const VOID *src, CHAR *dst, ULONG dst_size);
13620 INT nx_bsd_inet_pton(INT af, const CHAR *src, VOID *dst) in nx_bsd_inet_pton() argument
13636 const CHAR *ipv4_addr_start = src; in nx_bsd_inet_pton()
13644 if(nx_bsd_inet_aton(src, &ipv4_addr)) in nx_bsd_inet_pton()
13655 if(*src == ':') in nx_bsd_inet_pton()
13656 if(*src++ != ':') in nx_bsd_inet_pton()
13669 while(*src != 0) in nx_bsd_inet_pton()
13672 ch = *src++; in nx_bsd_inet_pton()
13703 ipv4_addr_start = src; in nx_bsd_inet_pton()
13719 else if(*src == '\0') in nx_bsd_inet_pton()
[all …]
Dnxd_bsd.h1021 INT nx_bsd_inet_pton(INT af, const CHAR *src, VOID *dst);
1022 const CHAR *nx_bsd_inet_ntop(INT af, const VOID *src, CHAR *dst, nx_bsd_socklen_t size);
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c6320 UINT _nx_web_http_client_memicmp(UCHAR *src, ULONG src_length, UCHAR *dest, ULONG dest_length) in _nx_web_http_client_memicmp() argument
6332 if((*src >= 'a') && (*src <= 'z')) in _nx_web_http_client_memicmp()
6333 ch = (UCHAR)(*src - 'a' + 'A'); in _nx_web_http_client_memicmp()
6336 else if((*src >= 'A') && (*src <= 'Z')) in _nx_web_http_client_memicmp()
6337 ch = (UCHAR)(*src - 'A' + 'a'); in _nx_web_http_client_memicmp()
6339 ch = *src; in _nx_web_http_client_memicmp()
6342 if((*src != *dest) && (ch != *dest)) in _nx_web_http_client_memicmp()
6347 src++; in _nx_web_http_client_memicmp()

12