|
The Pedigree Project
0.1
|
#include <Network.h>
Collaboration diagram for StationInfo:Public Member Functions | |
| StationInfo (const StationInfo &info) | |
| StationInfo & | operator= (const StationInfo &info)=delete |
| Number of packets dropped because they were invalid. | |
Public Attributes | |
| IpAddress | ipv4 |
| IpAddress * | ipv6 |
| size_t | nIpv6Addresses |
| IpAddress | subnetMask |
| IpAddress | broadcast |
| IpAddress | gateway |
| Automatically calculated? | |
| IpAddress | gatewayIpv6 |
| IpAddress * | dnsServers |
| size_t | nDnsServers |
| Can contain IPv6 addresses. | |
| MacAddress | mac |
| size_t | nPackets |
| size_t | nDropped |
| Number of packets passed through the interface. | |
| size_t | nBad |
| Number of packets dropped by the filter. | |
Station information - basically information about this station, per NIC
Definition at line 32 of file system/include/pedigree/kernel/machine/Network.h.
1.8.11