Home
last modified time | relevance | path

Searched refs:fsm_opt (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/ppp/
HDccp.h89 struct fsm_opt val;
104 struct fsm_opt opt; /* Set by implementation's OptInit() */
127 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */
131 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
132 void *(*Init)(struct bundle *, struct fsm_opt *);
140 void (*OptInit)(struct bundle *, struct fsm_opt *,
142 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
143 void *(*Init)(struct bundle *, struct fsm_opt *);
HDfsm.h171 struct fsm_opt { struct
180 (o) = (struct fsm_opt *)((u_char *)(o) + (length)); \ argument
198 extern struct fsm_opt *fsm_readopt(u_char **);
199 extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
200 extern void fsm_ack(struct fsm_decode *, const struct fsm_opt *);
201 extern void fsm_nak(struct fsm_decode *, const struct fsm_opt *);
HDpred.c156 Pred1InitInput(struct bundle *bundle __unused, struct fsm_opt *o __unused) in Pred1InitInput()
166 Pred1InitOutput(struct bundle *bundle __unused, struct fsm_opt *o __unused) in Pred1InitOutput()
299 Pred1DispOpts(struct fsm_opt *o __unused) in Pred1DispOpts()
305 Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1InitOptsOutput()
312 Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1SetOpts()
HDfsm.c1139 struct fsm_opt *
1142 struct fsm_opt *o = (struct fsm_opt *)*cp; in fsm_readopt()
1151 if (o->hdr.len > sizeof(struct fsm_opt)) { in fsm_readopt()
1153 o->hdr.len, (int)sizeof(struct fsm_opt)); in fsm_readopt()
1154 o->hdr.len = sizeof(struct fsm_opt); in fsm_readopt()
1161 fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o) in fsm_opt() function
1181 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_rej()
1185 dec->rejend += fsm_opt(dec->rejend, FSM_OPTLEN - (dec->rejend - dec->rej), o); in fsm_rej()
1189 fsm_ack(struct fsm_decode *dec, const struct fsm_opt *o) in fsm_ack()
1193 dec->ackend += fsm_opt(dec->ackend, FSM_OPTLEN - (dec->ackend - dec->ack), o); in fsm_ack()
[all …]
HDmppe.c383 MPPEDispOpts(struct fsm_opt *o) in MPPEDispOpts()
513 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPEInitOptsOutput()
537 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsOutput()
576 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsInput()
646 MPPE_InitState(struct fsm_opt *o) in MPPE_InitState()
680 MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o) in MPPEInitInput()
736 MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o) in MPPEInitOutput()
HDdeflate.c435 DeflateDispOpts(struct fsm_opt *o) in DeflateDispOpts()
444 DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateInitOptsOutput()
453 DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsOutput()
468 DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsInput()
490 DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitInput()
513 DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitOutput()
HDipv6cp.c585 struct fsm_opt *o; in ipv6cp_SendConfigReq()
587 o = (struct fsm_opt *)buff; in ipv6cp_SendConfigReq()
626 struct fsm_opt opt; in ipv6cp_ValidateInterfaceID()
653 struct fsm_opt *opt; in ipv6cp_DecodeConfig()
HDlcp.c382 struct fsm_opt *o; in LcpSendConfigReq()
393 o = (struct fsm_opt *)buff; in LcpSendConfigReq()
619 struct fsm_opt nak; in lcp_auth_nak()
668 struct fsm_opt *opt, nak; in LcpDecodeConfig()
HDipcp.c752 struct fsm_opt *o; in IpcpSendConfigReq()
754 o = (struct fsm_opt *)buff; in IpcpSendConfigReq()
1051 struct fsm_opt *opt, nak; in IpcpDecodeConfig()
HDccp.c569 struct fsm_opt *opt; in CcpDecodeConfig()