Home
last modified time | relevance | path

Searched refs:dbglog (Results 1 – 12 of 12) 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 …]
Dsession.c219 dbglog("Initializing PAM (%d) for user %s", flags, usr);
221 dbglog("---> PAM INIT Result = %d", pam_error);
230 dbglog("Attempting PAM authentication");
234 dbglog("PAM Authentication OK for %s", user);
239 dbglog("User unknown, failing PAM authentication");
243 dbglog("PAM Authentication failed: %d: %s", pam_error,
251 dbglog("Attempting PAM account checks");
259 dbglog("PAM Account OK for %s", user);
272 dbglog("User unknown, ignoring PAM restrictions");
277 dbglog("PAM Account checks failed: %d: %s", pam_error,
[all …]
Dpppd.h534 void dbglog __P((char *, ...)); /* log a debug message */
863 #define MAINDEBUG(x) if (debug) dbglog x
869 #define SYSDEBUG(x) if (debug) dbglog x
875 #define FSMDEBUG(x) if (debug) dbglog x
881 #define LCPDEBUG(x) if (debug) dbglog x
887 #define IPCPDEBUG(x) if (debug) dbglog x
893 #define IPV6CPDEBUG(x) if (debug) dbglog x
899 #define UPAPDEBUG(x) if (debug) dbglog x
905 #define CHAPDEBUG(x) if (debug) dbglog x
911 #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);
1098 dbglog("received short packet:%.*B", len, p); in get_input()
1113 dbglog("Discarded non-LCP packet when LCP not open"); in get_input()
1125 dbglog("discarding proto 0x%x in phase %d", in get_input()
1874 dbglog("Script %s started (pid %d)", prog, pid);
1956 dbglog("sending SIGTERM to process %d", chp->pid);
1982 dbglog("Script %s finished (pid %d), status = 0x%x",
Dchap_ms.c357 dbglog("added response cache entry %d", i); in chapms2_add_to_response_cache()
376 dbglog("response found in cache (entry %d)", i); in chapms2_find_in_response_cache()
521 dbglog("ChallengeResponse - ZPasswordHash %.*B", in ChallengeResponse()
533 dbglog("ChallengeResponse - response %.24B", response); in ChallengeResponse()
Dsys-solaris.c1477 dbglog("got dlpi prim 0x%x, len=%d",
2364 dbglog("dlpi response short (len=%d)\n", buf.len);
2373 dbglog("dlpi error %d (unix errno %d) for prim %x\n",
2377 dbglog("dlpi unexpected response prim %x\n",
2516 dbglog("strioctl: expected %d bytes, got %d for cmd %x\n",
2698 dbglog("have_route_to: bad message len=%d prim=%d",
2717 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
2779 dbglog("Using %s", pty_name);
Dlcp.c588 dbglog("Protocol-Reject for 0x%x received", prot);
590 dbglog("Protocol-Reject for '%s' (0x%x) received", pname,
1154 dbglog("Unexpected Conf-Nak for EAP");
1606 dbglog("No auth is possible");
2299 dbglog("lcp: received short Echo-Reply, length %d", len);
Dsys-linux.c470 dbglog("using channel %d", chindex); in generic_establish_ppp()
628 dbglog("in make_ppp_unit, already had /dev/ppp open?"); in make_ppp_unit()
2774 dbglog("socket(AF_IPX): %m (line %d)", __LINE__); in sipxfaddr()
2794 dbglog("ioctl(SIOCSIFADDR, CRTITF): %m (line %d)", __LINE__); in sipxfaddr()
2825 dbglog("socket(AF_IPX): %m (line %d)", __LINE__); in cipxfaddr()
Dutils.c784 dbglog __V((char *fmt, ...)) in dbglog() function
827 dbglog("%s %P", tag, p, len); in dump_packet()
/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()
/external/ppp/pppd/plugins/rp-pppoe/
Ddiscovery.c218 dbglog("PADS: Service-Name: '%.*s'", (int) len, data); in parsePADSTags()