Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in14 coap_new_pdu,
41 *coap_pdu_t *coap_new_pdu(coap_pdu_type_t _type_, coap_pdu_code_t _code_,
138 *Function: coap_new_pdu()*
140 The *coap_new_pdu*() function returns a newly created PDU of type
204 The *coap_pdu_init*() function does the same work as *coap_new_pdu*() but gives
206 _max_size_ that *coap_new_pdu*() creates.
535 *coap_new_pdu*() and *coap_pdu_init*() return a newly created
/third_party/libcoap/
Dlibcoap-3.map146 coap_new_pdu;
Dlibcoap-3.sym143 coap_new_pdu
/third_party/libcoap/include/coap3/
Dcoap_pdu.h395 coap_pdu_t *coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code,
/third_party/libcoap/src/
Dcoap_pdu.c153 coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code, in coap_new_pdu() function
/third_party/libcoap/examples/
Dcoap-client.c271 if (!(pdu = coap_new_pdu(msgtype, m, session))) { in coap_new_request()