Home
last modified time | relevance | path

Searched refs:rtlog (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/usr.sbin/route6d/
H A Droute6d.c189 static FILE *rtlog = NULL; variable
354 if ((rtlog = fopen(optarg, "w")) == NULL) { in main()
2831 if (rtlog) in addroute()
2876 if (rtlog) in addroute()
2882 if (rtlog) in addroute()
2883 fprintf(rtlog, "\tCan not write to rtsock: %s\n", in addroute()
2900 if (rtlog) in delroute()
2901 fprintf(rtlog, "%s: DEL: %s/%d gw %s\n", in delroute()
2942 if (rtlog) in delroute()
2948 if (rtlog) in delroute()
[all …]