Home
last modified time | relevance | path

Searched refs:get_errmsg (Results 1 – 11 of 11) sorted by relevance

/dragonfly/libexec/bootpd/
H A Dgetether.c90 get_errmsg());
137 report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg()); in getether()
144 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg()); in getether()
214 devname, get_errmsg());
233 report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
241 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
275 report(LOG_ERR, "getether: bind: putmsg: %s", get_errmsg());
283 report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
H A Dhwaddr.c164 report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg()); in setarp()
171 report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg()); in setarp()
183 report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg()); in setarp()
H A Dreport.h7 extern const char *get_errmsg(void);
H A Dbootpd.c483 report(LOG_ERR, "sigaction: %s", get_errmsg()); in main()
487 report(LOG_ERR, "sigaction: %s", get_errmsg()); in main()
493 report(LOG_ERR, "signal: %s", get_errmsg()); in main()
497 report(LOG_ERR, "signal: %s", get_errmsg()); in main()
516 report(LOG_ERR, "select: %s", get_errmsg()); in main()
H A Dreport.c121 get_errmsg(void) in get_errmsg() function
H A Dbootpd.h59 #define get_network_errmsg get_errmsg
H A Dreadfile.c330 bootptab, get_errmsg()); in readtab()
360 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg()); in readtab()
367 report(LOG_ERR, "fstat: %s", get_errmsg()); in readtab()
H A Ddumptab.c102 filename, get_errmsg()); in dumptab()
/dragonfly/libexec/bootpd/tools/bootpef/
H A Dbootpef.c307 hp->exten_file->string, get_errmsg()); in mktagfile()
313 hp->exten_file->string, get_errmsg()); in mktagfile()
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c86 #define get_network_errmsg get_errmsg
446 report(LOG_ERR, "select: %s", get_errmsg()); in main()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c122 char *get_errmsg();