Home | History | Annotate | Download | only in openssh

Lines Matching refs:UINT_MAX

374 			if (timeout >= UINT_MAX - X11_TIMEOUT_SLACK)
375 x11_timeout_real = UINT_MAX;
388 if (UINT_MAX - timeout < now)
389 x11_refuse_time = UINT_MAX;