Searched refs:F_ADAPTIVE (Results 1 – 2 of 2) sorted by relevance
260 options |= F_ADAPTIVE; in common_options()542 if (options&F_ADAPTIVE) in pinger()768 if ((options & (F_ADAPTIVE|F_FLOOD_POLL)) || next<SCHINT(interval)) { in main_loop()790 ((options & (F_ADAPTIVE|F_FLOOD_POLL)) || interval)) { in main_loop()910 if (options&F_ADAPTIVE) in gather_statistics()1055 if (nreceived && (!interval || (options&(F_FLOOD|F_ADAPTIVE))) && ntransmitted > 1) { in finish()
69 #define F_ADAPTIVE 0x4000 macro