Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dfsm.h71 struct fsm_decode { struct
87 struct fsm_decode *); /* Deal with incoming data */ argument
200 extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
201 extern void fsm_ack(struct fsm_decode *, const struct fsm_opt *);
202 extern void fsm_nak(struct fsm_decode *, const struct fsm_opt *);
203 extern void fsm_opt_normalise(struct fsm_decode *);
Dfsm.c471 struct fsm_decode dec; in FsmRecvConfigReq()
614 struct fsm_decode dec; in FsmRecvConfigAck()
677 struct fsm_decode dec; in FsmRecvConfigNak()
807 struct fsm_decode dec; in FsmRecvConfigRej()
1182 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_rej()
1190 fsm_ack(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_ack()
1198 fsm_nak(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_nak()
1206 fsm_opt_normalise(struct fsm_decode *dec) in fsm_opt_normalise()
Dipv6cp.c102 struct fsm_decode *);
663 struct fsm_decode *dec) in ipv6cp_ValidateInterfaceID()
685 struct fsm_decode *dec) in ipv6cp_DecodeConfig()
Dccp.c86 struct fsm_decode *);
569 struct fsm_decode *dec) in CcpDecodeConfig()
Dlcp.c101 struct fsm_decode *);
623 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) in lcp_auth_nak()
662 struct fsm_decode *dec) in LcpDecodeConfig()
Dipcp.c121 struct fsm_decode *);
980 ipcp_ValidateReq(struct ipcp *ipcp, struct in_addr ip, struct fsm_decode *dec) in ipcp_ValidateReq()
1057 struct fsm_decode *dec) in IpcpDecodeConfig()