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

  /external/ppp/pppd/
lcp.h 126 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");
929 lcp_close(f->unit, "MPPE required but peer negotiation failed")
    [all...]
auth.c 762 lcp_close(unit, "peer refused to authenticate");
911 lcp_close(0, "No network protocols running");
925 lcp_close(unit, "Authentication failed");
1003 lcp_close(unit, "Failed to authenticate ourselves to peer");
1134 lcp_close(0, "No network protocols running");
1166 lcp_close(0, "Traffic limit");
1198 lcp_close(0, "Link inactive");
    [all...]
cbcp.c 487 lcp_close(0, "Call me back, please");
lcp.c 268 lcp_close,
392 * lcp_close - Take LCP down.
395 lcp_close(unit, reason) function
416 * lcp_close() when a connection hasn't been established
    [all...]
main.c 585 lcp_close(0, "User request");
599 lcp_close(0, "");
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 140 void lcp_close (int, char *);
auth.c 471 lcp_close(unit, "peer refused to authenticate");
562 lcp_close(0, "No network protocols running");
579 lcp_close(unit, "Authentication failed");
644 lcp_close(unit, "Failed to authenticate ourselves to peer");
739 lcp_close(0, "No network protocols running");
761 lcp_close(0, "Link inactive");
776 lcp_close(0, "Connect time expired"); /* Close connection */
    [all...]
lcp.c 175 lcp_close,
324 * lcp_close - Take LCP down.
327 lcp_close(int unit, char *reason) function
338 * lcp_close() in passive/silent mode when a connection hasn't
1053 lcp_close(f->unit, "Loopback detected");
    [all...]
ppp.c 412 lcp_close(pd, "User request");
593 lcp_close(pd, NULL);
    [all...]

Completed in 241 milliseconds