Searched refs:coap_block_has_more (Results 1 – 5 of 5) sorted by relevance
61 DECLARE_FAKE_VALUE_FUNC(bool, coap_block_has_more, struct coap_packet *);93 FUNC(coap_block_has_more) \
46 DEFINE_FAKE_VALUE_FUNC(bool, coap_block_has_more, struct coap_packet *);
857 bool coap_block_has_more(struct coap_packet *cpkt);
675 bool ongoing_block_tx = coap_block_has_more(&ongoing_tx->cpkt); in hint_socket_state()
1276 bool coap_block_has_more(struct coap_packet *cpkt) in coap_block_has_more() function