Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c91 static bool enough_space(struct coap_packet *cpkt, const uint16_t bytes_to_add) in enough_space() argument
93 return (cpkt != NULL) && (cpkt->max_len - cpkt->offset >= bytes_to_add); in enough_space()