Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.h61 DECLARE_FAKE_VALUE_FUNC(bool, coap_block_has_more, struct coap_packet *);
93 FUNC(coap_block_has_more) \
Dstubs.c46 DEFINE_FAKE_VALUE_FUNC(bool, coap_block_has_more, struct coap_packet *);
/Zephyr-latest/include/zephyr/net/
Dcoap.h857 bool coap_block_has_more(struct coap_packet *cpkt);
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c675 bool ongoing_block_tx = coap_block_has_more(&ongoing_tx->cpkt); in hint_socket_state()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1276 bool coap_block_has_more(struct coap_packet *cpkt) in coap_block_has_more() function