Home
last modified time | relevance | path

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

/src/sbin/routed/
H A Dmain.c231 logbad(0, "usage: routed [-sqdghmAtv] [-T tracefile]" in main()
237 logbad(0, "requires UID 0"); in main()
288 logbad(1, "fcntl(rt_sock) O_NONBLOCK: %s", strerror(errno)); in main()
584 logbad(1, "fcntl(%s) O_NONBLOCK: %s", in fix_sock()
786 logbad(1,"malloc(%lu) failed in %s", (u_long)size, msg); in rtmalloc()
921 logbad(int dump, const char *p, ...) in logbad() function
H A Ddefs.h500 void logbad(int, const char *, ...) PATTRIB(2,3);
501 #define BADERR(dump,msg) logbad(dump,msg ": %s", strerror(errno))
H A Dinput.c73 logbad(1,"impossible recvfrom(rip) fromlen=%d", in read_rip()
85 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_rip()
H A Drdisc.c958 logbad(1,"impossible recvfrom(rdisc_sock) fromlen=%d", in read_d()
962 logbad(0,"missing USE_PASSIFNAME; only %d bytes", in read_d()
H A Dif.c733 logbad(1,"ifinit: out of sync"); in ifinit()