Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/
Dpstatic_assert.h35 #define static_assert(pred, msg) _Static_assert(pred, msg) argument
39 #define static_assert(pred, msg) _Static_assert(pred, msg) argument
52 #define static_assert(e, msg) enum { __PSTATIC_ASSERT_CONCAT(__COUNTER__, __LINE__) = 1/(!!(e)) } argument
55 #define static_assert(e, msg) enum { __PSTATIC_ASSERT_CONCAT(__PSTATIC_ASSERT_COUNTER, __LINE__) = … argument
Dpstdint.h816 #define REPORTERROR(msg) { err_n++; if (err_first <= 0) err_first = __LINE__; printf msg; } argument
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_method_self_test_pkcs1.c72 static UCHAR msg[] = { variable
Dnx_crypto_method_self_test_ecdsa.c111 UCHAR *msg; in _nx_crypto_method_self_test_ecdsa() local
/NetX-Duo-v6.3.0/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c278 static void log_callback(az_log_classification classification, UCHAR *msg, UINT msg_len) in log_callback()
Dsample_azure_iot_embedded_sdk_pnp.c979 static void log_callback(az_log_classification classification, UCHAR *msg, UINT msg_len) in log_callback()
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/
Dnx_azure_iot_security_module.c304 static void _security_module_message_ready_cb(notifier_t *notifier, int msg, void *payload) in _security_module_message_ready_cb()
/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c3156 static INT nx_bsd_send_internal(INT sockID, const CHAR *msg, INT msgLength, INT flags, in nx_bsd_send_internal()
3609 INT nx_bsd_send(INT sockID, const CHAR *msg, INT msgLength, INT flags) in nx_bsd_send()
3760 INT nx_bsd_sendto(INT sockID, CHAR *msg, INT msgLength, INT flags, struct nx_bsd_sockaddr *destAd… in nx_bsd_sendto()
12556 static INT nx_bsd_pppoe_internal_sendto(NX_BSD_SOCKET *bsd_socket_ptr, CHAR *msg, INT msgLength, IN… in nx_bsd_pppoe_internal_sendto()
12876 static INT _nx_bsd_hardware_internal_sendto(NX_BSD_SOCKET *bsd_socket_ptr, CHAR *msg, INT msgLength… in _nx_bsd_hardware_internal_sendto()
/NetX-Duo-v6.3.0/addons/azure_iot/
Dnx_azure_iot.c164 VOID nx_azure_iot_log_init(VOID(*log_callback)(az_log_classification classification, UCHAR *msg, UI… in nx_azure_iot_log_init()
/NetX-Duo-v6.3.0/utility/iperf/
Dnx_iperf.c735 static void nx_iperf_print_test_inprogress(NX_WEB_HTTP_SERVER *server_ptr, char *msg) in nx_iperf_print_test_inprogress()