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

  /external/ping/
ping_common.h 41 #define F_INTERVAL 0x002
ping.c 209 options |= F_INTERVAL;
487 if ((options & F_FLOOD) && !(options & F_INTERVAL))
    [all...]
  /external/ping6/
ping6.c 175 #define F_INTERVAL 0x0002
472 options |= F_INTERVAL;
712 if ((options & F_FLOOD) && (options & F_INTERVAL))
    [all...]

Completed in 406 milliseconds