Searched defs:Netif (Results 1 – 3 of 3) sorted by relevance
3 typedef struct Netif Netif; typedef65 struct Netif struct70 char name[KNAMELEN]; /* for top level directory */71 int nfile; /* max number of Netfiles */72 Netfile **f;75 int limit; /* flow control */76 int alen; /* address length */77 int mbps; /* megabits per sec */78 int link; /* link status */79 int minmtu;[all …]
4 typedef struct Netif Netif; typedef66 struct Netif struct71 char name[KNAMELEN]; /* for top level directory */72 int nfile; /* max number of Netfiles */73 Netfile **f;76 int limit; /* flow control */77 int alen; /* address length */78 int mbps; /* megabits per sec */79 int link; /* link status */80 int minmtu;[all …]
4 typedef struct Netif Netif; typedef65 struct Netif struct67 QLock lk;70 char name[KNAMELEN]; /* for top level directory */71 int nfile; /* max number of Netfiles */72 Netfile **f;75 int limit; /* flow control */76 int alen; /* address length */77 int mbps; /* megabits per sec */78 uchar addr[Nmaxaddr];[all …]