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

/haiku/src/bin/network/ping/
H A Dping.c127 #define F_PINGFILLED 0x0008 macro
458 options |= F_PINGFILLED;
571 if (options & F_PINGFILLED) {
653 if ((options & (F_PINGFILLED | F_SWEEP)) == 0)
H A Dping6.c166 #define F_PINGFILLED 0x0008 macro
500 options |= F_PINGFILLED;
788 if (!(options & F_PINGFILLED))

Completed in 61 milliseconds