Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/9k/port/
H A Dnetif.h3 typedef struct Netif Netif; typedef
65 struct Netif struct
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 int link; /* link status */
79 int minmtu;
[all …]
/plan9-contrib/sys/src/9/port/
H A Dnetif.h4 typedef struct Netif Netif; typedef
66 struct Netif struct
71 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 …]
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Dnetif.h4 typedef struct Netif Netif; typedef
65 struct Netif struct
67 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 …]