Searched refs:msglog (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.c | 106 SYSLOG_T *msglog = syslog; variable 214 msglog = debuglog; 283 msglog(LOG_NOTICE, 296 msglog(LOG_ERR, 307 msglog(LOG_NOTICE, 318 msglog(LOG_NOTICE, 340 msglog(LOG_ERR, 349 msglog(LOG_ERR, "vacation: no such user %s", *argv); 354 msglog(LOG_ERR, 362 msglog(LOG_NOTICE, [all …]
|
/freebsd/sbin/routed/ |
H A D | main.c | 148 msglog("bad -g: %s", cp); in main() 187 msglog("bad network; \"-F %s\"", in main() 197 msglog("bad -F: %s", cp); in main() 206 msglog("%s in \"-P %s\"", cp, optarg); in main() 213 msglog("version 2.31"); in main() 250 msglog("-s incompatible with ipforwarding=0"); in main() 252 msglog("-g incompatible with ipforwarding=0"); in main() 260 msglog("-g and -q incompatible"); in main() 588 msglog("setsockopt(%s,SO_BROADCAST): %s", in fix_sock() 593 msglog("setsockopt(%s,SO_PASSIFNAME): %s", in fix_sock() [all …]
|
H A D | parms.c | 120 msglog("Warning: RIPv1 input via %s" in get_parms() 129 msglog("Warning: RIPv1 output via %s" in get_parms() 175 msglog("could not stat() "_PATH_GATEWAYS); in gwkludge() 202 msglog("%s in line %d of "_PATH_GATEWAYS, in gwkludge() 214 msglog("bad "_PATH_GATEWAYS" entry \"%s\"; %d values", in gwkludge() 219 msglog("bad metric in "_PATH_GATEWAYS" entry \"%s\"", in gwkludge() 225 msglog("bad host \"%s\" in "_PATH_GATEWAYS in gwkludge() 232 msglog("bad net \"%s\" in "_PATH_GATEWAYS in gwkludge() 237 msglog("bad net \"%s\" in "_PATH_GATEWAYS in gwkludge() 245 msglog("bad \"%s\" in "_PATH_GATEWAYS in gwkludge() [all …]
|
H A D | if.c | 428 msglog("unreachable gateway %s in "_PATH_GATEWAYS, in check_remote() 582 msglog("%sinterface %s to %s restored", in if_ok() 750 msglog("%s has no address", in ifinit() 772 msglog("%s has a bad address", in ifinit() 800 msglog("%s has a bad" in ifinit() 812 msglog("%s has a bad" in ifinit() 828 msglog("%s has no netmask", in ifinit() 847 msglog("%s has" in ifinit() 883 msglog("%s has a metric of %d", in ifinit() 932 msglog("interface %s to %s turned off", in ifinit() [all …]
|
H A D | table.c | 733 msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno)); in rtioctl() 736 msglog("write(rt_sock) wrote %ld instead of %d for" PAT, in rtioctl() 887 msglog("ignore %s without mask", rtm_type_name(rtm->rtm_type)); in rtm_add() 966 msglog("static route %s --> %s impossibly lacks ifp", in rtm_add() 1080 msglog("zero length kernel route at " in flush_kern() 1130 msglog("%s --> %s disappeared from kernel", in flush_kern() 1169 msglog("bogus routing message version %d", in read_rt() 1180 msglog("receiving our own change messages"); in read_rt() 1734 msglog("have maximum (%d) routes", total_routes); in rtadd() 1743 msglog("rnh_addaddr() failed for %s mask=%#lx", in rtadd() [all …]
|
H A D | trace.c | 298 msglog("missing trace file name"); in set_tracefile() 323 msglog("wrong trace file \"%s\"", filename); in set_tracefile() 330 msglog("wrong type (%#x) of trace file \"%s\"", in set_tracefile() 341 msglog("failed to open trace file \"%s\" %s", in set_tracefile()
|
H A D | defs.h | 488 void msglog(const char *, ...) PATTRIB(1,2); 499 #define LOGERR(msg) msglog(msg ": %s", strerror(errno))
|
H A D | input.c | 476 msglog("trace command from untrusted port on %s", in input() 481 msglog("trace command from unknown router %s", in input()
|
H A D | output.c | 182 msglog("%s sendto(%s%s%s.%d): %s", msg, in output()
|
H A D | rdisc.c | 757 msglog("sendto(%s%s%s): %s", in send_rdisc()
|