Gateway C ABI
Loading...
Searching...
No Matches
sGCEthernetInterface Struct Reference

Ethernet interface configuration. More...

#include <abi.h>

Data Fields

char interface [GC_INTERFACE_NAME_MAX]
 OS interface name (e.g., "eth0", "enp0s3")
 

Detailed Description

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.

Field Documentation

◆ interface

char sGCEthernetInterface::interface[GC_INTERFACE_NAME_MAX]

OS interface name (e.g., "eth0", "enp0s3")


The documentation for this struct was generated from the following file: