Searched refs:MAXALARM (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sbin/ping/
H A Dping.c104 #define MAXALARM (60 * 60) /* max seconds for alarm timeout */ macro
466 if (alarmtimeout > MAXALARM)
468 optarg, MAXALARM);
/freebsd-10-stable/sbin/ping6/
H A Dping6.c156 #define MAXALARM (60 * 60) /* max seconds for alarm timeout */ macro
560 if (alarmtimeout > MAXALARM)
562 optarg, MAXALARM);

Completed in 101 milliseconds