HomeSort by relevance Sort by last modified time
    Searched refs:reject_if_disagree (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
ipcp.c     [all...]
fsm.c 419 int code, reject_if_disagree; local
450 reject_if_disagree = (f->nakloops >= f->maxnakloops);
451 code = (*f->callbacks->reqci)(f, inp, &len, reject_if_disagree);
ipv6cp.c 882 * appropriately. If reject_if_disagree is non-zero, doesn't return
886 ipv6cp_reqci(f, inp, len, reject_if_disagree)
890 int reject_if_disagree;
1017 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1051 wo->req_ifaceid && !reject_if_disagree) {
    [all...]
ipxcp.c 986 * appropriately. If reject_if_disagree is non-zero, doesn't return
990 ipxcp_reqci(f, inp, len, reject_if_disagree)
994 int reject_if_disagree;
1232 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1265 wo->req_nn && !reject_if_disagree) {
    [all...]
lcp.c     [all...]

Completed in 100 milliseconds