Searched refs:bytes_to_add (Results 1 – 1 of 1) sorted by relevance
86 static bool enough_space(struct coap_packet *cpkt, const uint16_t bytes_to_add) in enough_space() argument88 return (cpkt != NULL) && (cpkt->max_len - cpkt->offset >= bytes_to_add); in enough_space()