HomeSort by: relevance | last modified time | path
    Searched refs:msglog (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/routed/
main.c 159 msglog("bad -g: %s", cp);
198 msglog("bad network; \"-F %s\"",
208 msglog("bad -F: %s", cp);
217 msglog("%s in \"-P %s\"", cp, optarg);
224 msglog("version 2.32");
261 msglog("-s incompatible with ipforwarding=0");
263 msglog("-g incompatible with ipforwarding=0");
271 msglog("-g and -q incompatible");
615 msglog("setsockopt(%s,SO_BROADCAST): %s",
620 msglog("setsockopt(%s,SO_PASSIFNAME): %s"
864 msglog(const char *p, ...) function in typeref:typename:void
    [all...]
parms.c 134 msglog("Warning: RIPv1 input via %s"
143 msglog("Warning: RIPv1 output via %s"
189 msglog("could not stat() "_PATH_GATEWAYS);
216 msglog("%s in line %d of "_PATH_GATEWAYS,
228 msglog("bad "_PATH_GATEWAYS" entry \"%s\"; %d values",
233 msglog("bad metric in "_PATH_GATEWAYS" entry \"%s\"",
239 msglog("bad host \"%s\" in "_PATH_GATEWAYS
246 msglog("bad net \"%s\" in "_PATH_GATEWAYS
251 msglog("bad net \"%s\" in "_PATH_GATEWAYS
258 msglog("bad \"%s\" in "_PATH_GATEWAY
    [all...]
if.c 446 msglog("unreachable gateway %s in "_PATH_GATEWAYS,
610 msglog("%sinterface %s to %s restored",
799 msglog("%s has no address",
821 msglog("%s has a bad address",
847 msglog("%s has a bad"
859 msglog("%s has a bad"
875 msglog("%s has no netmask",
894 msglog("%s has"
930 msglog("%s has a metric of %d",
979 msglog("interface %s to %s turned off"
    [all...]
table.c 747 msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno));
750 msglog("write(rt_sock) wrote %ld instead of %d for" PAT,
902 msglog("ignore %s without mask", rtm_type_name(rtm->rtm_type));
983 msglog("static route %s --> %s impossibly lacks ifp",
1097 msglog("zero length kernel route at "
1145 msglog("%s --> %s disappeared from kernel",
1184 msglog("bogus routing message version %d",
1195 msglog("receiving our own change messages");
1754 msglog("have maximum (%d) routes", total_routes);
1763 msglog("rnh_addaddr() failed for %s mask=%#lx"
    [all...]
input.c 468 msglog("trace command from untrusted port on %s",
473 msglog("trace command from unknown router %s",
483 msglog("RIP_TRACEON for `%s' from %s ignored",
492 msglog("RIP_TRACEOFF from %s ignored",
trace.c 317 msglog("missing trace file name");
342 msglog("wrong trace file \"%s\"", filename);
349 msglog("wrong type (%#x) of trace file \"%s\"",
360 msglog("failed to open trace file \"%s\" %s",
defs.h 521 extern void msglog(const char *, ...) PATTRIB(1,2);
532 #define LOGERR(msg) msglog(msg ": %s", strerror(errno))
output.c 210 msglog("%s sendto(%s%s%s.%d): %s", msg,
rdisc.c 785 msglog("sendto(%s%s%s): %s",

Completed in 18 milliseconds