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

/freebsd-9.3-release/sbin/ping/
H A Dping.c141 #define F_ONCE 0x20000 macro
405 options |= F_ONCE;
867 if ((options & F_ONCE && nreceived) ||
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c188 #define F_ONCE 0x200000 macro
497 options |= F_ONCE;
1187 if (((options & F_ONCE) != 0 && nreceived > 0) ||

Completed in 45 milliseconds