Home
last modified time | relevance | path

Searched refs:PPPERR_CONNECTTIME (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp.h142 #define PPPERR_CONNECTTIME 11 /* Max connect time reached */ macro
/third_party/lwip/doc/
Dppp.txt141 case PPPERR_CONNECTTIME: {
/third_party/lwip/src/netif/ppp/
Dauth.c1360 pcb->err_code = PPPERR_CONNECTTIME; in connect_time_expired()