| /NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/ |
| D | ecc_tls_1_2_openssl_curves_test_server_entry.c | 39 …_192.key", "../ecc_certificates/ECTestServer9_192.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 40 …_224.key", "../ecc_certificates/ECTestServer8_224.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 41 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 42 …tServer4.key", "../ecc_certificates/ECTestServer4.crt", "../ecc_certificates/ECCA4.crt", NX_FALSE}, 43 …tServer3.key", "../ecc_certificates/ECTestServer3.crt", "../ecc_certificates/ECCA3.crt", NX_FALSE}, 46 …_192.key", "../ecc_certificates/ECTestServer9_192.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 47 …_224.key", "../ecc_certificates/ECTestServer8_224.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 48 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 49 …tServer4.key", "../ecc_certificates/ECTestServer4.crt", "../ecc_certificates/ECCA4.crt", NX_FALSE}, 50 …tServer3.key", "../ecc_certificates/ECTestServer3.crt", "../ecc_certificates/ECCA3.crt", NX_FALSE}, [all …]
|
| D | ecc_tls_1_2_openssl_echo_server_entry.c | 57 …CTest.key", "../ecc_certificates/ECTest.crt", "../ecc_certificates/ECCA.crt", NX_FALSE, "-tls1_2"}, 58 …y", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE, "-tls1_2"}, 59 …y", "../ecc_certificates/ECTestServer6.crt", "../ecc_certificates/ECCA4.crt", NX_FALSE, "-tls1_2"}, 60 …", "../ecc_certificates/ECTestServer10.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE, "-tls1_2"}, 64 …CTest.key", "../ecc_certificates/ECTest.crt", "../ecc_certificates/ECCA.crt", NX_FALSE, "-tls1_2"}, 65 …y", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE, "-tls1_2"}, 66 …y", "../ecc_certificates/ECTestServer6.crt", "../ecc_certificates/ECCA4.crt", NX_FALSE, "-tls1_2"}, 71 …y", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE, "-tls1_2"}, 72 …y", "../ecc_certificates/ECTestServer6.crt", "../ecc_certificates/ECCA4.crt", NX_FALSE, "-tls1_2"}, 77 …y", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE, "-tls1_2"}, [all …]
|
| D | signature_algorithm_test_openssl_echo_server_entry.c | 39 …ficates/test_server.key", "../certificates/test_server.crt", "../certificates/test.crt", NX_FALSE}, 40 …ficates/test_server.key", "../certificates/test_server.crt", "../certificates/test.crt", NX_FALSE}, 41 …ficates/test_server.key", "../certificates/test_server.crt", "../certificates/test.crt", NX_FALSE}, 43 …{3, NX_FALSE, "../certificates/test_server.key", "../certificates/test_server.crt", "../certificat… 45 …ficates/test_server.key", "../certificates/test_server.crt", "../certificates/test.crt", NX_FALSE}, 49 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 50 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 51 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, 53 …{7, NX_FALSE, "../ecc_certificates/ECTestServer2.key", "../ecc_certificates/ECTestServer2.crt", ".… 55 …tServer2.key", "../ecc_certificates/ECTestServer2.crt", "../ecc_certificates/ECCA2.crt", NX_FALSE}, [all …]
|
| D | tls_ecc_server_curves_test.c | 127 {0, 0, NX_FALSE}, 128 {0, 0, NX_FALSE}, 129 {0, 0, NX_FALSE}, 130 {0, 0, NX_FALSE}, 135 {1, 0, NX_FALSE}, /* ECCA2_der uses P256 which is not supported. */ 136 {2, 0, NX_FALSE}, /* ECCA2_der uses P256 which is not supported. */ 140 {3, 0, NX_FALSE}, 141 {3, 0, NX_FALSE}, 155 {0, 0, NX_FALSE}, 156 {0, 0, NX_FALSE}, [all …]
|
| D | nx_secure_ecc_server_curves_entry.c | 139 TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[0]), 140 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[0]), 141 TEST_CASE_INIT(supported_groups_4, ecc_curves_4, NX_FALSE, &test_certs[0]), 142 TEST_CASE_INIT(supported_groups_5, ecc_curves_5, NX_FALSE, &test_certs[0]), 147 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 148 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[1]), 152 TEST_CASE_INIT(supported_groups_1, ecc_curves_1, NX_FALSE, &test_certs[0]), 153 TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[1]), 167 TEST_CASE_INIT(supported_groups_4, ecc_curves_4, NX_FALSE, &test_certs[2]), 168 TEST_CASE_INIT(supported_groups_5, ecc_curves_5, NX_FALSE, &test_certs[2]), [all …]
|
| D | nx_secure_ecc_curves_test_client_entry.c | 147 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 148 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 149 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 150 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 153 …TEST_CASE_INIT(supported_groups_1, ecc_curves_1, NX_FALSE, &test_certs[0]), /* ECCA2_der uses P25… 154 …TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[1]), /* ECCA2_der uses P25… 157 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 158 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 172 TEST_CASE_INIT(supported_groups_4, ecc_curves_4, NX_FALSE, &test_certs[3]), 173 TEST_CASE_INIT(supported_groups_5, ecc_curves_5, NX_FALSE, &test_certs[4]), [all …]
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_arp_entry_abnormal_operation_test.c | 128 arp_receive = NX_FALSE; in ntest_0_entry() 129 icmp_receive = NX_FALSE; in ntest_0_entry() 143 if ((arp_receive != NX_TRUE) || (icmp_receive != NX_FALSE)) in ntest_0_entry() 169 arp_receive = NX_FALSE; in ntest_0_entry() 170 icmp_receive = NX_FALSE; in ntest_0_entry() 184 if ((arp_receive != NX_FALSE) || (icmp_receive != NX_TRUE)) in ntest_0_entry() 210 arp_receive = NX_FALSE; in ntest_0_entry() 211 icmp_receive = NX_FALSE; in ntest_0_entry() 225 if ((arp_receive != NX_FALSE) || (icmp_receive != NX_TRUE)) in ntest_0_entry() 251 arp_receive = NX_FALSE; in ntest_0_entry() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_dtls_sliding_window_test.c | 90 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 114 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 124 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 148 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 164 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 178 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 194 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 202 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 212 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() 228 EXPECT_EQ(NX_FALSE, status); in ntest_0_entry() [all …]
|
| D | nx_secure_dtls_ecc_curves_test.c | 156 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 157 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 158 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 159 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 162 …TEST_CASE_INIT(supported_groups_1, ecc_curves_1, NX_FALSE, &test_certs[0]), /* ECCA2_der uses P25… 163 …TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[1]), /* ECCA2_der uses P25… 166 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 167 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 195 TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[0]), 196 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[0]), [all …]
|
| D | nx_secure_tls_session_renegotiate_coverage_test.c | 80 tls_session.nx_secure_tls_remote_session_active = NX_FALSE; in TEST() 81 tls_session.nx_secure_tls_local_session_active = NX_FALSE; in TEST() 86 tls_session.nx_secure_tls_local_session_active = NX_FALSE; in TEST() 90 tls_session.nx_secure_tls_remote_session_active = NX_FALSE; in TEST() 99 tls_session.nx_secure_tls_secure_renegotiation = NX_FALSE; in TEST()
|
| D | nx_secure_tls_ecc_curves_test.c | 168 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 169 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 170 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 171 TEST_CASE_INIT(supported_groups_0, ecc_curves_0, NX_FALSE, &test_certs[0]), 174 …TEST_CASE_INIT(supported_groups_1, ecc_curves_1, NX_FALSE, &test_certs[0]), /* ECCA2_der uses P25… 175 …TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[1]), /* ECCA2_der uses P25… 178 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 179 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[2]), 220 TEST_CASE_INIT(supported_groups_2, ecc_curves_2, NX_FALSE, &test_certs[0]), 221 TEST_CASE_INIT(supported_groups_3, ecc_curves_3, NX_FALSE, &test_certs[0]), [all …]
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ipv4_option_process.c | 142 return(NX_FALSE); in _nx_ipv4_option_process() 168 return(NX_FALSE); in _nx_ipv4_option_process() 182 return(NX_FALSE); in _nx_ipv4_option_process() 196 return(NX_FALSE); in _nx_ipv4_option_process() 210 return(NX_FALSE); in _nx_ipv4_option_process() 226 return(NX_FALSE); in _nx_ipv4_option_process()
|
| D | nx_tcp_mss_option_get.c | 101 return(NX_FALSE); in _nx_tcp_mss_option_get() 140 return(NX_FALSE); in _nx_tcp_mss_option_get() 149 return(NX_FALSE); in _nx_tcp_mss_option_get()
|
| D | nx_tcp_window_scaling_option_get.c | 104 return(NX_FALSE); in _nx_tcp_window_scaling_option_get() 149 return(NX_FALSE); in _nx_tcp_window_scaling_option_get() 158 return(NX_FALSE); in _nx_tcp_window_scaling_option_get()
|
| D | nx_tcp_socket_packet_process.c | 106 UINT packet_queued = NX_FALSE; in _nx_tcp_socket_packet_process() 180 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process() 190 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process() 196 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process() 207 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process() 289 if (_nx_tcp_socket_state_ack_check(socket_ptr, &tcp_header_copy) == NX_FALSE) in _nx_tcp_socket_packet_process()
|
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_tls_session_reset.c | 174 session_ptr -> nx_secure_tls_secure_renegotiation = NX_FALSE; in _nx_secure_tls_session_reset() 180 session_ptr -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_reset() 181 session_ptr -> nx_secure_tls_secure_renegotiation_verified = NX_FALSE; in _nx_secure_tls_session_reset() 182 session_ptr -> nx_secure_tls_server_renegotiation_requested = NX_FALSE; in _nx_secure_tls_session_reset() 183 session_ptr -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_reset() 187 session_ptr -> nx_secure_tls_received_remote_credentials = NX_FALSE; in _nx_secure_tls_session_reset()
|
| D | nx_secure_dtls_session_sliding_window_check.c | 87 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check() 117 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check() 125 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check() 133 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check()
|
| D | nx_secure_tls_session_renegotiate.c | 227 tls_session -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_renegotiate() 228 tls_session -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_renegotiate() 303 tls_session -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_renegotiate() 304 tls_session -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_renegotiate()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_adu_agent.c | 128 UINT component_added = NX_FALSE; in nx_azure_iot_adu_agent_start() 183 if (component_added == NX_FALSE) in nx_azure_iot_adu_agent_start() 414 if (adu_agent_ptr -> nx_azure_iot_adu_agent_device[i].valid == NX_FALSE) in nx_azure_iot_adu_agent_proxy_update_add() 554 adu_agent_ptr -> nx_azure_iot_adu_agent_update_flag = NX_FALSE; in nx_azure_iot_adu_agent_component_properties_process() 660 nx_azure_iot_adu_agent_download_state_update(adu_agent_ptr, NX_FALSE); in nx_azure_iot_adu_agent_timer_event_process() 670 UINT is_installed = NX_FALSE; in nx_azure_iot_adu_agent_update_check_event_process() 1106 UINT step_fail = NX_FALSE; in nx_azure_iot_adu_agent_apply_event_process() 1233 &signature_b64, &signature_b64_length) == NX_FALSE) in nx_azure_iot_adu_agent_manifest_verify() 1235 return(NX_FALSE); in nx_azure_iot_adu_agent_manifest_verify() 1242 return(NX_FALSE); in nx_azure_iot_adu_agent_manifest_verify() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | connection_unit_test.c | 112 … assert_int_not_equal(nx_azure_iot_hub_client_connect(NX_NULL, NX_FALSE, 20 * NX_IP_PERIODIC_RATE), in demo_entry() 117 …assert_int_not_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RA… in demo_entry() 123 … assert_int_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RATE), in demo_entry() 126 … assert_int_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RATE), in demo_entry() 132 …assert_int_not_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RA… in demo_entry() 141 …assert_int_not_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RA… in demo_entry() 147 … assert_int_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RATE), in demo_entry() 164 … assert_int_equal(nx_azure_iot_hub_client_connect(&iot_client, NX_FALSE, 20 * NX_IP_PERIODIC_RATE), in demo_entry()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 292 static UINT generate_test_property_send_response_bytes = NX_FALSE; 293 static UINT generate_test_properties_new_update = NX_FALSE; 294 static UINT handle_agent_update_received_notify = NX_FALSE; 299 static UINT g_adu_agent_driver_preprocess_fail = NX_FALSE; 300 static UINT g_adu_agent_driver_write_fail = NX_FALSE; 301 static UINT g_adu_agent_driver_install_fail = NX_FALSE; 302 static UINT g_adu_agent_driver_apply_fail = NX_FALSE; 304 static UINT g_adu_agent_proxy_driver_preprocess_fail = NX_FALSE; 305 static UINT g_adu_agent_proxy_driver_write_fail = NX_FALSE; 306 static UINT g_adu_agent_proxy_driver_install_fail = NX_FALSE; [all …]
|
| /NetX-Duo-v6.2.1/addons/pop3/ |
| D | nxd_pop3_client.c | 398 client_ptr -> nx_pop3_client_ready_to_download = NX_FALSE; in _nxd_pop3_client_create() 779 …esponse(buffer, 1, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get() 792 …esponse(buffer, 2, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get() 805 …esponse(buffer, 3, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get() 1069 …nse(buffer_ptr, 1, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get() 1079 …nse(buffer_ptr, 2, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get() 1093 (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get() 1242 client_ptr -> nx_pop3_client_ready_to_download = NX_FALSE; in _nx_pop3_client_mail_item_get() 1352 sizeof(argument), NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_get() 1366 sizeof(argument) - 1, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_get() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcpv6_client_process_server_duid_test.c | 22 static UCHAR solicit = NX_FALSE; 23 static UCHAR request = NX_FALSE; 299 if ((received_message_type == NX_DHCPV6_MESSAGE_TYPE_SOLICIT) && (solicit == NX_FALSE)) in my_packet_process() 316 return(NX_FALSE); in my_packet_process() 331 return(NX_FALSE); in my_packet_process() 356 else if((received_message_type == NX_DHCPV6_MESSAGE_TYPE_REQUEST) && (request == NX_FALSE)) in my_packet_process() 386 return(NX_FALSE); in my_packet_process()
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_local_cache_continuous_query_test.c | 33 static CHAR host_registered = NX_FALSE; 34 static CHAR service_registered = NX_FALSE; 151 while(host_registered == NX_FALSE) in ntest_0_entry() 164 while(service_registered == NX_FALSE) in ntest_0_entry() 271 service_registered = NX_FALSE; in probing_notify() 281 host_registered = NX_FALSE; in probing_notify()
|
| D | netx_mdns_internal_function_test.c | 211 …cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE) == NX_SUCCES… in ntest_0_entry() 224 …_TYPE_LOCAL, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 234 …_TYPE_LOCAL, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 244 …E_LOCAL, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 254 …E_LOCAL, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 264 …E_LOCAL, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 276 …cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE) == NX_SUCCES… in ntest_0_entry() 289 …E_TYPE_PEER, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 299 …E_TYPE_PEER, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() 309 …PE_PEER, cache_string[i], strlen(cache_string[i]), (VOID **)&insert_ptr[i], NX_FALSE, NX_TRUE); in ntest_0_entry() [all …]
|