Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/routed/
Dmain.c249 logbad(0, "usage: routed [-sqdghmAtv] [-T tracefile]" in main()
255 logbad(0, "requires UID 0"); in main()
315 logbad(1, "fcntl(rt_sock) O_NONBLOCK: %s", strerror(errno)); in main()
611 logbad(1, "fcntl(%s) O_NONBLOCK: %s", in fix_sock()
813 logbad(1,"malloc(%lu) failed in %s", (u_long)size, msg); in rtmalloc()
948 logbad(int dump, const char *p, ...) in logbad() function
Ddefs.h536 void logbad(int, const char *, ...) PATTRIB(2,3);
537 #define BADERR(dump,msg) logbad(dump,msg ": %s", strerror(errno))
Dinput.c85 logbad(1,"impossible recvfrom(rip) fromlen=%d", in read_rip()
97 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_rip()
Drdisc.c970 logbad(1,"impossible recvfrom(rdisc_sock) fromlen=%d", in read_d()
974 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_d()
Dif.c748 logbad(1,"ifinit: out of sync"); in ifinit()