Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/examples/
Dclient.c132 coap_new_request(coap_context_t *ctx, in coap_new_request() function
379 … pdu = coap_new_request(ctx, method, NULL, NULL, 0); /* first, create bare PDU w/o any option */ in message_handler()
442 … pdu = coap_new_request(ctx, method, NULL, NULL, 0); /* first, create bare PDU w/o any option */ in message_handler()
1188 if (! (pdu = coap_new_request(ctx, method, &optlist, payload.s, payload.length))) in main()
/net-tools-3.4.0/
Dcoap-client.c166 static coap_pdu_t *coap_new_request(coap_context_t *ctx,
768 pdu = coap_new_request(user_data->coap_ctx, in create_pdu()
1152 static coap_pdu_t *coap_new_request(coap_context_t *ctx, in coap_new_request() function
1226 pdu = coap_new_request(coap_ctx, method, NULL, NULL, 0, in read_blocks()
1408 pdu = coap_new_request(coap_ctx, method, NULL, in coap_message_handler()