Home
last modified time | relevance | path

Searched refs:UNTIMEOUT (Results 1 – 9 of 9) sorted by relevance

/external/ppp/pppd/
Dfsm.c144 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 …]
Dupap.c277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
279 UNTIMEOUT(upap_reqtimeout, u);
461 UNTIMEOUT(upap_reqtimeout, u);
Deap.c993 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);
1343 UNTIMEOUT(eap_client_timeout, (void *)esp);
1698 UNTIMEOUT(eap_client_timeout, (void *)esp);
1708 UNTIMEOUT(eap_client_timeout, (void *)esp);
2001 UNTIMEOUT(eap_server_timeout, (void *)esp);
2029 UNTIMEOUT(eap_client_timeout, (void *)esp);
2058 UNTIMEOUT(eap_client_timeout, (void *)esp);
Dchap-new.c188 UNTIMEOUT(chap_timeout, ss); in chap_lowerdown()
333 UNTIMEOUT(chap_timeout, ss); in chap_handle_response()
568 UNTIMEOUT(chap_timeout, ss); in chap_protrej()
Dauth.c1116 UNTIMEOUT(check_idle, NULL);
1117 UNTIMEOUT(connect_time_expired, NULL);
1119 UNTIMEOUT(check_maxoctets, NULL);
Dccp.c496 UNTIMEOUT(ccp_rack_timeout, f);
1463 UNTIMEOUT(ccp_rack_timeout, f);
Dpppd.h794 #define UNTIMEOUT(r, f) untimeout((r), (f)) macro
Dlcp.c2377 UNTIMEOUT (LcpEchoTimeout, f);
/external/ppp/pppd/plugins/radius/
Dradius.c991 UNTIMEOUT(radius_acct_interim, NULL); in radius_acct_stop()