OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lqr_period
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
lcp.h
111
u_int32_t
lqr_period
; /* Reporting period for LQR 1/100ths second */
member in struct:lcp_options
lcp.c
769
ADDCILQR(CI_QUALITY, go->neg_lqr, go->
lqr_period
);
918
ACKCILQR(CI_QUALITY, go->neg_lqr, go->
lqr_period
);
1179
try.
lqr_period
= cilong;
[
all
...]
/external/syslinux/core/lwip/src/netif/ppp/
lcp.h
109
u32_t
lqr_period
; /* Reporting period for LQR 1/100ths second */
member in struct:lcp_options
lcp.c
615
ADDCILQR(CI_QUALITY, go->neg_lqr, go->
lqr_period
);
729
ACKCILQR(CI_QUALITY, go->neg_lqr, go->
lqr_period
);
937
try.
lqr_period
= cilong;
[
all
...]
Completed in 276 milliseconds