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

/freebsd-13-stable/sbin/ping/
H A Dping.c154 #define F_ONCE 0x20000 macro
458 options |= F_ONCE;
978 if ((options & F_ONCE && nreceived) ||
H A Dping6.c198 #define F_ONCE 0x200000 macro
514 options |= F_ONCE;
1247 if (((options & F_ONCE) != 0 && nreceived > 0) ||

Completed in 145 milliseconds