fsm_opt
struct fsm_opt *opt;
struct fsm_opt opt; /* Set by implementation's OptInit() */
const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */
int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
void *(*Init)(struct bundle *, struct fsm_opt *);
void (*OptInit)(struct bundle *, struct fsm_opt *,
int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
void *(*Init)(struct bundle *, struct fsm_opt *);
struct fsm_opt val;
DeflateDispOpts(struct fsm_opt *o)
DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o,
DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
struct fsm_opt *
struct fsm_opt *o = (struct fsm_opt *)*cp;
if (o->hdr.len > sizeof(struct fsm_opt)) {
o->hdr.len, (int)sizeof(struct fsm_opt));
o->hdr.len = sizeof(struct fsm_opt);
fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o)
fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o)
dec->rejend += fsm_opt(dec->rejend, FSM_OPTLEN - (dec->rejend - dec->rej), o);
fsm_ack(struct fsm_decode *dec, const struct fsm_opt *o)
dec->ackend += fsm_opt(dec->ackend, FSM_OPTLEN - (dec->ackend - dec->ack), o);
fsm_nak(struct fsm_decode *dec, const struct fsm_opt *o)
dec->nakend += fsm_opt(dec->nakend, FSM_OPTLEN - (dec->nakend - dec->nak), o);
(o) = (struct fsm_opt *)((u_char *)(o) + (length)); \
extern struct fsm_opt *fsm_readopt(u_char **);
extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
extern void fsm_ack(struct fsm_decode *, const struct fsm_opt *);
extern void fsm_nak(struct fsm_decode *, const struct fsm_opt *);
struct fsm_opt *opt, nak;
struct fsm_opt *o;
o = (struct fsm_opt *)buff;
struct fsm_opt *o;
o = (struct fsm_opt *)buff;
struct fsm_opt opt;
struct fsm_opt *opt;
struct fsm_opt *o;
o = (struct fsm_opt *)buff;
struct fsm_opt nak;
struct fsm_opt *opt, nak;
MPPEDispOpts(struct fsm_opt *o)
MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o,
MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o,
MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o,
MPPE_InitState(struct fsm_opt *o)
MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
Pred1InitInput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
Pred1InitOutput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
Pred1DispOpts(struct fsm_opt *o __unused)
Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o,