Searched defs:mgsl_struct (Results 1 – 1 of 1) sorted by relevance
195 struct mgsl_struct { struct196 void *if_ptr; /* General purpose pointer (used by SPPP) */197 int magic;198 int flags;199 int count; /* count of opens */200 int line;201 int hw_version;202 unsigned short close_delay;203 unsigned short closing_wait; /* time to wait before closing */205 struct mgsl_icount icount;[all …]