Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dfsm.h170 struct fsm_opt { struct
171 struct fsm_opt_hdr hdr; argument
179 (o) = (struct fsm_opt *)((u_char *)(o) + (length)); \ argument
H A Dfsm.c1160 fsm_opt(u_char *opt, int optlen, const struct fsm_opt *o) in fsm_opt() function