Home
last modified time | relevance | path

Searched refs:PPPAUTHTYPE_CHAP (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp.h461 #define PPPAUTHTYPE_CHAP 0x02 macro
/third_party/lwip/src/netif/ppp/
Dppp.c225 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth()