Searched refs:lcp_close (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/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 | 419 lcp_close(pd, "User request"); in pppStop() 602 lcp_close(pd, NULL); in pppOverEthernetClose()
|