Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/wipy/
A Dtimer.py56 ch.irq(handler=timer_test.timer_isr, trigger=Timer.TIMEOUT)
74 ch.irq(handler=timer_test.timer_isr, trigger=Timer.TIMEOUT)
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dfsm.c225 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in terminate_layer()
284 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_timeout()
598 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_rtermreq()
761 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_sconfreq()
A Dupap.c194 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_authpeer()
254 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_lowerup()
558 TIMEOUT(upap_timeout, pcb, pcb->settings.pap_timeout_time); in upap_sauthreq()
A Dauth.c1218 TIMEOUT(check_idle, (void*)pcb, tlim); in np_up()
1227 TIMEOUT(connect_time_expired, (void*)pcb, pcb->settings.maxconnect); in np_up()
1232 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout); in np_up()
1310 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1348 TIMEOUT(check_idle, (void*)pcb, tlim); in check_idle()
A Deap.c241 TIMEOUT(eap_client_timeout, pcb, in eap_authwithpeer()
867 TIMEOUT(eap_server_timeout, pcb, pcb->settings.eap_timeout_time); in eap_send_request()
1704 TIMEOUT(eap_client_timeout, pcb, in eap_request()
1890 TIMEOUT(eap_rechallenge, pcb, pcb->eap.es_rechallenge); in eap_response()
1956 TIMEOUT(eap_rechallenge, pcb, in eap_response()
1959 TIMEOUT(srp_lwrechallenge, pcb, in eap_response()
1989 TIMEOUT(srp_lwrechallenge, esp, in eap_response()
A Dchap-new.c250 TIMEOUT(chap_timeout, arg, pcb->settings.chap_timeout_time); in chap_timeout()
398 TIMEOUT(chap_timeout, pcb,
A Dccp.c1693 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_datainput()
1719 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_resetrequest()
1734 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_rack_timeout()
A DPPPD_FOLLOWUP91 2010-09-11 - chat: Allow TIMEOUT value to come from environment variable
A Dlcp.c2665 TIMEOUT (LcpEchoTimeout, f, pcb->settings.lcp_echo_interval); in LcpEchoCheck()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/
A Dmesh_model.c19 #define TIMEOUT 400 macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c26 #define TIMEOUT 402 macro
276 if (ret && TIMEOUT != ret) { in ble_mesh_node_appkey_add()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp_impl.h534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp_impl.h534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/
A Dcurl.h1003 CINIT(TIMEOUT, LONG, 13),

Completed in 38 milliseconds