Searched refs:dbglog (Results 1 - 12 of 12) sorted by relevance

/external/ppp/pppd/
H A 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("n
[all...]
H A 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("PA
[all...]
H A 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
[all...]
H A 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);
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("EA
[all...]
H A Dmain.c632 dbglog("Waiting for %d child processes...", n_children);
634 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1101 dbglog("received short packet:%.*B", len, p);
1116 dbglog("Discarded non-LCP packet when LCP not open");
1128 dbglog("discarding proto 0x%x in phase %d",
1877 dbglog("Script %s started (pid %d)", prog, pid);
1959 dbglog("sending SIGTERM to process %d", chp->pid);
1985 dbglog("Script %s finished (pid %d), status = 0x%x",
H A 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);
H A Dchap_ms.c357 dbglog("added response cache entry %d", i);
376 dbglog("response found in cache (entry %d)", i);
521 dbglog("ChallengeResponse - ZPasswordHash %.*B",
533 dbglog("ChallengeResponse - response %.24B", response);
H A Dutils.c781 * dbglog - log a debug message.
784 dbglog __V((char *fmt, ...)) function
827 dbglog("%s %P", tag, p, len);
H A 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);
H A Dsys-linux.c470 dbglog("using channel %d", chindex);
628 dbglog("in make_ppp_unit, already had /dev/ppp open?");
2775 dbglog("socket(AF_IPX): %m (line %d)", __LINE__);
2795 dbglog("ioctl(SIOCSIFADDR, CRTITF): %m (line %d)", __LINE__);
2826 dbglog("socket(AF_IPX): %m (line %d)", __LINE__);
/external/ppp/pppd/plugins/radius/
H A Dradattr.c90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname);
110 dbglog("RADATTR plugin removed file %s.", fname);
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c218 dbglog("PADS: Service-Name: '%.*s'", (int) len, data);

Completed in 2737 milliseconds