Expand description
Information about the networking layer.
This module corresponds to the /proc/net
directory and contains various information about the
networking layer.
Structs§
- ARPEntry
- An entry in the ARP table
- ARPFlags
- Flags for ARP entries
- ARPHardware
- Hardware type for an ARP table entry.
- ArpEntries
- ARP table entries.
- Device
Status - General statistics for a network interface/device
- Interface
Device Status - Device status information for all network interfaces.
- Route
Entries - A set of ipv4 routes.
- Route
Entry - An entry in the ipv4 route table
- Snmp
- This struct holds the data needed for the IP, ICMP, TCP, and UDP management information bases for an SNMP agent.
- Snmp6
- This struct holds the data needed for the IP, ICMP, TCP, and UDP management information bases for an SNMP agent.
- TcpNet
Entries - TCP socket entries.
- TcpNet
Entry - An entry in the TCP socket table
- UdpNet
Entries - UDP socket entries.
- UdpNet
Entry - An entry in the UDP socket table
- Unix
NetEntries - Unix socket entries.
- Unix
NetEntry - An entry in the Unix socket table
Enums§
- IpForwarding
- The indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host).
- TcpRto
Algorithm - The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
- TcpState
- UdpState
- Unix
State