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

  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 865 * appropriately. If reject_if_disagree is non-zero, doesn't return
869 ipcp_reqci(fsm *f, u_char *inp/* Requested CIs */,int *len/* Length of requested CIs */,int reject_if_disagree)
942 if (!reject_if_disagree) {
966 if (!reject_if_disagree) {
1005 if (!reject_if_disagree) {
1097 if (!reject_if_disagree) {
1106 if (!reject_if_disagree) {
1136 if (reject_if_disagree) { /* Getting fed up with sending NAKs? */
    [all...]
fsm.c 464 int code, reject_if_disagree; local
497 reject_if_disagree = (f->nakloops >= f->maxnakloops);
498 code = (*f->callbacks->reqci)(f, inp, &len, reject_if_disagree);
lcp.c     [all...]
  /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 891 * appropriately. If reject_if_disagree is non-zero, doesn't return
895 ipv6cp_reqci(f, inp, len, reject_if_disagree)
899 int reject_if_disagree;
1026 if (reject_if_disagree) /* Getting fed up with sending NAKs? */
1060 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 458 milliseconds