Searched refs:coap_new_pdu (Results 1 – 6 of 6) sorted by relevance
14 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 type204 The *coap_pdu_init*() function does the same work as *coap_new_pdu*() but gives206 _max_size_ that *coap_new_pdu*() creates.535 *coap_new_pdu*() and *coap_pdu_init*() return a newly created
146 coap_new_pdu;
143 coap_new_pdu
395 coap_pdu_t *coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code,
153 coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code, in coap_new_pdu() function
271 if (!(pdu = coap_new_pdu(msgtype, m, session))) { in coap_new_request()