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

/haiku/src/bin/network/ping/
H A Dping.c145 #define F_ONCE 0x20000 macro
442 options |= F_ONCE;
982 if ((options & F_ONCE && nreceived) ||
H A Dping6.c187 #define F_ONCE 0x200000 macro
497 options |= F_ONCE;
1244 if (((options & F_ONCE) != 0 && nreceived > 0) ||

Completed in 60 milliseconds