rarpd.c | 106 static void rarperr(int, const char *,...) __printflike(2, 3); 169 rarperr(FATAL, "daemon"); 210 rarperr(FATAL, "malloc: %s", strerror(errno)); 215 rarperr(FATAL, "malloc: %s", strerror(errno)); 243 rarperr(FATAL, "getifaddrs: %s", strerror(errno)); 284 rarperr(FATAL, "%s: %s", device, strerror(errno)); 323 rarperr(FATAL, "BIOCIMMEDIATE: %s", strerror(errno)); 329 rarperr(NONFATAL, "BIOCSBLEN:%d: %s", bufsize, strerror(errno)); 337 rarperr(FATAL, "BIOCSETIF: %s", strerror(errno)); 343 rarperr(FATAL, "BIOCGDLT: %s", strerror(errno)) 862 rarperr(int fatal, const char *fmt,...) function in typeref:typename:void [all...] |