Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/routed/
Dmain.c247 logbad(0, "usage: routed [-sqdghmAtv] [-T tracefile]" in main()
253 logbad(0, "requires UID 0"); in main()
318 logbad(1, "fcntl(rt_sock) O_NONBLOCK: %s", strerror(errno)); in main()
614 logbad(1, "fcntl(%s) O_NONBLOCK: %s", in fix_sock()
815 logbad(1,"malloc(%lu) failed in %s", (u_long)size, msg); in rtmalloc()
950 logbad(int dump, const char *p, ...) in logbad() function
Ddefs.h534 void logbad(int, const char *, ...) PATTRIB(2,3);
535 #define BADERR(dump,msg) logbad(dump,msg ": %s", strerror(errno))
Dinput.c83 logbad(1,"impossible recvfrom(rip) fromlen=%d", in read_rip()
95 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_rip()
Drdisc.c968 logbad(1,"impossible recvfrom(rdisc_sock) fromlen=%d", in read_d()
972 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_d()
Dif.c746 logbad(1,"ifinit: out of sync"); in ifinit()