Home
last modified time | relevance | path

Searched refs:dbglog (Results 1 – 11 of 11) sorted by relevance

/external/ppp/pppd/
Dcbcp.c138 dbglog("cbcp_lowerup");
139 dbglog("want: %d", us->us_type);
142 dbglog("phone no: %s", us->us_number);
149 dbglog("cbcp_open");
169 dbglog("CBCP packet is too small");
179 dbglog("CBCP packet: invalid length %d", len);
193 dbglog("CBCP_RESP received");
198 dbglog("id doesn't match: expected %d recv %d",
317 dbglog("length: %d", len);
331 dbglog("no callback allowed");
[all …]
Dopenssl-hash.c28 dbglog("Error Unknown message digest SHA1\n"); in openssl_hash_init()
33 dbglog("Error Unknown message digest MD4\n"); in openssl_hash_init()
38 dbglog("Error Unknown message digest MD5\n"); in openssl_hash_init()
Dpppd.h511 void dbglog __P((char *, ...)); /* log a debug message */
833 #define MAINDEBUG(x) if (debug) dbglog x
839 #define SYSDEBUG(x) if (debug) dbglog x
845 #define FSMDEBUG(x) if (debug) dbglog x
851 #define LCPDEBUG(x) if (debug) dbglog x
857 #define IPCPDEBUG(x) if (debug) dbglog x
863 #define IPV6CPDEBUG(x) if (debug) dbglog x
869 #define UPAPDEBUG(x) if (debug) dbglog x
875 #define CHAPDEBUG(x) if (debug) dbglog x
881 #define IPXCPDEBUG(x) if (debug) dbglog x
Deap.c476 dbglog("no DES here; cannot decode "
506 dbglog("decoded pseudonym to \"%.*q\"",
510 dbglog("failed to decode real name");
781 dbglog("no DES here; not generating pseudonym");
1214 dbglog("pseudonym file: %s", path); in name_of_pn_file()
1285 dbglog("EAP: decoded pseudonym is unusable <%.*B>", olen, inp);
1292 dbglog("EAP: error saving pseudonym: %m");
1297 dbglog("EAP: saved pseudonym");
1300 dbglog("EAP: failed to save pseudonym");
1425 dbglog("EAP: trimming really long peer name down");
[all …]
Dmain.c629 dbglog("Waiting for %d child processes...", n_children);
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1034 dbglog("received short packet:%.*B", len, p); in get_input()
1049 dbglog("Discarded non-LCP packet when LCP not open"); in get_input()
1061 dbglog("discarding proto 0x%x in phase %d", in get_input()
1707 dbglog("Script %s started (pid %d)", prog, pid);
1782 dbglog("sending SIGTERM to process %d", chp->pid);
1812 dbglog("Script %s finished (pid %d), status = 0x%x", in reap_kids()
Dsys-solaris.c1474 dbglog("got dlpi prim 0x%x, len=%d",
2361 dbglog("dlpi response short (len=%d)\n", buf.len);
2370 dbglog("dlpi error %d (unix errno %d) for prim %x\n",
2374 dbglog("dlpi unexpected response prim %x\n",
2508 dbglog("strioctl: expected %d bytes, got %d for cmd %x\n",
2690 dbglog("have_route_to: bad message len=%d prim=%d",
2709 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
2772 dbglog("Using %s", pty_name);
Dchap_ms.c461 dbglog("ChallengeResponse - ZPasswordHash %.*B", in ChallengeResponse()
473 dbglog("ChallengeResponse - response %.24B", response); in ChallengeResponse()
Dsys-linux.c463 dbglog("using channel %d", chindex); in generic_establish_ppp()
621 dbglog("in make_ppp_unit, already had /dev/ppp open?"); in make_ppp_unit()
2708 dbglog("socket(AF_IPX): %m (line %d)", __LINE__); in sipxfaddr()
2728 dbglog("ioctl(SIOCSIFADDR, CRTITF): %m (line %d)", __LINE__); in sipxfaddr()
2759 dbglog("socket(AF_IPX): %m (line %d)", __LINE__); in cipxfaddr()
Dutils.c818 dbglog __V((char *fmt, ...)) in dbglog() function
861 dbglog("%s %P", tag, p, len); in dump_packet()
Dlcp.c1131 dbglog("Unexpected Conf-Nak for EAP");
1583 dbglog("No auth is possible");
2256 dbglog("lcp: received short Echo-Reply, length %d", len);
/external/ppp/pppd/plugins/radius/
Dradattr.c90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname); in print_attributes()
110 dbglog("RADATTR plugin removed file %s.", fname); in cleanup()