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

/freebsd-13-stable/sbin/ping/
H A Dping6.c180 #define F_VERBOSE 0x0100 macro
565 options |= F_VERBOSE;
723 if (res->ai_next && (options & F_VERBOSE))
738 if ((options & F_VERBOSE) != 0) {
781 /* in F_VERBOSE case, we may get non-echoreply packets*/
782 if (options & F_VERBOSE)
879 if (!(options & F_VERBOSE)) {
896 if ((options & F_VERBOSE) != 0) {
1234 if ((options & F_VERBOSE) != 0) {
1607 if (options & F_VERBOSE)
[all...]
H A Dping.c141 #define F_VERBOSE 0x0100 macro
532 options |= F_VERBOSE;
1166 if (options & F_VERBOSE)
1311 if (((options & F_VERBOSE) && uid == 0) ||

Completed in 61 milliseconds