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

  /external/libppp/src/
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...]
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 *);

Completed in 50 milliseconds