Searched refs:fsm_opt (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/usr.sbin/ppp/
H A Dccp.c575 struct fsm_opt *opt;
H A Dccp.h90 struct fsm_opt val;
105 struct fsm_opt opt; /* Set by implementation's OptInit() */
128 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */
132 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
133 void *(*Init)(struct bundle *, struct fsm_opt *);
141 void (*OptInit)(struct bundle *, struct fsm_opt *,
143 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
144 void *(*Init)(struct bundle *, struct fsm_opt *);
H A Ddeflate.c436 DeflateDispOpts(struct fsm_opt *o)
445 DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
454 DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
469 DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o,
491 DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
514 DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
H A Dfsm.c1140 struct fsm_opt *
1143 struct fsm_opt *o = (struct fsm_opt *)*cp;
1152 if (o->hdr.len > sizeof(struct fsm_opt)) {
1154 o->hdr.len, (int)sizeof(struct fsm_opt));
1155 o->hdr.len = sizeof(struct fsm_opt);
1162 fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o) function
1182 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o)
1186 dec->rejend += fsm_opt(de
[all...]
H A Dfsm.h172 struct fsm_opt { struct
181 (o) = (struct fsm_opt *)((u_char *)(o) + (length)); \
199 extern struct fsm_opt *fsm_readopt(u_char **);
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 *);
H A Dipcp.c765 struct fsm_opt *o;
767 o = (struct fsm_opt *)buff;
1067 struct fsm_opt *opt, nak;
H A Dipv6cp.c624 struct fsm_opt *o;
626 o = (struct fsm_opt *)buff;
665 struct fsm_opt opt;
692 struct fsm_opt *opt;
H A Dlcp.c387 struct fsm_opt *o;
398 o = (struct fsm_opt *)buff;
625 struct fsm_opt nak;
674 struct fsm_opt *opt, nak;
H A Dmppe.c384 MPPEDispOpts(struct fsm_opt *o)
514 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o,
538 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o,
577 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o,
647 MPPE_InitState(struct fsm_opt *o)
681 MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
737 MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
H A Dpred.c156 Pred1InitInput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
166 Pred1InitOutput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
301 Pred1DispOpts(struct fsm_opt *o __unused)
307 Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
314 Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o,

Completed in 319 milliseconds