Searched refs:fsm_decode (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dfsm.h69 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 *);
H A Dfsm.c469 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)
H A Dipv6cp.c100 struct fsm_decode *);
661 struct fsm_decode *dec)
683 struct fsm_decode *dec)
H A Dccp.c84 struct fsm_decode *);
567 struct fsm_decode *dec)
H A Dipcp.c119 struct fsm_decode *);
978 ipcp_ValidateReq(struct ipcp *ipcp, struct in_addr ip, struct fsm_decode *dec)
1055 struct fsm_decode *dec)
H A Dlcp.c99 struct fsm_decode *);
621 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec)
660 struct fsm_decode *dec)

Completed in 68 milliseconds