Searched refs:rtlog (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/route6d/ |
H A D | route6d.c | 185 static FILE *rtlog = NULL; variable 350 if ((rtlog = fopen(optarg, "w")) == NULL) { in main() 2827 if (rtlog) in addroute() 2828 fprintf(rtlog, "%s: ADD: %s/%d gw %s [%d] ifa %s\n", hms(), in addroute() 2872 if (rtlog) in addroute() 2873 fprintf(rtlog, "ADD: Route already exists %s/%d gw %s\n", in addroute() 2878 if (rtlog) in addroute() 2879 fprintf(rtlog, "\tCan not write to rtsock: %s\n", in addroute() 2896 if (rtlog) in delroute() 2897 fprintf(rtlog, "%s: DEL: %s/%d gw %s\n", in delroute() [all …]
|