HomeSort by relevance Sort by last modified time
    Searched refs:max_transmits (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
chap.h 111 int max_transmits; /* Maximum # of challenge transmissions */ member in struct:chap_state
chap.c 94 { "chap-max-challenge", o_int, &chap[0].max_transmits,
167 cstate->max_transmits = CHAP_DEFTRANSMITS;
239 if (cstate->chal_transmits >= cstate->max_transmits) {

Completed in 698 milliseconds