Searched refs:coap_time_lt (Results 1 - 1 of 1) sorted by relevance
/third_party/libcoap/include/coap3/ | ||
H A D | coap_time.h | 208 coap_time_lt(coap_tick_t a, coap_tick_t b) { in coap_time_lt() function 218 return a == b || coap_time_lt(a,b); in coap_time_le() |
Completed in 1 milliseconds