Searched defs:datalink (Results 1 – 1 of 1) sorted by relevance
55 struct datalink { struct56 struct fdescriptor desc; /* We play either a physical or a chat */57 unsigned state; /* Our DATALINK_* state */58 struct physical *physical; /* Our link */60 struct chat chat; /* For bringing the link up & down */62 unsigned stayonline : 1; /* stay online when LCP is closed ? */63 struct {66 } script;68 struct {91 } cfg; /* All our config data is in here */[all …]