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

  /external/toybox/toys/pending/
dhcp.c 319 static void infomsg(uint8_t infomode, char *s, ...) function
    [all...]
dhcpd.c 434 static void infomsg(uint8_t infomode, char *s, ...) function
510 if (errno) infomsg(infomode, "config : Invalid num %s",str);
512 infomsg(infomode, "config : Not a valid num %s",str);
573 infomsg(inf, "config : Obsolete OR Unknown Option : %s", option);
665 infomsg(infomode, "config : static lease : mac not found");
669 infomsg(infomode, "config : static lease : no ip bind to mac %s", tkmac);
677 infomsg(infomode, "config : static lease : mac address wrong format");
    [all...]

Completed in 67 milliseconds