Searched refs:lcp_close (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 537 lcp_close(unit, "peer refused to authenticate"); 682 lcp_close(0, "No network protocols running"); in start_networks() 696 lcp_close(unit, "Authentication failed"); 756 lcp_close(unit, "Failed to authenticate ourselves to peer"); 878 lcp_close(0, "No network protocols running"); 906 lcp_close(0, "Link inactive"); 925 lcp_close(f->unit, "Connect time expired"); /* Close connection */ 1154 lcp_close(unit, "login failed");
|
H A D | lcp.h | 155 void lcp_close __P((int, char *));
|
H A D | cbcp.c | 417 lcp_close(us->us_unit, "No CBCP callback options available"); 481 lcp_close(us->us_unit, "Call me back, please");
|
H A D | lcp.c | 329 lcp_close, /* Called when the link goes down */ 581 lcp_close(unit, reason) in lcp_close() function 1581 lcp_close(f->unit, "Loopback detected"); 2862 lcp_close(f->unit, close_message);
|
H A D | main.c | 899 lcp_close(0, "User request");
|