HomeSort by relevance Sort by last modified time
    Searched refs:lcp_close (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/
lcp.h 110 void lcp_close __P((int, char *));
ccp.c 43 #include "lcp.h" /* lcp_close(), lcp_fsm */
460 lcp_close(unit, "MPPE disabled by peer");
520 lcp_close(unit, "MPPE required but peer negotiation failed");
567 lcp_close(f->unit, "MPPE required but not available");
572 lcp_close(f->unit, "MPPE required but not available");
580 lcp_close(f->unit, "MPPE required but not available");
598 lcp_close(f->unit, "MPPE required but not available");
624 lcp_close(f->unit, "MPPE required but not available");
717 lcp_close(f->unit, "MPPE required but not available in kernel");
928 lcp_close(f->unit, "MPPE required but peer negotiation failed")
    [all...]
auth.c 737 lcp_close(unit, "peer refused to authenticate");
884 lcp_close(0, "No network protocols running");
897 lcp_close(unit, "Authentication failed");
975 lcp_close(unit, "Failed to authenticate ourselves to peer");
1101 lcp_close(0, "No network protocols running");
1134 lcp_close(0, "Traffic limit");
1166 lcp_close(0, "Link inactive");
1183 lcp_close(0, "Connect time expired"); /* Close connection */
    [all...]
cbcp.c 486 lcp_close(0, "Call me back, please");
lcp.c 268 lcp_close,
392 * lcp_close - Take LCP down.
395 lcp_close(unit, reason) function
407 * lcp_close() in passive/silent mode when a connection hasn't
    [all...]
main.c 587 lcp_close(0, "User request");
    [all...]

Completed in 85 milliseconds