Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h462 #define PPPAUTHTYPE_MSCHAP 0x04 macro
/third_party/lwip/src/netif/ppp/
Dppp.c227 pcb->settings.refuse_mschap = !(authtype & PPPAUTHTYPE_MSCHAP); in ppp_set_auth()