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

  /external/iputils/
ping.c 650 if (options & F_FLOOD)
694 if (options & F_FLOOD) {
887 if (options & F_FLOOD) {
905 if ((options & F_FLOOD) && !(options & (F_VERBOSE|F_QUIET))) {
928 if (!(options & F_FLOOD)) {
1192 && !(options & F_FLOOD)) {
    [all...]
ping_common.c 336 options |= F_FLOOD;
521 if (!(options & F_QUIET) && (options & F_FLOOD)) {
578 if (options & F_FLOOD)
635 if ((options & F_FLOOD) && !(options & F_INTERVAL))
931 if (options & F_FLOOD) {
1055 if (nreceived && (!interval || (options&(F_FLOOD|F_ADAPTIVE))) && ntransmitted > 1) {
ping_common.h 53 #define F_FLOOD 0x001
ping6.c 1310 if (options & F_FLOOD)
    [all...]

Completed in 48 milliseconds