Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1678 #ifndef CHAP_DEFTRANSMITS
1679 #define CHAP_DEFTRANSMITS 10 /* max # times to send challenge */ macro
/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c167 cstate->max_transmits = CHAP_DEFTRANSMITS; in ChapInit()