Searched defs:ipcp_close (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c180 static void ipcp_close __P((int, char *));
202 ipcp_close,
417 * ipcp_close - Take IPCP down.
420 ipcp_close(unit, reason) 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(
[all...]

Completed in 59 milliseconds