OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:us_transmits
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
upap.h
72
int
us_transmits
; /* Number of auth-reqs sent */
member in struct:upap_state
upap.c
160
u->
us_transmits
= 0;
209
if (u->
us_transmits
>= u->us_maxtransmits) {
574
++u->
us_transmits
;
/external/syslinux/core/lwip/src/netif/ppp/
pap.h
83
int
us_transmits
; /* Number of auth-reqs sent */
member in struct:upap_state
pap.c
173
u->
us_transmits
= 0;
225
if (u->
us_transmits
>= u->us_maxtransmits) {
575
++u->
us_transmits
;
Completed in 43 milliseconds