Lines Matching defs:datalink
55 struct datalink { struct
56 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 */
93 struct {
98 } phone;
123 struct datalink *next; /* Next in the list */ argument