Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 124) sorted by relevance

12345

/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Ddemo_semaphore_test.c71 CHAR* name; in demo_func_entry_0() local
95 CHAR* name; in demo_func_entry_1() local
/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_chap_bad_secret_failed_retry_test.c233 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name) in get_challenge_values()
255 static UINT get_responder_values(CHAR *system, CHAR *name, CHAR *secret) in get_responder_values()
282 static UINT get_responder_values_ppp1(CHAR *system, CHAR *name, CHAR *secret) in get_responder_values_ppp1()
313 static UINT get_verification_values(CHAR *system, CHAR *name, CHAR *secret) in get_verification_values()
Dnetx_ppp_chap_bad_secret_passed_on_retry_test.c262 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name) in get_challenge_values()
284 static UINT get_responder_values(CHAR *system, CHAR *name, CHAR *secret) in get_responder_values()
311 static UINT get_responder_values_ppp1(CHAR *system, CHAR *name, CHAR *secret) in get_responder_values_ppp1()
354 static UINT get_verification_values(CHAR *system, CHAR *name, CHAR *secret) in get_verification_values()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_ftp.c655 CHAR *name, CHAR *password, CHAR *extra_info) in server_login6()
671 CHAR *name, CHAR *password, CHAR *extra_info) in server_logout6()
686 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
700 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_distinguished_name_parse.c82 NX_SECURE_X509_DISTINGUISHED_NAME *name) in _nx_secure_x509_distinguished_name_parse()
232 NX_SECURE_X509_DISTINGUISHED_NAME *name) in _nx_secure_x509_extract_name_oid_data()
Dnx_secure_x509_certificate_list_remove.c75 NX_SECURE_X509_DISTINGUISHED_NAME *name, UINT cert_id) in _nx_secure_x509_certificate_list_remove()
Dnx_secure_tls_local_certificate_remove.c84 NX_SECURE_X509_DISTINGUISHED_NAME name; in _nx_secure_tls_local_certificate_remove() local
Dnx_secure_tls_trusted_certificate_remove.c84 NX_SECURE_X509_DISTINGUISHED_NAME name; in _nx_secure_tls_trusted_certificate_remove() local
Dnx_secure_x509_store_certificate_find.c77 NX_SECURE_X509_DISTINGUISHED_NAME *name, in _nx_secure_x509_store_certificate_find()
Dnx_secure_x509_store_certificate_remove.c85 NX_SECURE_X509_DISTINGUISHED_NAME *name, in _nx_secure_x509_store_certificate_remove()
Dnx_secure_x509_local_device_certificate_get.c83 NX_SECURE_X509_DISTINGUISHED_NAME *name, in _nx_secure_x509_local_device_certificate_get()
Dnx_secure_tls_remote_certificate_free.c89 NX_SECURE_X509_DISTINGUISHED_NAME *name) in _nx_secure_tls_remote_certificate_free()
Dnx_secure_x509_certificate_list_find.c81 NX_SECURE_X509_DISTINGUISHED_NAME *name, in _nx_secure_x509_certificate_list_find()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c214 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nxe_mdns_create()
374 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nx_mdns_create()
2302 UINT _nxe_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt… in _nxe_mdns_service_add()
2428 UINT _nx_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt,… in _nx_mdns_service_add()
2698 UINT _nxe_mdns_service_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type) in _nxe_mdns_service_delete()
2771 UINT _nx_mdns_service_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type) in _nx_mdns_service_delete()
2848 UINT _nx_mdns_service_interface_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type… in _nx_mdns_service_interface_delete()
3042 UINT _nxe_mdns_service_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type,… in _nxe_mdns_service_one_shot_query()
3150 UINT _nx_mdns_service_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, … in _nx_mdns_service_one_shot_query()
3337 static UINT _nx_mdns_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, NX_MDNS_RR **out_r… in _nx_mdns_one_shot_query()
[all …]
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c4408 UCHAR name[NX_PPP_NAME_SIZE + 1]; in _nx_ppp_pap_authentication_request() local
4554 UCHAR name[NX_PPP_NAME_SIZE + 1]; in _nx_ppp_pap_login_valid() local
5798 UCHAR name[NX_PPP_NAME_SIZE + 1], secret[NX_PPP_NAME_SIZE + 1]; in _nx_ppp_chap_challenge_respond() local
6009 UCHAR name[NX_PPP_NAME_SIZE + 1], secret[NX_PPP_NAME_SIZE + 1]; in _nx_ppp_chap_challenge_validate() local
8978 UINT _nxe_ppp_create(NX_PPP *ppp_ptr, CHAR *name, NX_IP *ip_ptr, in _nxe_ppp_create()
9058 UINT _nx_ppp_create(NX_PPP *ppp_ptr, CHAR *name, NX_IP *ip_ptr, in _nx_ppp_create()
9626 UINT _nxe_ppp_pap_enable(NX_PPP *ppp_ptr, UINT (*generate_login)(CHAR *name, CHAR *password), in _nxe_ppp_pap_enable()
9627 UINT (*verify_login)(CHAR *name, CHAR *password)) in _nxe_ppp_pap_enable()
9699 UINT _nx_ppp_pap_enable(NX_PPP *ppp_ptr, UINT (*generate_login)(CHAR *name, CHAR *password), in _nx_ppp_pap_enable()
9700 UINT (*verify_login)(CHAR *name, CHAR *password)) in _nx_ppp_pap_enable()
[all …]
/NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/
Dlinux_mqtt_subscriber_empty_message_test_publisher.c9 CHAR* name; in mqtt_publisher_entry() local
Dlinux_mqtt_subscriber_test_publisher.c9 CHAR* name; in mqtt_publisher_entry() local
Dlinux_mqtt_tls_subscriber_test_publisher.c15 CHAR* name; in mqtt_publisher_entry() local
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.c135 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in _nxe_ftp_server_create()
220 …SERVER_STRUCT *ftp_server_ptr, ULONG client_address, UINT client_port, CHAR *name, CHAR *password,… in _nx_ftp_server_create()
305 … *ftp_server_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password,… in _nxde_ftp_server_create()
378 … *ftp_server_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password,… in _nxd_ftp_server_create()
454 …STRUCT *ftp_server_ptr, NXD_ADDRESS *client_address, UINT client_port, CHAR *name, CHAR *password,… in _nx_ftp_server_create_internal()
/NetX-Duo-v6.2.1/common/src/
Dnx_utility.c360 UINT _nx_utility_base64_encode(UCHAR *name, UINT name_size, UCHAR *base64name, UINT base64name_size… in _nx_utility_base64_encode()
532 UINT _nx_utility_base64_decode(UCHAR *base64name, UINT base64name_size, UCHAR *name, UINT name_size… in _nx_utility_base64_decode()
/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_basic_test.c309 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
315 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()
Dnetx_ftp_client_packet_leak_test.c328 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
334 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()
Dnetx_ftp_control_connection_test.c264 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
270 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()
Dnetx_ftp_data_connection_test.c337 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
343 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()
Dnetx_ftp_disconnection_event_test.c282 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_login()
288 …VER_STRUCT *ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password,… in server_logout()

12345