Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h143 #define PPPERR_LOOPBACK 12 /* Loopback detected */ macro
/third_party/lwip/doc/
Dppp.txt145 case PPPERR_LOOPBACK: {
/third_party/lwip/src/netif/ppp/
Dlcp.c1564 pcb->err_code = PPPERR_LOOPBACK; in lcp_nakci()