Home
last modified time | relevance | path

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

/freebsd/sbin/ping/
H A Dping.c137 #define F_ONCE 0x20000 macro
421 options |= F_ONCE; in ping()
945 if ((options & F_ONCE && nreceived) || in ping()
H A Dping6.c181 #define F_ONCE 0x200000 macro
481 options |= F_ONCE; in ping6()
1209 if (((options & F_ONCE) != 0 && nreceived > 0) || in ping6()