Searched defs:isdn_net_local_s (Results 1 – 1 of 1) sorted by relevance
282 typedef struct isdn_net_local_s { struct283 ulong magic;284 struct net_device_stats stats; /* Ethernet Statistics */285 int isdn_device; /* Index to isdn-device */286 int isdn_channel; /* Index to isdn-channel */287 int ppp_slot; /* PPPD device slot number */288 int pre_device; /* Preselected isdn-device */289 int pre_channel; /* Preselected isdn-channel */290 int exclusive; /* If non-zero idx to reserved chan.*/291 int flags; /* Connection-flags */[all …]