Lines Matching refs:coap_packet
30 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated);
31 static int handle_response(struct coap_client *client, const struct coap_packet *response,
607 struct coap_packet response; in handle_poll()
645 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated) in recv_response()
681 static int send_ack(struct coap_client *client, const struct coap_packet *req, in send_ack()
685 struct coap_packet ack; in send_ack()
702 static int send_rst(struct coap_client *client, const struct coap_packet *req) in send_rst()
705 struct coap_packet rst; in send_rst()
723 struct coap_client *client, const struct coap_packet *resp) in get_request_with_token()
764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option) in find_echo_option()
769 static int handle_response(struct coap_client *client, const struct coap_packet *response, in handle_response()