Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/networking/libiproute/
Dipneigh.c37 int flushed; member
154 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()
Dipaddress.c51 smallint flushed; member
293 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()
Diproute.c31 smallint flushed; member
225 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()
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch35 TIOCPKT_FLUSHREAD whenever the read queue for the terminal is flushed.
36 TIOCPKT_FLUSHWRITE whenever the write queue for the terminal is flushed.
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped1823 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.