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

/freebsd-10.0-release/sbin/ping6/
H A Dping6.c170 #define F_VERBOSE 0x0100 macro
549 options |= F_VERBOSE;
663 if (gres->ai_next && (options & F_VERBOSE))
678 if ((options & F_VERBOSE) != 0) {
721 /* in F_VERBOSE case, we may get non-echoreply packets*/
722 if (options & F_VERBOSE)
817 if (!(options & F_VERBOSE)) {
834 if ((options & F_VERBOSE) != 0) {
1177 if ((options & F_VERBOSE) != 0) {
1520 if (options & F_VERBOSE)
[all...]
/freebsd-10.0-release/sbin/ping/
H A Dping.c128 #define F_VERBOSE 0x0100 macro
472 options |= F_VERBOSE;
1030 if (options & F_VERBOSE)
1170 if (((options & F_VERBOSE) && uid == 0) ||

Completed in 97 milliseconds