Home
last modified time | relevance | path

Searched refs:coap_packet_is_request (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1171 bool coap_packet_is_request(const struct coap_packet *cpkt) in coap_packet_is_request() function
1185 if (!coap_packet_is_request(cpkt)) { in coap_handle_request_len()
1251 if (coap_packet_is_request(cpkt)) { in coap_append_descriptive_block_option()
1260 if (coap_packet_is_request(cpkt)) { in coap_has_descriptive_block_option()
1269 if (coap_packet_is_request(cpkt)) { in coap_remove_descriptive_block_option()
1281 if (coap_packet_is_request(cpkt)) { in coap_block_has_more()
1299 if (coap_packet_is_request(cpkt)) { in coap_append_block1_option()
1319 if (coap_packet_is_request(cpkt)) { in coap_append_block2_option()
1529 if (coap_packet_is_request(cpkt)) { in coap_update_from_block()
1584 option = coap_packet_is_request(cpkt) ? COAP_OPTION_BLOCK1 : COAP_OPTION_BLOCK2; in coap_next_block()
[all …]
Dcoap_server.c609 if (!coap_packet_is_request(request)) { in coap_resource_parse_observe()
/Zephyr-latest/include/zephyr/net/
Dcoap.h685 bool coap_packet_is_request(const struct coap_packet *cpkt);
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst722 * :c:func:`coap_packet_is_request`