Home
last modified time | relevance | path

Searched defs:fsm_opt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dfsm.h171 struct fsm_opt { struct
172 struct fsm_opt_hdr hdr; argument
180 (o) = (struct fsm_opt *)((u_char *)(o) + (length)); \ argument
H A Dfsm.c1161 fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o) in fsm_opt() function