Searched refs:error_code (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_dtls_server_notify_set.c | 72 … UINT (*error_notify)(NX_SECURE_DTLS_SESSION *dtls_session, UINT error_code)) in _nx_secure_dtls_server_notify_set() argument
|
| D | nxe_secure_dtls_server_notify_set.c | 70 … UINT (*error_notify)(NX_SECURE_DTLS_SESSION *dtls_session, UINT error_code)) in _nxe_secure_dtls_server_notify_set() argument
|
| /NetX-Duo-v6.2.1/addons/tftp/ |
| D | nxd_tftp_client.h | 271 UINT nxd_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR … 290 UINT _nxde_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHA… 291 UINT _nxd_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR…
|
| D | nxd_tftp_client.c | 525 UINT _nxde_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **er… in _nxde_tftp_client_error_info_get() argument 533 (error_code == NX_NULL) || (error_string == NX_NULL)) in _nxde_tftp_client_error_info_get() 540 status = _nxd_tftp_client_error_info_get(tftp_client_ptr, error_code, error_string); in _nxde_tftp_client_error_info_get() 593 UINT _nxd_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **err… in _nxd_tftp_client_error_info_get() argument 597 *error_code = tftp_client_ptr -> nx_tftp_client_error_code; in _nxd_tftp_client_error_info_get()
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_concurrent_sessions_test.c | 87 #define PRINT_ERROR(error_code) _error_print(error_code, __LINE__) argument 89 static void _error_print(UINT error_code, UINT line) in _error_print() argument 91 printf("Error on line %d, status: 0x%x\n", line, error_code); in _error_print()
|
| /NetX-Duo-v6.2.1/nx_secure/inc/ |
| D | nx_secure_dtls.h | 226 …*nx_secure_dtls_error_notify)(struct NX_SECURE_DTLS_SESSION_STRUCT *dtls_session, UINT error_code); 292 … UINT (*error_notify)(NX_SECURE_DTLS_SESSION *dtls_session, UINT error_code)); 381 … UINT (*error_notify)(NX_SECURE_DTLS_SESSION *dtls_session, UINT error_code));
|
| D | nx_secure_dtls_api.h | 191 … UINT (*error_notify)(NX_SECURE_DTLS_SESSION *dtls_session, UINT error_code));
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 852 UINT _nx_snmp_utility_error_info_get(UCHAR *buffer_ptr, UINT *error_code, UINT *error_index, INT… 853 UINT _nx_snmp_utility_error_info_set(UCHAR *buffer_ptr, UINT error_code, UINT error_index, UCHAR…
|
| D | nxd_snmp.c | 13962 UINT _nx_snmp_utility_error_info_get(UCHAR *buffer_ptr, UINT *error_code, UINT *error_index, INT b… in _nx_snmp_utility_error_info_get() argument 13969 *error_code = 0; in _nx_snmp_utility_error_info_get() 13986 *error_code = (UINT) buffer_ptr[2]; in _nx_snmp_utility_error_info_get() 13998 *error_code = 0; in _nx_snmp_utility_error_info_get() 14056 UINT _nx_snmp_utility_error_info_set(UCHAR *buffer_ptr, UINT error_code, UINT error_index, UCHAR *… in _nx_snmp_utility_error_info_set() argument 14070 *buffer_ptr++ = (UCHAR) (error_code & 0xFF); in _nx_snmp_utility_error_info_set() 17042 UCHAR *error_string_ptr, UINT error_code, UINT error_index) in _nx_snmp_version_error_response() argument 17054 switch(error_code) in _nx_snmp_version_error_response() 17087 …_nx_snmp_utility_error_info_set(error_string_ptr, error_code, error_index, packet_ptr -> nx_packet… in _nx_snmp_version_error_response()
|