OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsm_decode
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
fsm.h
69
struct
fsm_decode
{
struct
85
struct
fsm_decode
*); /* Deal with incoming data */
198
extern void fsm_rej(struct
fsm_decode
*, const struct fsm_opt *);
199
extern void fsm_ack(struct
fsm_decode
*, const struct fsm_opt *);
200
extern void fsm_nak(struct
fsm_decode
*, const struct fsm_opt *);
201
extern void fsm_opt_normalise(struct
fsm_decode
*);
fsm.c
469
struct
fsm_decode
dec;
612
struct
fsm_decode
dec;
675
struct
fsm_decode
dec;
805
struct
fsm_decode
dec;
1180
fsm_rej(struct
fsm_decode
*dec, const struct fsm_opt *o)
1188
fsm_ack(struct
fsm_decode
*dec, const struct fsm_opt *o)
1196
fsm_nak(struct
fsm_decode
*dec, const struct fsm_opt *o)
1204
fsm_opt_normalise(struct
fsm_decode
*dec)
ipv6cp.c
100
struct
fsm_decode
*);
661
struct
fsm_decode
*dec)
683
struct
fsm_decode
*dec)
ipcp.c
119
struct
fsm_decode
*);
973
ipcp_ValidateReq(struct ipcp *ipcp, struct in_addr ip, struct
fsm_decode
*dec)
1050
struct
fsm_decode
*dec)
[
all
...]
lcp.c
99
struct
fsm_decode
*);
621
lcp_auth_nak(struct lcp *lcp, struct
fsm_decode
*dec)
660
struct
fsm_decode
*dec)
[
all
...]
ccp.c
84
struct
fsm_decode
*);
567
struct
fsm_decode
*dec)
Completed in 219 milliseconds