Searched refs:reject_if_disagree (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dipcp.c119 static int ipcp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree); /* Rcv CI */
1500 * appropriately. If reject_if_disagree is non-zero, doesn't return
1506 static int ipcp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree) { argument
1574 if (!reject_if_disagree) {
1597 if (!reject_if_disagree) {
1630 if (!reject_if_disagree) {
1713 if (!reject_if_disagree){
1721 if (!reject_if_disagree){
1746 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1780 wo->req_addr && !reject_if_disagree
[all...]
H A Dfsm.c393 int code, reject_if_disagree; local
426 reject_if_disagree = (f->nakloops >= f->maxnakloops);
427 code = (*f->callbacks->reqci)(f, inp, &len, reject_if_disagree);
H A Dipv6cp.c185 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree); /* Rcv CI */
880 * appropriately. If reject_if_disagree is non-zero, doesn't return
887 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree) { argument
1013 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1047 wo->req_ifaceid && !reject_if_disagree) {
H A Dlcp.c224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */
1814 * appropriately. If reject_if_disagree is non-zero, doesn't return
1820 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) { argument
2239 if (reject_if_disagree /* Getting fed up with sending NAKs? */
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dipcp.c119 static int ipcp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree); /* Rcv CI */
1500 * appropriately. If reject_if_disagree is non-zero, doesn't return
1506 static int ipcp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree) { argument
1574 if (!reject_if_disagree) {
1597 if (!reject_if_disagree) {
1630 if (!reject_if_disagree) {
1713 if (!reject_if_disagree){
1721 if (!reject_if_disagree){
1746 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1780 wo->req_addr && !reject_if_disagree
[all...]
H A Dfsm.c393 int code, reject_if_disagree; local
426 reject_if_disagree = (f->nakloops >= f->maxnakloops);
427 code = (*f->callbacks->reqci)(f, inp, &len, reject_if_disagree);
H A Dipv6cp.c185 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree); /* Rcv CI */
880 * appropriately. If reject_if_disagree is non-zero, doesn't return
887 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree) { argument
1013 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1047 wo->req_ifaceid && !reject_if_disagree) {
H A Dlcp.c224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */
1814 * appropriately. If reject_if_disagree is non-zero, doesn't return
1820 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) { argument
2239 if (reject_if_disagree /* Getting fed up with sending NAKs? */

Completed in 110 milliseconds