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

  /external/iputils/
ping.c 647 if (options & F_FLOOD)
691 if (options & F_FLOOD) {
884 if (options & F_FLOOD) {
902 if ((options & F_FLOOD) && !(options & (F_VERBOSE|F_QUIET))) {
925 if (!(options & F_FLOOD)) {
1189 && !(options & F_FLOOD)) {
    [all...]
ping_common.c 336 options |= F_FLOOD;
521 if (!(options & F_QUIET) && (options & F_FLOOD)) {
578 if (options & F_FLOOD)
616 if ((options & F_FLOOD) && !(options & F_INTERVAL))
926 if (options & F_FLOOD) {
1050 if (nreceived && (!interval || (options&(F_FLOOD|F_ADAPTIVE))) && ntransmitted > 1) {
ping_common.h 53 #define F_FLOOD 0x001
ping6.c 1309 if (options & F_FLOOD)
    [all...]

Completed in 49 milliseconds