OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026