HomeSort by: relevance | last modified time | path
    Searched defs:rtlog (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/route6d/
route6d.c 189 static FILE *rtlog = NULL; variable
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"
    [all...]
route6d.c 189 static FILE *rtlog = NULL; variable
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"
    [all...]

Completed in 46 milliseconds