|
Retro Rocket Kernel
BASIC-Powered Operating System
|
Represents a protocol, or group of related protocols, that can be attached to an interface and can have addresses. At present only ethernet devices are supported, this covers 99% of the scenarios we might see in the wild on consumer machines. More...
Collaboration diagram for netproto:Public Attributes | |
| char | name [16] |
| uint16_t | ethernet_protocol_id |
| uint16_t | num_addresses |
| net_address_t * | addresses |
Represents a protocol, or group of related protocols, that can be attached to an interface and can have addresses. At present only ethernet devices are supported, this covers 99% of the scenarios we might see in the wild on consumer machines.
| net_address_t* netproto::addresses |
| uint16_t netproto::ethernet_protocol_id |
| char netproto::name[16] |
| uint16_t netproto::num_addresses |