HomeSort by relevance Sort by last modified time
    Searched refs:fsm_opt (Results 1 - 10 of 10) sorted by null

  /external/libppp/src/
ccp.h 88 struct fsm_opt val;
103 struct fsm_opt opt; /* Set by implementation's OptInit() */
126 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */
130 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
131 void *(*Init)(struct bundle *, struct fsm_opt *);
139 void (*OptInit)(struct bundle *, struct fsm_opt *,
141 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *);
142 void *(*Init)(struct bundle *, struct fsm_opt *);
fsm.h 170 struct fsm_opt { struct
179 (o) = (struct fsm_opt *)((u_char *)(o) + (length)); \
197 extern struct fsm_opt *fsm_readopt(u_char **);
198 extern void fsm_rej(struct fsm_decode *, const struct fsm_opt *);
199 extern void fsm_ack(struct fsm_decode *, const struct fsm_opt *);
200 extern void fsm_nak(struct fsm_decode *, const struct fsm_opt *);
pred.c 154 Pred1InitInput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
164 Pred1InitOutput(struct bundle *bundle __unused, struct fsm_opt *o __unused)
299 Pred1DispOpts(struct fsm_opt *o __unused)
305 Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
312 Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o,
mppe.c 382 MPPEDispOpts(struct fsm_opt *o)
512 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o,
536 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o,
575 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o,
645 MPPE_InitState(struct fsm_opt *o)
679 MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
735 MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
fsm.c 1138 struct fsm_opt *
1141 struct fsm_opt *o = (struct fsm_opt *)*cp;
1150 if (o->hdr.len > sizeof(struct fsm_opt)) {
1152 o->hdr.len, (int)sizeof(struct fsm_opt));
1153 o->hdr.len = sizeof(struct fsm_opt);
1160 fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o) function
1180 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o)
1184 dec->rejend += fsm_opt(dec->rejend, FSM_OPTLEN - (dec->rejend - dec->rej), o)
    [all...]
deflate.c 434 DeflateDispOpts(struct fsm_opt *o)
443 DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
452 DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o,
467 DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o,
489 DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
512 DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
ipv6cp.c 622 struct fsm_opt *o;
624 o = (struct fsm_opt *)buff;
663 struct fsm_opt opt;
690 struct fsm_opt *opt;
lcp.c 385 struct fsm_opt *o;
396 o = (struct fsm_opt *)buff;
623 struct fsm_opt nak;
672 struct fsm_opt *opt, nak;
    [all...]
ipcp.c 758 struct fsm_opt *o;
760 o = (struct fsm_opt *)buff;
1060 struct fsm_opt *opt, nak;
    [all...]
ccp.c 573 struct fsm_opt *opt;

Completed in 60 milliseconds