Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c123 dbglog("cbcp_lowerup: want: %d", us->us_type);
126 dbglog("phone no: %s", us->us_number);
169 dbglog("CBCP Response received; no request sent");
175 dbglog("CBCP Ack ID %d doesn't match expected %d", id,
185 dbglog("Unknown CBCP code number %d", code);
346 dbglog("CBCP: ignoring unknown type %d", type);
355 dbglog("CBCP: operation without callback allowed");
360 dbglog("callback to user-specified number allowed");
370 dbglog("CBCP: callback to one out of list allowed");
416 dbglog("CBCP: no callback types in common");
[all …]
H A Dchap.c438 dbglog("CHAP Challenge unexpectedly received in state %s",
479 dbglog("CHAP: Peer gave no name; using '%q' as remote name",
576 dbglog("CHAP Response unexpectedly received in state %s",
583 dbglog("CHAP: discard response %d; expecting %d", id,
595 dbglog("CHAP ignoring response and resending success message");
601 dbglog("CHAP ignoring response and resending failure message");
695 dbglog("CHAP peer reauthentication succeeded for %q", rhostname);
720 dbglog("CHAP duplicate Success message ignored");
727 dbglog("CHAP Success unexpectedly received in state %s",
760 dbglog("CHAP Failure unexpectedly received in state %s",
H A Ddemand.c344 dbglog("BPF identified packet as not worth bringing up the link.");
352 dbglog("%s: not enabled; not bringing up link", protp->name);
363 dbglog("%s: active test; not bringing up link",
372 dbglog("%s: unknown protocol; not bringing up link", cp);
H A Dmultilink.c75 dbglog("using default endpoint %s", in mp_check_options()
133 dbglog("bundle_id = %s", bundle_id+7); in mp_join_bundle()
367 dbglog("str_to_epdisc -> %s", epdisc_to_str(ep));
373 dbglog("str_to_epdisc -> %s", epdisc_to_str(ep));
405 dbglog("str_to_epdisc -> %s", epdisc_to_str(ep));
H A Dpppd.h454 extern void dbglog __P((const char *, ...));/* log a debug message */
837 #define MAINDEBUG(x) if (debug) dbglog x
843 #define SYSDEBUG(x) if (debug) dbglog x
849 #define LCPDEBUG(x) if (debug) dbglog x
855 #define IPCPDEBUG(x) if (debug) dbglog x
861 #define IPV6CPDEBUG(x) if (debug) dbglog x
867 #define CHAPDEBUG(x) if (debug) dbglog x
873 #define IPXCPDEBUG(x) if (debug) dbglog x
H A Dauth.c544 dbglog("Authenticating peer with standard CHAP");
548 dbglog("Authenticating peer with MS-CHAPv1");
552 dbglog("Authenticating peer with MS-CHAPv2");
559 dbglog("Authenticating peer with PAP");
567 dbglog("Authenticating to peer with standard CHAP");
571 dbglog("Authenticating to peer with MS-CHAPv1");
575 dbglog("Authenticating to peer with MS-CHAPv2");
591 dbglog("Authenticating to peer with PAP");
1268 dbglog("using PAM for user authentication");
1319 dbglog("using passwd for user authentication");
[all …]
H A Dmain.c729 dbglog("starting charshunt for pty option");
750 dbglog("starting charshunt for socket option");
754 dbglog("starting charshunt for notty option");
1412 dbglog("rcvd %P", p, len); in get_input()
1436 dbglog("Discarded proto 0x%x in %s phase", in get_input()
1439 dbglog("Discarded %s (0x%x) in %s phase", in get_input()
1833 dbglog("debug logging disabled");
1838 dbglog("debug logging enabled");
2110 dbglog("Script %s started (pid %d)", prog, pid);
2236 dbglog(" pid %d: %s", chp->pid, chp->prog); in final_reap()
[all …]
H A Dsys-solaris.c320 dbglog("got MTU %d from interface", ifr.ifr_metric); in read_ip_interface()
336 dbglog("got local address %I from interface", in read_ip_interface()
349 dbglog("got remote address %I from interface", in read_ip_interface()
421 dbglog("reading existing interface data; %sip %sipv6", in read_interface()
1294 dbglog("%s speed set to %d bps",
1417 dbglog("sent %P", p, len);
1728 dbglog("More data; input packet garbled");
1743 dbglog("More control; stream garbled");
1758 dbglog("read_packet: unrecognized control %lX",
2944 dbglog("have_route_to: bad message len=%d prim=%d",
[all …]
H A Dfsm.c153 dbglog("%s: Down event in state %s", PROTO_NAME(f),
359 dbglog("%s: discarded packet in state %s", PROTO_NAME(f),
422 dbglog("%s: discarded Configure-Request in state %s", PROTO_NAME(f),
799 dbglog("%s: Protocol-Reject in state %s", PROTO_NAME(f),
873 dbglog("%s: Peer has rejected %s; not sending another",
903 dbglog("fsm_setpeermru: unit out of bounds");
H A Dlcp.c736 dbglog("lcp_rprotrej: Rcvd short Protocol-Reject packet!");
747 dbglog("Protocol-Reject discarded: LCP in state %s",
1170 dbglog("lcp_acki: received bad Ack!");
1591 dbglog("lcp_nakci: received bad Nak!");
1809 dbglog("lcp_rejci: received bad Reject!");
1961 dbglog("adjusted requested asyncmap from %X to %X",
2296 dbglog("LCP: rejecting unknown option %d", citype);
2918 dbglog("lcp: received short Echo-Reply, length %d", len);
2932 dbglog("lcp: validated asyncmap setting");
3072 dbglog("%s: received short Identification; %d < 4", len);
[all …]
H A Dipcp.c1146 dbglog("Peer address unknown; suggesting %I", ciaddr1);
1443 dbglog("Peer refused to provide his address; assuming %I",
1943 dbglog("IP packet of length %d is not activity", len);
1949 dbglog("IP fragment from %I->%I is not activity", src, dst);
1967 dbglog("Bad TCP length %d<%d+%d %I->%I is not activity", len, hlen,
1975 dbglog("Empty TCP FIN %I->%I is not activity", src, dst);
H A Dipv6cp.c1509 dbglog("IPv6 packet of length %d is not activity", len);
1517 dbglog("IPv6 fragment from %s->%s is not activity", fromstr, tostr);
1526 dbglog("Bad TCP length %d<%d+%d %s->%s is not activity", len,
1533 dbglog("Empty TCP FIN %s->%s is not activity", fromstr, tostr);
H A Dchap_ms.c128 dbglog("ChallengeResponse - ZPasswordHash %.*B",
137 dbglog("ChallengeResponse - response %.24B", response);
H A Dccp.c1466 dbglog("reopening CCP to reset peer's compressor");
1472 dbglog("sending CCP Reset-Request to reset peer's compressor");
1503 dbglog("sending another CCP Reset-Request on timeout");
1510 dbglog("timeout waiting for CCP Reset-Ack; hope for the best");
H A Dupap.c488 dbglog("PAP: discard Authenticate-Ack; ID %d != %d",
541 dbglog("PAP: discard Authenticate-Ack; ID %d != %d",
H A Dutils.c756 dbglog __V((const char *fmt, ...)) in dbglog() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c334 dbglog("received PPPoE PADT; connection has been closed"); in handle_pppoe_input()
371 dbglog("ignored PPPoE %s; no %s script", mname, in handle_pppoe_input()
374 dbglog("PPPoE %s: started PID %d", mname, rpid); in handle_pppoe_input()
H A Dmapfile-pppoe51 dbglog { TYPE = FUNCTION; FLAGS = extern }; # " "