Lines Matching defs:datalink
54 struct datalink { struct
55 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 */
92 struct {
97 } phone;
122 struct datalink *next; /* Next in the list */ argument