Home
last modified time | relevance | path

Searched defs:datalink (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Ddatalink.h55 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 */
[all …]