Home
last modified time | relevance | path

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

/net-tools-3.4.0/
Dcoap-client.c373 coap_context_t *coap_ctx; member
768 pdu = coap_new_request(user_data->coap_ctx, in create_pdu()
811 tid = coap_send_confirmed(user_data->coap_ctx, in send_packets()
812 user_data->coap_ctx->endpoint, in send_packets()
816 tid = coap_send(user_data->coap_ctx, in send_packets()
817 user_data->coap_ctx->endpoint, in send_packets()
861 tid = coap_send_confirmed(user_data->coap_ctx, in try_send()
862 user_data->coap_ctx->endpoint, in try_send()
866 tid = coap_send(user_data->coap_ctx, in try_send()
867 user_data->coap_ctx->endpoint, in try_send()
[all …]