Searched refs:fsm_rej (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | lcp.c | 717 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 D | fsm.h | 198 extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
|
H A D | ipcp.c | 1118 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 D | ccp.c | 597 fsm_rej(dec, opt); in CcpDecodeConfig() 610 fsm_rej(dec, &ccp->in.opt); in CcpDecodeConfig() 622 fsm_rej(dec, opt); in CcpDecodeConfig()
|
H A D | ipv6cp.c | 762 fsm_rej(dec, opt); in ipv6cp_DecodeConfig()
|
H A D | fsm.c | 1180 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_rej() function
|