Searched refs:lcp_close (Results 1 – 10 of 10) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 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"); 1008 lcp_close(f->unit, "MPPE required but peer refused"); [all …]
|
D | 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"); 1214 lcp_close(0, "Connect time expired"); /* Close connection */ 1468 lcp_close(unit, "login failed");
|
D | lcp.h | 126 void lcp_close __P((int, char *));
|
D | cbcp.c | 487 lcp_close(0, "Call me back, please");
|
D | lcp.c | 268 lcp_close, 395 lcp_close(unit, reason) in lcp_close() function 1319 lcp_close(f->unit, "Loopback detected"); 2245 lcp_close(f->unit, "Peer not responding");
|
D | main.c | 585 lcp_close(0, "User request"); 599 lcp_close(0, "");
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | auth.c | 471 lcp_close(unit, "peer refused to authenticate"); in link_established() 562 lcp_close(0, "No network protocols running"); in network_phase() 579 lcp_close(unit, "Authentication failed"); in auth_peer_fail() 644 lcp_close(unit, "Failed to authenticate ourselves to peer"); in auth_withpeer_fail() 739 lcp_close(0, "No network protocols running"); in np_finished() 761 lcp_close(0, "Link inactive"); in check_idle() 776 lcp_close(0, "Connect time expired"); /* Close connection */ in connect_time_expired()
|
D | lcp.h | 140 void lcp_close (int, char *);
|
D | lcp.c | 175 lcp_close, 327 lcp_close(int unit, char *reason) in lcp_close() function 1053 lcp_close(f->unit, "Loopback detected"); in lcp_nakci() 1942 lcp_close(f->unit, "Peer not responding"); in LcpLinkFailure()
|
D | ppp.c | 412 lcp_close(pd, "User request"); in pppStop() 593 lcp_close(pd, NULL); in pppOverEthernetClose()
|