Lines Matching defs:frad_state
137 struct frad_state { struct
138 fr_proto settings;
139 pvc_device *first_pvc;
140 int dce_pvc_count;
142 struct timer_list timer;
143 unsigned long last_poll;
144 int reliable;
145 int dce_changed;
146 int request;
147 int fullrep_sent;
171 static inline struct frad_state* state(hdlc_device *hdlc) in state() argument