Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.c717 fsm_rej(dec, opt); in LcpDecodeConfig()
837 fsm_rej(dec, opt); in LcpDecodeConfig()
866 fsm_rej(dec, opt); in LcpDecodeConfig()
876 fsm_rej(dec, opt); in LcpDecodeConfig()
945 fsm_rej(dec, opt); in LcpDecodeConfig()
989 fsm_rej(dec, opt); in LcpDecodeConfig()
1017 fsm_rej(dec, opt); in LcpDecodeConfig()
1042 fsm_rej(dec, opt); in LcpDecodeConfig()
1105 fsm_rej(dec, opt); in LcpDecodeConfig()
1139 fsm_rej(dec, opt); in LcpDecodeConfig()
[all …]
H A Dfsm.h198 extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
H A Dipcp.c1118 fsm_rej(dec, opt); in IpcpDecodeConfig()
1165 fsm_rej(dec, opt); in IpcpDecodeConfig()
1199 fsm_rej(dec, opt); in IpcpDecodeConfig()
1217 fsm_rej(dec, opt); in IpcpDecodeConfig()
1275 fsm_rej(dec, opt); in IpcpDecodeConfig()
1301 fsm_rej(dec, opt); in IpcpDecodeConfig()
H A Dccp.c597 fsm_rej(dec, opt); in CcpDecodeConfig()
610 fsm_rej(dec, &ccp->in.opt); in CcpDecodeConfig()
622 fsm_rej(dec, opt); in CcpDecodeConfig()
H A Dipv6cp.c762 fsm_rej(dec, opt); in ipv6cp_DecodeConfig()
H A Dfsm.c1180 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_rej() function