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

/freebsd-13-stable/sbin/ping/
H A Dping.c136 #define F_PINGFILLED 0x0008 macro
474 options |= F_PINGFILLED;
587 if (options & F_PINGFILLED) {
665 if ((options & (F_PINGFILLED | F_SWEEP)) == 0)
H A Dping6.c176 #define F_PINGFILLED 0x0008 macro
517 options |= F_PINGFILLED;
795 if (!(options & F_PINGFILLED))

Completed in 72 milliseconds