HomeSort by relevance Sort by last modified time
    Searched refs:LogWARN (Results 26 - 43 of 43) sorted by null

12

  /external/libppp/src/
async.c 173 log_Printf(LogWARN, "Packet too large (%d), discarding.\n",
pap.c 97 log_Printf(LogWARN, "Sending empty PAP authname!\n");
203 log_Printf(LogWARN, "Pap Input: Truncated header !\n");
iface.c 241 log_Printf(LogWARN, "%s: DIFADDR %s -> %s returns %d\n",
275 log_Printf(LogWARN, "iface rm: ioctl(SIOCDIFADDR%s, %s): %s\n",
279 log_Printf(LogWARN, "iface rm: ioctl(SIOCDIFADDR%s, %s -> %s): %s\n",
326 log_Printf(LogWARN, "%s: AIFADDR %s -> %s returns %d\n",
360 log_Printf(LogWARN, "iface add: ioctl(SIOCAIFADDR%s, %s): %s\n",
364 log_Printf(LogWARN, "iface add: ioctl(SIOCAIFADDR%s, %s -> %s): %s\n",
ncpaddr.c 420 log_Printf(LogWARN, "ncpaddr_aton: %s: Only 32 bits allowed\n", data);
427 log_Printf(LogWARN, "ncpaddr_aton: %s: Only 128 bits allowed\n", data);
962 log_Printf(LogWARN, "ncprange_aton: bad mask width.\n");
973 log_Printf(LogWARN, "ncprange_aton: %s: Bad address\n", s);
984 log_Printf(LogWARN, "ncprange_aton: bad mask width.\n");
997 log_Printf(LogWARN, "ncprange_aton: %s: Bad address\n", s);
route.c 825 log_Printf(LogWARN, "Add route failed: %s already exists\n",
837 log_Printf(LogWARN, "Del route failed: %s: Non-existent\n",
841 log_Printf(LogWARN, "%s route failed: %s: errno: %s\n", cmdstr,
844 log_Printf(LogWARN, "%s route failed: %s: %s\n",
922 log_Printf(LogWARN, "%s: Change route failed: errno: %s\n",
925 log_Printf(LogWARN, "%s: Change route failed: %s\n",
lcp.c 414 log_Printf(LogWARN, "%s: Reducing configured MRU from %u to %u\n",
462 log_Printf(LogWARN, "Truncating E164 data to %zu octets (oops!)\n",
755 log_Printf(LogWARN, "%s: Reducing configured MTU from %u to %u\n",
855 log_Printf(LogWARN, "CHAP 0x80 not available without DES\n");
857 log_Printf(LogWARN, "CHAP 0x81 not available without DES\n");
861 log_Printf(LogWARN, "%s not supported\n",
    [all...]
physical.c 273 log_Printf(LogWARN, "%s: %s: Invalid parity\n", p->link.name, str);
955 log_Printf(LogWARN, "%s: Cannot change mode %s to %s\n", p->link.name,
1060 log_Printf(LogWARN, "%s: %s: %s\n", p->link.name, p->name.full,
1063 log_Printf(LogWARN, "%s: Device (%s) must begin with a '/',"
1101 log_Printf(LogWARN, "Sync device setting ignored for ``%s'' device\n", who);
1104 log_Printf(LogWARN, "Async device setting ignored for ``%s'' device\n",
ncp.c 403 log_Printf(LogWARN, "%u: Port already set to urgent\n", port);
432 log_Printf(LogWARN, "%u: Port not set to urgent\n", port);
server.c 274 log_Printf(LogWARN, "Local: bind: %s\n", strerror(errno));
358 log_Printf(LogWARN, "Tcp: bind: %s\n", strerror(errno));
arp.c 111 log_Printf(LogWARN, "%s: Cannot determine ethernet address for proxy ARP\n",
defs.c 435 log_Printf(LogWARN, "%s: Cannot load module\n", module);
cbcp.c 291 log_Printf(LogWARN, "CBCP ADDR \"%s\" skipped - packet too large\n",
644 log_Printf(LogWARN, "Corrupt CBCP packet (code %d, length %u not %zu)"
736 log_Printf(LogWARN, "Unrecognised CBCP packet (code %d, length %zd)\n",
ccp.c 510 log_Printf(LogWARN, "%s: Failed to negotiate (required) %s\n",
641 log_Printf(LogWARN, "%s: Cannot understand peers (required)"
653 log_Printf(LogWARN, "%s: Peer rejected (required) %s negotiation\n",
ip.c 916 log_Printf(LogWARN, "ip_Input: %s: Packet too large (got %zd, max %d)\n",
961 log_Printf(LogWARN, "ipv4_Input: IPCP not open - packet dropped\n");
981 log_Printf(LogWARN, "ipv6_Input: IPV6CP not open - packet dropped\n");
ipcp.c 633 log_Printf(LogWARN, "%s: Too many addresses for proxyall\n",
    [all...]
bundle.c 418 log_Printf(LogWARN, "%s: Invalid datalink name\n", name);
569 log_Printf(LogWARN, "%s: read: %s\n", bundle->dev.Name, strerror(errno));
754 log_Printf(LogWARN, "No available tunnel devices found (%s)\n",
757 log_Printf(LogWARN, "%s%d: %s\n", prefix, unit, strerror(err));
    [all...]
fsm.c 133 log_Printf(LogWARN, "%s: %s: aborting open delay due to stopped timer\n",
478 log_Printf(LogWARN, "%s: FsmRecvConfigReq: plen (%d) < flen (%d)\n",
1058 log_Printf(LogWARN, "%s: Oops: Got %zu bytes but %d byte payload "
deflate.c 115 log_Printf(LogWARN, "DeflateOutput: deflate returned %d (%s)\n",

Completed in 2972 milliseconds

12