Home
last modified time | relevance | path

Searched refs:iotx_coap_config_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c70 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()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dcoap_api.h80 } iotx_coap_config_t; typedef
117 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config);
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c838 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config) in IOT_CoAP_Init()

Completed in 6 milliseconds