HomeSort by: relevance | last modified time | path
    Searched defs:ipcp_close (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipcp.c 260 static void ipcp_close (int, char *);
280 ipcp_close,
635 * ipcp_close - Take IPCP down.
638 ipcp_close(int unit, char *reason) function
1821 ipcp_close(f->unit, "Refused his IP address");
1830 ipcp_close(f->unit, "Refused our IP address");
1835 ipcp_close(f->unit, "Could not determine local IP address");
1872 ipcp_close(f->unit, "Unauthorized remote IP address");
1907 ipcp_close(f->unit, "Interface configuration failed");
1936 ipcp_close(f->unit, "Interface configuration failed")
    [all...]

Completed in 27 milliseconds