| plan 9 kernel history: overview | file list | diff list |
1999/0625/port/netif.h (diff list | history)
| 1999/0316/sys/src/9/port/netif.h:39,44 – 1999/0625/sys/src/9/port/netif.h:39,46 (short | long | prev | next) | ||
|
Add Netif.bridge, Netif.headersonly.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0525 | ||
| 1997/0327 | int type; /* multiplexor type */ int prom; /* promiscuous mode */ | |
| 1999/0625 | int bridge; /* bridge mode */ int headersonly; /* headers only - no data */ | |
| 1997/0403 | uchar maddr[8]; /* bitmask of multicast addresses requested */ int nmaddr; /* number of multicast addresses */ | |
| 1993/0525 | ||