OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcp_fsm
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
lcp.h
99
extern fsm
lcp_fsm
[];
lcp.c
154
{ "lcp-restart", o_int, &
lcp_fsm
[0].timeouttime,
156
{ "lcp-max-terminate", o_int, &
lcp_fsm
[0].maxtermtransmits,
158
{ "lcp-max-configure", o_int, &
lcp_fsm
[0].maxconfreqtransmits,
160
{ "lcp-max-failure", o_int, &
lcp_fsm
[0].maxnakloops,
190
fsm
lcp_fsm
[NUM_PPP]; /* LCP fsm structure (global)*/
variable
339
fsm *f = &
lcp_fsm
[unit];
379
fsm *f = &
lcp_fsm
[unit];
399
fsm *f = &
lcp_fsm
[unit];
426
fsm *f = &
lcp_fsm
[unit];
454
fsm *f = &
lcp_fsm
[unit]
[
all
...]
ccp.c
43
#include "lcp.h" /* lcp_close(),
lcp_fsm
*/
[
all
...]
main.c
1048
if (protocol != PPP_LCP &&
lcp_fsm
[0].state != OPENED) {
[
all
...]
Completed in 1278 milliseconds