Searched refs:MAX_LIFE (Results 1 – 2 of 2) sorted by relevance
92 if ((current_time - ptr->time) > MAX_LIFE) { in find_match()133 if ((current_time - ptr->time) > MAX_LIFE) { in find_request()
116 #define MAX_LIFE 60 /* max time daemon saves invitations */ macro