Searched refs:flushed (Results 1 – 5 of 5) sorted by relevance
37 int flushed; member154 G_filter.flushed++; in print_neigh()306 G_filter.flushed = 0; in ipneigh_list_or_flush()310 if (G_filter.flushed == 0) { in ipneigh_list_or_flush()320 printf("\n*** Round %d, deleting %d entries ***\n", round, G_filter.flushed); in ipneigh_list_or_flush()
51 smallint flushed; member293 G_filter.flushed = 1; in print_addrinfo()516 G_filter.flushed = 0; in ipaddr_list_or_flush()518 if (G_filter.flushed == 0) { in ipaddr_list_or_flush()
31 smallint flushed; member225 G_filter.flushed = 1; in print_route()939 G_filter.flushed = 0; in iproute_list_or_flush()941 if (G_filter.flushed == 0) in iproute_list_or_flush()
35 TIOCPKT_FLUSHREAD whenever the read queue for the terminal is flushed.36 TIOCPKT_FLUSHWRITE whenever the write queue for the terminal is flushed.
1823 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.