version 1.1.1.3, 2021/03/17 00:39:23
|
version 1.1.1.3.2.1, 2023/09/27 11:08:01
|
Line 115
|
Line 115
|
int id; /* Index of this link in gLinks */ |
int id; /* Index of this link in gLinks */ |
u_char tmpl; /* This is template, not an instance */ |
u_char tmpl; /* This is template, not an instance */ |
u_char stay; /* Must not disappear */ |
u_char stay; /* Must not disappear */ |
u_char state; /* Device current state */ | u_char state; /* Physical device current state */ |
| u_char admin_state; /* Link administrative state */ |
u_char joined_bund; /* Link successfully joined bundle */ |
u_char joined_bund; /* Link successfully joined bundle */ |
u_char originate; /* Who originated the connection */ |
u_char originate; /* Who originated the connection */ |
u_char die; /* LCP agreed to die */ |
u_char die; /* LCP agreed to die */ |
Line 179
|
Line 180
|
extern void LinkDown(Link l); |
extern void LinkDown(Link l); |
extern void LinkOpen(Link l); |
extern void LinkOpen(Link l); |
extern void LinkClose(Link l); |
extern void LinkClose(Link l); |
|
extern void LinkOpenAdm(Link l); |
|
extern void LinkCloseAdm(Link l); |
extern int LinkOpenCmd(Context ctx); |
extern int LinkOpenCmd(Context ctx); |
extern int LinkCloseCmd(Context ctx); |
extern int LinkCloseCmd(Context ctx); |
|
|