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