Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1172 bool coap_packet_is_request(const struct coap_packet *cpkt) in coap_packet_is_request() function
1186 if (!coap_packet_is_request(cpkt)) { in coap_handle_request_len()
1252 if (coap_packet_is_request(cpkt)) { in coap_append_descriptive_block_option()
1261 if (coap_packet_is_request(cpkt)) { in coap_has_descriptive_block_option()
1270 if (coap_packet_is_request(cpkt)) { in coap_remove_descriptive_block_option()
1282 if (coap_packet_is_request(cpkt)) { in coap_block_has_more()
1300 if (coap_packet_is_request(cpkt)) { in coap_append_block1_option()
1320 if (coap_packet_is_request(cpkt)) { in coap_append_block2_option()
1530 if (coap_packet_is_request(cpkt)) { in coap_update_from_block()
1585 option = coap_packet_is_request(cpkt) ? COAP_OPTION_BLOCK1 : COAP_OPTION_BLOCK2; in coap_next_block()
[all …]
Dcoap_server.c648 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/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2787 bool was_request = coap_packet_is_request(&msg->cpkt); in lwm2m_udp_receive()
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst722 * :c:func:`coap_packet_is_request`