HomeSort by: relevance | last modified time | path
    Searched defs:rarperr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rarpd/
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...]
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...]

Completed in 128 milliseconds