Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/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.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_ecdsa.c111 UCHAR *msg; in _nx_crypto_method_self_test_ecdsa() local
124 msg = msg_p256_sha256; in _nx_crypto_method_self_test_ecdsa()
255 msg, in _nx_crypto_method_self_test_ecdsa()
277 msg, in _nx_crypto_method_self_test_ecdsa()
Dnx_crypto_method_self_test_pkcs1.c72 static UCHAR msg[] = { variable
186 plain_text = msg; in _nx_crypto_method_self_test_pkcs1()
187 input_length = sizeof(msg); in _nx_crypto_method_self_test_pkcs1()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h303 VOID nx_azure_iot_log_init(VOID(*log_callback)(az_log_classification classification, UCHAR *msg, UI…
Dnx_azure_iot.c35 static VOID(*_nx_azure_iot_log_callback)(az_log_classification classification, UCHAR *msg, UINT msg…
165 VOID nx_azure_iot_log_init(VOID(*log_callback)(az_log_classification classification, UCHAR *msg, UI… in nx_azure_iot_log_init() argument
/NetX-Duo-v6.2.1/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() argument
282 printf("%.*s", msg_len, (CHAR *)msg); 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() argument
983 printf("%.*s", msg_len, (CHAR *)msg); in log_callback()
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/
Dnx_azure_iot_security_module.c50 static void _security_module_message_ready_cb(notifier_t *notifier, int msg, void *payload);
304 static void _security_module_message_ready_cb(notifier_t *notifier, int msg, void *payload) in _security_module_message_ready_cb() argument
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h837 INT sendto(INT sockID, CHAR *msg, INT msgLength, INT flags, struct sockaddr *destAddr, INT destAdd…
838 INT send(INT sockID, const CHAR *msg, INT msgLength, INT flags);
Dnxd_bsd.c159 static INT nx_bsd_send_internal(INT sockID, const CHAR *msg, INT msgLength, INT flags,
171 static INT nx_bsd_pppoe_internal_sendto(NX_BSD_SOCKET *bsd_socket_ptr, CHAR *msg, INT msgLength,
177 static INT _nx_bsd_hardware_internal_sendto(NX_BSD_SOCKET *bsd_socket_ptr, CHAR *msg, INT msgLeng…
3133 static INT nx_bsd_send_internal(INT sockID, const CHAR *msg, INT msgLength, INT flags, in nx_bsd_send_internal() argument
3248 …status = nx_packet_data_append(packet_ptr, (VOID *) msg, (ULONG)msgLength, nx_bsd_default_packet_… in nx_bsd_send_internal()
3577 INT send(INT sockID, const CHAR *msg, INT msgLength, INT flags) in send() argument
3656 return nx_bsd_send_internal(sockID, msg, msgLength, flags, in send()
3725 INT sendto(INT sockID, CHAR *msg, INT msgLength, INT flags, struct sockaddr *destAddr, INT destAd… in sendto() argument
3783 … return nx_bsd_send_internal((sockID - NX_BSD_SOCKFD_START), msg, msgLength, flags, NX_NULL, 0, in sendto()
3797 …status = (UINT)nx_bsd_pppoe_internal_sendto(bsd_socket_ptr, msg, msgLength, flags, destAddr, dest… in sendto()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md99 VOID nx_azure_iot_log_init(VOID(*log_callback)(az_log_classification classification, UCHAR *msg, UI…
/NetX-Duo-v6.2.1/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() argument
747 _nx_utility_string_length_check(msg, &length, NX_MAX_STRING_LENGTH); in nx_iperf_print_test_inprogress()
748 status += htmlwrite(resp_packet_ptr, msg, length); in nx_iperf_print_test_inprogress()