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

  /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...]
  /external/ping/
ping_common.h 48 #define F_VERBOSE 0x100
ping.c 260 options |= F_VERBOSE;
1145 if (options & F_VERBOSE)
1226 if ((options & F_FLOOD) && !(options & (F_VERBOSE|F_QUIET))) {
1233 if (!(options & F_VERBOSE) || uid)
    [all...]

Completed in 398 milliseconds