Searched refs:iotx_coap_config_t (Results 1 – 3 of 3) sorted by relevance
70 iotx_coap_config_t *coap_config = NULL; in iotx_cm_open_coap()91 coap_config = (iotx_coap_config_t *)cm_malloc(sizeof(iotx_coap_config_t)); in iotx_cm_open_coap()96 memset(coap_config, 0, sizeof(iotx_coap_config_t)); in iotx_cm_open_coap()168 iotx_coap_config_t *config = NULL; in _coap_connect()375 iotx_coap_config_t *coap_config = NULL; in _coap_close()381 coap_config = (iotx_coap_config_t *)_coap_conncection->open_params; in _coap_close()
80 } iotx_coap_config_t; typedef117 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config);
838 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config) in IOT_CoAP_Init()
Completed in 6 milliseconds