Searched refs:lcp_reqci (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dlcp.c224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */
251 lcp_reqci, /* Request peer's Configuration Information */
1811 * lcp_reqci - Check the peer's requested CIs and send appropriate response.
1820 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) { function
1862 LCPDEBUG(("lcp_reqci: bad CI length!"));
1966 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE PAP, rejecting..."));
2004 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE CHAP, rejecting..."));
2055 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE EAP, rejecting..."));
2228 LCPDEBUG(("lcp_reqci: rcvd unknown option %d", citype));
2282 LCPDEBUG(("lcp_reqci
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dlcp.c224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */
251 lcp_reqci, /* Request peer's Configuration Information */
1811 * lcp_reqci - Check the peer's requested CIs and send appropriate response.
1820 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) { function
1862 LCPDEBUG(("lcp_reqci: bad CI length!"));
1966 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE PAP, rejecting..."));
2004 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE CHAP, rejecting..."));
2055 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE EAP, rejecting..."));
2228 LCPDEBUG(("lcp_reqci: rcvd unknown option %d", citype));
2282 LCPDEBUG(("lcp_reqci
[all...]

Completed in 37 milliseconds