Lines Matching defs:rtlog
189 static FILE *rtlog = NULL;
306 if ((rtlog = fopen(optarg, "w")) == NULL) {
2568 if (rtlog)
2569 fprintf(rtlog, "%s: ADD: %s/%d gw %s [%d] ifa %s\n", hms(),
2610 if (rtlog)
2611 fprintf(rtlog, "ADD: Route already exists %s/%d gw %s\n",
2616 if (rtlog)
2617 fprintf(rtlog, "\tCan not write to rtsock: %s\n",
2634 if (rtlog)
2635 fprintf(rtlog, "%s: DEL: %s/%d gw %s\n",
2675 if (rtlog)
2676 fprintf(rtlog, "RTDEL: Route does not exist: %s/%d gw %s\n",
2681 if (rtlog)
2682 fprintf(rtlog, "\tCan not write to rtsock: %s\n",