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

/haiku/src/bin/network/ping/
H A Dping6.c170 #define F_VERBOSE 0x0100 macro
551 options |= F_VERBOSE;
715 if (res->ai_next && (options & F_VERBOSE))
731 if ((options & F_VERBOSE) != 0) {
774 /* in F_VERBOSE case, we may get non-echoreply packets*/
775 if (options & F_VERBOSE)
874 if (!(options & F_VERBOSE)) {
891 if ((options & F_VERBOSE) != 0) {
1231 if ((options & F_VERBOSE) != 0) {
1587 if (options & F_VERBOSE)
[all...]
H A Dping.c132 #define F_VERBOSE 0x0100 macro
516 options |= F_VERBOSE;
1161 if (options & F_VERBOSE)
1172 if (options & F_VERBOSE)
1320 if (options & F_VERBOSE)
1331 if (options & F_VERBOSE)
1343 if (options & F_VERBOSE)
1353 if (((options & F_VERBOSE) && uid == 0) ||

Completed in 90 milliseconds