Searched refs:infomsg (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcp.c | 319 static void infomsg(uint8_t infomode, char *s, ...) in infomsg() function 1211 infomsg(infomode, "Performing a DHCP renew"); in renew() 1244 infomsg( infomode, "Unicasting a release of %s to %s", inet_ntoa(temp_addr), buffer); in release() 1248 infomsg(infomode, "Entering released state"); in release() 1286 infomsg(infomode, "dhcp started"); in dhcp_main() 1341 infomsg(infomode, "Sending discover..."); in dhcp_main() 1352 infomsg(infomode, "Lease failed. Exiting"); in dhcp_main() 1356 infomsg(infomode, "Lease failed. Going Daemon mode"); in dhcp_main() 1370 infomsg(infomode, "Sending select for %d.%d.%d.%d...", in dhcp_main() 1404 infomsg(infomode, "Lease lost, entering INIT state"); in dhcp_main() [all …]
|
D | dhcpd.c | 434 static void infomsg(uint8_t infomode, char *s, ...) in infomsg() function 510 if (errno) infomsg(infomode, "config : Invalid num %s",str); in strtou32() 512 infomsg(infomode, "config : Not a valid num %s",str); in strtou32() 573 infomsg(inf, "config : Obsolete OR Unknown Option : %s", option); in strtoopt() 665 infomsg(infomode, "config : static lease : mac not found"); in get_staticlease() 669 infomsg(infomode, "config : static lease : no ip bind to mac %s", tkmac); in get_staticlease() 677 infomsg(infomode, "config : static lease : mac address wrong format"); in get_staticlease() 1172 infomsg(infomode, "notify file: %s : not exist.", argv[0]); in run_notify() 1473 infomsg(infomode, "can't find free IP in IP Pool."); in getip_from_pool() 1529 infomsg(infomode, "can't find free IP in IPv6 Pool."); in getip6_from_pool() [all …]
|