Lines Matching defs:printerr
63 void printerr(char *fmt, ...)
81 printerr("%s: %s\n", reason, strerror(errno));
427 printerr("TIMEOUT\n");
430 printerr("timed out\n");
432 printerr("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname);
459 printerr("error sending dhcp msg: %s\n", strerror(errno));
495 printerr("invalid reply\n");
512 printerr("configuring %s\n", ifname);
516 printerr("configuration request denied\n");
520 printerr("ignoring %s message in state %d\n",
533 printerr("failed to set ip addr for %s to 0.0.0.0: %s\n", iname, strerror(errno));
538 printerr("failed to bring up interface %s: %s\n", iname, strerror(errno));