Searched refs:coap_time_lt (Results 1 – 1 of 1) sorted by relevance
128 static inline int coap_time_lt(coap_tick_t a, coap_tick_t b) { in coap_time_lt() function137 return a == b || coap_time_lt(a,b); in coap_time_le()