Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dupap.c164 u->us_transmits = 0; in upap_authwithpeer()
211 if (u->us_transmits >= u->us_maxtransmits) { in upap_timeout()
556 ++u->us_transmits; in upap_sauthreq()
Dupap.h81 int us_transmits; /* Number of auth-reqs sent */ member