Searched defs:datalink (Results 1 – 1 of 1) sorted by relevance
54 struct datalink { struct55 struct fdescriptor desc; /* We play either a physical or a chat */56 unsigned state; /* Our DATALINK_* state */57 struct physical *physical; /* Our link */59 struct chat chat; /* For bringing the link up & down */61 unsigned stayonline : 1; /* stay online when LCP is closed ? */62 struct {65 } script;67 struct {90 } cfg; /* All our config data is in here */[all …]