Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h141 #define PPPERR_IDLETIMEOUT 10 /* Idle Timeout */ macro
/third_party/lwip/doc/
Dppp.txt137 case PPPERR_IDLETIMEOUT: {
/third_party/lwip/src/netif/ppp/
Dauth.c1342 pcb->err_code = PPPERR_IDLETIMEOUT; in check_idle()