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

/external/ping/
H A Dping_common.h54 #define F_VERBOSE 0x100 macro
/external/ping6/
H A Dping6.c182 #define F_VERBOSE 0x0100 macro
573 options |= F_VERBOSE;
689 if (gres->ai_next && (options & F_VERBOSE))
704 if ((options & F_VERBOSE) != 0) {
745 /* in F_VERBOSE case, we may get non-echoreply packets*/
746 if (options & F_VERBOSE)
829 if (!(options & F_VERBOSE)) {
846 if ((options & F_VERBOSE) != 0) {
1155 if ((options & F_VERBOSE) != 0) {
1481 if (options & F_VERBOSE)
[all...]

Completed in 105 milliseconds