Searched refs:ipcp_close (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 180 static void ipcp_close __P((int, char *)); 202 ipcp_close, 420 ipcp_close(unit, reason) in ipcp_close() function 1454 ipcp_close(f->unit, "Could not determine remote IP address"); 1460 ipcp_close(f->unit, "Could not determine local IP address"); 1471 ipcp_close(f->unit, "Unauthorized remote IP address"); 1487 ipcp_close(f->unit, "Could not enable VJ TCP header compression"); 1516 ipcp_close(f->unit, "Interface configuration failed"); 1533 ipcp_close(f->unit, "Interface configuration failed."); 1547 ipcp_close(f->unit, "Interface configuration failed"); [all …]
|