Searched refs:ppp_warn (Results 1 - 19 of 19) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dauth.c794 ppp_warn("peer refused to authenticate: terminating link");
1085 ppp_warn("auth_peer_success: unknown protocol %x", protocol);
1175 ppp_warn("auth_withpeer_success: unknown protocol %x", protocol);
1498 ppp_warn("calling number %q is not authorized", remote_number);
1617 ppp_warn("no PAP secret found for %s", user);
1632 ppp_warn("Peer %q failed PAP Session verification", user);
1656 ppp_warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
2101 ppp_warn("invalid address length %v in auth. address list",
2111 ppp_warn("invalid address length syntax: %v", ptr_mask+1);
2144 ppp_warn("unknow
[all...]
H A Dchap-new.c340 ppp_warn("Peer %q failed CHAP authentication", name);
384 ppp_warn("Peer %q failed CHAP Session verification", name);
471 ppp_warn("No CHAP secret found for authenticating us to %q", rname);
H A Dipcp.c1913 ppp_warn("Could not determine remote IP address: defaulting to %I",
1988 ppp_warn("Local IP address changed to %I", go->ouraddr);
1994 ppp_warn("Remote IP address changed to %I", ho->hisaddr);
2004 ppp_warn("Interface configuration failed");
2038 ppp_warn("Interface configuration failed");
2048 ppp_warn("Interface failed to come up");
2057 ppp_warn("Interface configuration failed");
H A Dfsm.c293 ppp_warn("%s: timeout sending Config-Requests", PROTO_NAME(f));
654 ppp_warn("%s: Rcvd Code-Reject for code %d, id %d", PROTO_NAME(f), code, id);
H A Dutils.c659 * ppp_warn - log a warning message.
661 void ppp_warn(const char *fmt, ...) { function
875 ppp_warn("Couldn't remove stale lock on %s", dev);
H A Deap.c1399 ppp_warn("EAP: unexpected Nak in Request; ignored");
1587 ppp_warn("EAP: peer sent Subtype 2 without 1");
1597 ppp_warn("EAP: ID changed from %d to %d "
1632 ppp_warn("EAP: peer sent Subtype 3 without 1/2");
1643 ppp_warn("EAP: ID changed from %d to %d "
1672 ppp_warn("EAP: malformed Lightweight rechallenge");
2114 ppp_warn("EAP: unknown code %d received", code);
H A Dupap.c446 ppp_warn("PAP peer authentication failed for %q", rhostname);
H A Dppp.c955 ppp_warn("Unsupported protocol '%s' (0x%x) received", pname, protocol);
958 ppp_warn("Unsupported protocol 0x%x received", protocol);
H A Dlcp.c608 ppp_warn("Protocol-Reject for unsupported protocol '%s' (0x%x)", pname,
612 ppp_warn("Protocol-Reject for unsupported protocol 0x%x", prot);
2664 ppp_warn("assertion lcp_echo_timer_running==0 failed");
2700 ppp_warn("appear to have received our own echo-reply!");
/barrelfish-master/include/lwip2/netif/ppp/
H A Dauth.c794 ppp_warn("peer refused to authenticate: terminating link");
1085 ppp_warn("auth_peer_success: unknown protocol %x", protocol);
1175 ppp_warn("auth_withpeer_success: unknown protocol %x", protocol);
1498 ppp_warn("calling number %q is not authorized", remote_number);
1617 ppp_warn("no PAP secret found for %s", user);
1632 ppp_warn("Peer %q failed PAP Session verification", user);
1656 ppp_warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
2101 ppp_warn("invalid address length %v in auth. address list",
2111 ppp_warn("invalid address length syntax: %v", ptr_mask+1);
2144 ppp_warn("unknow
[all...]
H A Dchap-new.c340 ppp_warn("Peer %q failed CHAP authentication", name);
384 ppp_warn("Peer %q failed CHAP Session verification", name);
471 ppp_warn("No CHAP secret found for authenticating us to %q", rname);
H A Dipcp.c1913 ppp_warn("Could not determine remote IP address: defaulting to %I",
1988 ppp_warn("Local IP address changed to %I", go->ouraddr);
1994 ppp_warn("Remote IP address changed to %I", ho->hisaddr);
2004 ppp_warn("Interface configuration failed");
2038 ppp_warn("Interface configuration failed");
2048 ppp_warn("Interface failed to come up");
2057 ppp_warn("Interface configuration failed");
H A Dfsm.c293 ppp_warn("%s: timeout sending Config-Requests", PROTO_NAME(f));
654 ppp_warn("%s: Rcvd Code-Reject for code %d, id %d", PROTO_NAME(f), code, id);
H A Dutils.c659 * ppp_warn - log a warning message.
661 void ppp_warn(const char *fmt, ...) { function
875 ppp_warn("Couldn't remove stale lock on %s", dev);
H A Deap.c1399 ppp_warn("EAP: unexpected Nak in Request; ignored");
1587 ppp_warn("EAP: peer sent Subtype 2 without 1");
1597 ppp_warn("EAP: ID changed from %d to %d "
1632 ppp_warn("EAP: peer sent Subtype 3 without 1/2");
1643 ppp_warn("EAP: ID changed from %d to %d "
1672 ppp_warn("EAP: malformed Lightweight rechallenge");
2114 ppp_warn("EAP: unknown code %d received", code);
H A Dppp_impl.h619 void ppp_warn(const char *fmt, ...); /* log a warning message */
H A Dupap.c446 ppp_warn("PAP peer authentication failed for %q", rhostname);
H A Dppp.c955 ppp_warn("Unsupported protocol '%s' (0x%x) received", pname, protocol);
958 ppp_warn("Unsupported protocol 0x%x received", protocol);
H A Dlcp.c608 ppp_warn("Protocol-Reject for unsupported protocol '%s' (0x%x)", pname,
612 ppp_warn("Protocol-Reject for unsupported protocol 0x%x", prot);
2664 ppp_warn("assertion lcp_echo_timer_running==0 failed");
2700 ppp_warn("appear to have received our own echo-reply!");

Completed in 226 milliseconds