Searched defs:cycx_x25_channel (Results 1 – 1 of 1) sorted by relevance
108 struct cycx_x25_channel { struct110 struct net_device *slave; /* WAN slave */112 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */113 char addr[WAN_ADDRESS_SZ+1]; /* media address, ASCIIZ */114 char *local_addr; /* local media address, ASCIIZ -116 s16 lcn; /* logical channel number/conn.req.key*/117 u8 link;118 struct timer_list timer; /* timer used for svc channel disc. */119 u16 protocol; /* ethertype, 0 - multiplexed */120 u8 svc; /* 0 - permanent, 1 - switched */[all …]