Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h460 #define PPPAUTHTYPE_PAP 0x01 macro
/third_party/lwip/src/netif/ppp/
Dppp.c222 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()