Lines Matching defs:flush
480 /* A flush is called when we want to flush all the nodes from a particular */
488 iplookupflush_t flush;
490 err = BCOPYIN(data, &flush, sizeof(flush));
494 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0';
496 unit = flush.iplf_unit;
500 type = flush.iplf_type;
506 num = ip_pool_flush(&flush, ifs);
511 num += fr_flushhtable(&flush, ifs);
515 flush.iplf_count = num;
516 err = COPYOUT(&flush, data, sizeof(flush));