Searched refs:coap_pdu_code_t (Results 1 – 11 of 11) sorted by relevance
/dports/net/libcoap/libcoap-4.3.0/include/coap3/ |
H A D | pdu.h | 291 typedef enum coap_pdu_code_t { enum 336 } coap_pdu_code_t; typedef 352 coap_pdu_t *coap_pdu_init(coap_pdu_type_t type, coap_pdu_code_t code, 365 coap_pdu_t *coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code, 516 coap_pdu_code_t coap_pdu_get_code(const coap_pdu_t *pdu); 524 void coap_pdu_set_code(coap_pdu_t *pdu, coap_pdu_code_t code);
|
H A D | net.h | 389 coap_pdu_code_t code, 409 coap_pdu_code_t code,
|
H A D | coap_pdu_internal.h | 96 coap_pdu_code_t code; /**< request method (value 1--31) or response code
|
/dports/net/libcoap/libcoap-4.3.0/src/ |
H A D | pdu.c | 87 coap_pdu_init(coap_pdu_type_t type, coap_pdu_code_t code, coap_mid_t mid, in coap_pdu_init() 132 coap_new_pdu(coap_pdu_type_t type, coap_pdu_code_t code, in coap_new_pdu() 1205 coap_pdu_code_t 1211 coap_pdu_set_code(coap_pdu_t *pdu, coap_pdu_code_t code) { in coap_pdu_set_code()
|
H A D | net.c | 904 coap_pdu_code_t code, in coap_send_error() 2057 coap_new_error_response(const coap_pdu_t *request, coap_pdu_code_t code, in coap_new_error_response()
|
/dports/net/libcoap/libcoap-4.3.0/man/ |
H A D | coap_pdu_access.txt.in | 66 *coap_pdu_code_t coap_pdu_get_code(const coap_pdu_t *_pdu_);* 276 coap_pdu_code_t pdu_code;
|
H A D | coap_pdu_setup.txt.in | 40 *coap_pdu_t *coap_new_pdu(coap_pdu_type_t _type_, coap_pdu_code_t _code_, 43 *coap_pdu_t *coap_pdu_init(coap_pdu_type_t _type_, coap_pdu_code_t _code_, 90 *void coap_pdu_set_code(coap_pdu_t *_pdu_, coap_pdu_code_t _code_);*
|
H A D | coap_handler.txt.in | 273 coap_pdu_code_t rcv_code = coap_pdu_get_code(received);
|
H A D | coap_resource.txt.in | 417 coap_pdu_code_t req_code = coap_pdu_get_code(request);
|
/dports/net/libcoap/libcoap-4.3.0/examples/ |
H A D | coap-server.c | 256 coap_pdu_code_t code = coap_pdu_get_code(request); in hnd_get_fetch_time() 1072 coap_pdu_code_t req_code = coap_pdu_get_code(request); in hnd_proxy_uri() 1614 coap_pdu_code_t rcv_code = coap_pdu_get_code(received); in proxy_message_handler()
|
H A D | coap-client.c | 324 coap_pdu_code_t rcv_code = coap_pdu_get_code(received); in message_handler()
|