HomeSort by relevance Sort by last modified time
    Searched defs:F_VERBOSE (Results 1 - 2 of 2) sorted by null

  /external/ping/
ping_common.h 48 #define F_VERBOSE 0x100
  /external/ping6/
ping6.c 180 #define F_VERBOSE 0x0100
549 options |= F_VERBOSE;
665 if (gres->ai_next && (options & F_VERBOSE))
680 if ((options & F_VERBOSE) != 0) {
721 /* in F_VERBOSE case, we may get non-echoreply packets*/
722 if (options & F_VERBOSE)
805 if (!(options & F_VERBOSE)) {
822 if ((options & F_VERBOSE) != 0) {
1131 if ((options & F_VERBOSE) != 0) {
    [all...]

Completed in 142 milliseconds