HomeSort by relevance Sort by last modified time
    Searched refs:printerr (Results 1 - 2 of 2) sorted by null

  /system/core/libnetutils/
dhcpclient.c 65 void printerr(char *fmt, ...) function
83 printerr("%s: %s\n", reason, strerror(errno));
136 printerr("failed to set ipaddr %s: %s\n", ipaddr(info->ipaddr), strerror(errno));
140 printerr("failed to set netmask %s: %s\n", ipaddr(info->netmask), strerror(errno));
144 printerr("failed to set default route %s: %s\n", ipaddr(info->gateway), strerror(errno));
446 printerr("TIMEOUT\n");
449 printerr("timed out\n");
451 printerr("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname);
478 printerr("error sending dhcp msg: %s\n", strerror(errno));
514 printerr("invalid reply\n")
    [all...]
ifc_utils.c 46 void printerr(char *fmt, ...);
61 printerr("socket() failed: %s\n", strerror(errno));
410 printerr("failed to turn on interface %s: %s\n", ifname, strerror(errno));
415 printerr("failed to set ipaddr %s: %s\n", ipaddr_to_string(address), strerror(errno));
420 printerr("failed to set netmask %s: %s\n", ipaddr_to_string(netmask), strerror(errno));
425 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));

Completed in 593 milliseconds