Lines Matching defs:fp
527 rtdumpentry(FILE *fp, struct rt_entry *rt)
552 (void) fprintf(fp, "prefix %s/%d ",
555 (void) fprintf(fp, "via %s metric %d timer %d",
559 (void) fprintf(fp, " if %s",
563 (void) fprintf(fp, " state");
568 (void) fprintf(fp, "%c%s", c, p->t_name);
575 (void) fprintf(fp, " 0");
581 (void) fprintf(fp, "%c%s", c, p->t_name);
588 (void) putc('\n', fp);
589 (void) fflush(fp);
593 rtdump2(FILE *fp)
607 rtdumpentry(fp, rt);