Home
last modified time | relevance | path

Searched refs:holdoff (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
H A Dpppapi.h88 u16_t holdoff; member
123 err_t pppapi_connect(ppp_pcb *pcb, u16_t holdoff);
H A Dppp.h617 err_t ppp_connect(ppp_pcb *pcb, u16_t holdoff);
/third_party/lwip/src/netif/ppp/
H A Dpppapi.c277 return ppp_connect(msg->msg.ppp, msg->msg.msg.connect.holdoff); in pppapi_do_ppp_connect()
285 pppapi_connect(ppp_pcb *pcb, u16_t holdoff) in pppapi_connect() argument
292 PPPAPI_VAR_REF(msg).msg.msg.connect.holdoff = holdoff; in pppapi_connect()
H A Dppp.c274 err_t ppp_connect(ppp_pcb *pcb, u16_t holdoff) { in ppp_connect() argument
280 PPPDEBUG(LOG_DEBUG, ("ppp_connect[%d]: holdoff=%d\n", pcb->netif->num, holdoff)); in ppp_connect()
284 if (holdoff == 0) { in ppp_connect()
290 sys_timeout((u32_t)(holdoff*1000), ppp_do_connect, pcb); in ppp_connect()
340 /* holdoff phase, cancel the reconnection */ in ppp_close()

Completed in 5 milliseconds