Searched refs:COAP_REQUEST_POST (Results 1 – 6 of 6) sorted by relevance
36 pdu->hdr->code = COAP_REQUEST_POST; in make_pdu()
547 coap_register_handler(r, COAP_REQUEST_POST, hnd_post_test); in init_resources()
545 coap_register_handler(r, COAP_REQUEST_POST, hnd_post_rd); in init_resources()
303 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \
51 #define COAP_REQUEST_POST 2 macro
403 pdu->hdr->code = COAP_REQUEST_POST; in t_encode_pdu6()