Lines Matching refs:coap_pdu_t
130 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_index()
131 coap_pdu_t *response) { in hnd_get_index()
148 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_resource()
149 coap_pdu_t *response) { in hnd_get_resource()
224 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_resource()
225 coap_pdu_t *response) { in hnd_delete_resource()
240 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_post_test()
241 coap_pdu_t *response) { in hnd_post_test()
306 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_put_test()
307 coap_pdu_t *response) { in hnd_put_test()
357 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_test()
358 coap_pdu_t *response) { in hnd_delete_test()
373 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_query()
374 coap_pdu_t *response) { in hnd_get_query()
411 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_separate()
412 coap_pdu_t *response) { in hnd_get_separate()
456 coap_pdu_t *response; in check_async()