|
Gateway C ABI
|
Ethernet interface configuration. More...
#include <abi.h>
Data Fields | |
| char | interface [GC_INTERFACE_NAME_MAX] |
| OS interface name (e.g., "eth0", "enp0s3") | |
Ethernet interface configuration.
Contains the OS interface name for an ethernet interface. Plugins query this configuration by logical name to obtain the OS interface name. The plugin allocates this structure on the stack and passes a pointer to gcGetEthernetInterface.
| char sGCEthernetInterface::interface[GC_INTERFACE_NAME_MAX] |
OS interface name (e.g., "eth0", "enp0s3")