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

  /external/ppp/pppd/
fsm.c 144 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
152 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
216 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
462 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
514 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
520 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
582 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
591 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
649 UNTIMEOUT(fsm_timeout, f);
655 UNTIMEOUT(fsm_timeout, f)
    [all...]
upap.c 277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
279 UNTIMEOUT(upap_reqtimeout, u);
461 UNTIMEOUT(upap_reqtimeout, u);
chap-new.c 188 UNTIMEOUT(chap_timeout, ss);
333 UNTIMEOUT(chap_timeout, ss);
568 UNTIMEOUT(chap_timeout, ss);
eap.c 993 UNTIMEOUT(eap_client_timeout, (void *)esp);
997 UNTIMEOUT(eap_server_timeout, (void *)esp);
1003 UNTIMEOUT(eap_rechallenge, (void *)esp);
1007 UNTIMEOUT(srp_lwrechallenge, (void *)esp);
    [all...]
auth.c 1116 UNTIMEOUT(check_idle, NULL);
1117 UNTIMEOUT(connect_time_expired, NULL);
1119 UNTIMEOUT(check_maxoctets, NULL);
    [all...]
pppd.h 494 void untimeout __P((void (*func)(void *), void *arg));
    [all...]
ccp.c 496 UNTIMEOUT(ccp_rack_timeout, f);
    [all...]
lcp.c 406 untimeout(lcp_delayed_up, f);
466 untimeout(lcp_delayed_up, f);
501 untimeout(lcp_delayed_up, f);
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
fsm.c 178 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
186 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
295 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
510 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
564 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
570 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
623 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
633 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
697 UNTIMEOUT(fsm_timeout, f);
705 UNTIMEOUT(fsm_timeout, f)
    [all...]
chap.c 326 UNTIMEOUT(ChapChallengeTimeout, cstate);
329 UNTIMEOUT(ChapRechallenge, cstate);
332 UNTIMEOUT(ChapResponseTimeout, cstate);
482 UNTIMEOUT(ChapResponseTimeout, cstate);
572 UNTIMEOUT(ChapChallengeTimeout, cstate);
659 UNTIMEOUT(ChapResponseTimeout, cstate);
692 UNTIMEOUT(ChapResponseTimeout, cstate);
pap.c 297 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
300 UNTIMEOUT(upap_reqtimeout, u);
457 UNTIMEOUT(upap_reqtimeout, u);
497 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
ppp.h 108 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
auth.c 723 UNTIMEOUT(check_idle, NULL);
    [all...]
lcp.c     [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 991 UNTIMEOUT(radius_acct_interim, NULL);
    [all...]

Completed in 1031 milliseconds