Home | History | Annotate | Download | only in libnetutils

Lines Matching refs:printerr

65 void printerr(char *fmt, ...)
83 printerr("%s: %s\n", reason, strerror(errno));
429 printerr("TIMEOUT\n");
432 printerr("timed out\n");
434 printerr("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname);
461 printerr("error sending dhcp msg: %s\n", strerror(errno));
497 printerr("invalid reply\n");
514 printerr("configuring %s\n", ifname);
518 printerr("configuration request denied\n");
522 printerr("ignoring %s message in state %d\n",
535 printerr("failed to set ip addr for %s to 0.0.0.0: %s\n", iname, strerror(errno));
540 printerr("failed to bring up interface %s: %s\n", iname, strerror(errno));