Lines Matching refs:coap_pdu_t
445 coap_pdu_t *pdu, in coap_option_check_critical()
496 coap_transaction_id(const coap_address_t *peer, const coap_pdu_t *pdu, in coap_transaction_id()
537 coap_pdu_t *request) { in coap_send_ack()
538 coap_pdu_t *response; in coap_send_ack()
543 sizeof(coap_pdu_t)); in coap_send_ack()
557 coap_pdu_t *pdu) { in coap_send_impl()
588 coap_pdu_t *pdu) { in coap_send_impl()
619 coap_pdu_t *pdu) { in coap_send()
625 coap_pdu_t *request, in coap_send_error()
630 coap_pdu_t *response; in coap_send_error()
649 coap_pdu_t *request, in coap_send_message_type()
651 coap_pdu_t *response; in coap_send_message_type()
655 response = coap_pdu_init(type, 0, request->hdr->id, sizeof(coap_pdu_t)); in coap_send_message_type()
705 coap_pdu_t *pdu) { in coap_send_confirmed()
1031 coap_pdu_t *
1032 coap_new_error_response(coap_pdu_t *request, unsigned char code, in coap_new_error_response()
1035 coap_pdu_t *response; in coap_new_error_response()
1146 coap_pdu_t *
1147 coap_wellknown_response(coap_context_t *context, coap_pdu_t *request) { in coap_wellknown_response()
1148 coap_pdu_t *resp; in coap_wellknown_response()
1333 no_response(coap_pdu_t *request, coap_pdu_t *response) { in no_response()
1357 coap_pdu_t *response = NULL; in handle_request()
1539 coap_pdu_t *response;