/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | fsm.c | 225 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()
|
H A D | upap.c | 194 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()
|
H A D | auth.c | 1218 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()
|
H A D | eap.c | 241 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()
|
H A D | chap-new.c | 250 TIMEOUT(chap_timeout, arg, pcb->settings.chap_timeout_time); in chap_timeout() 398 TIMEOUT(chap_timeout, pcb,
|
H A D | ccp.c | 1693 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()
|
H A D | PPPD_FOLLOWUP | 91 2010-09-11 - chat: Allow TIMEOUT value to come from environment variable
|
H A D | lcp.c | 2665 TIMEOUT (LcpEchoTimeout, f, pcb->settings.lcp_echo_interval); in LcpEchoCheck()
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | ppp_impl.h | 535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_lptim.c | 177 #define TIMEOUT 1000UL /* Timeout is 1s */ macro 2315 uint32_t count = TIMEOUT * (SystemCoreClock / 20UL / 1000UL); in LPTIM_WaitForFlag()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_lptim.c | 180 #define TIMEOUT 1000UL /* Timeout is 1s */ macro 2527 uint32_t count = TIMEOUT * (SystemCoreClock / 20UL / 1000UL); in LPTIM_WaitForFlag()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_lptim.c | 180 #define TIMEOUT 1000UL /* Timeout is 1s */ macro 2510 uint32_t count = TIMEOUT * (SystemCoreClock / 20UL / 1000UL); in LPTIM_WaitForFlag()
|