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

/freebsd-13-stable/sbin/ping/
H A Dping.c159 #define F_WAITTIME 0x400000 macro
539 options |= F_WAITTIME;
1226 if (options & F_WAITTIME && triptime > waittime) {
H A Dping6.c203 #define F_WAITTIME 0x2000000 macro
580 options |= F_WAITTIME;
1665 if (options & F_WAITTIME && triptime > waittime) {

Completed in 70 milliseconds