Skip to content

Struct cl_eth_interface_status_t

ClassList > cl_eth_interface_status_t

Ethernet interface status. Has a link state (UP/DOWN), and if it is up, it'll also contain a speed and role that is determined by what was negotiated (or set, if not using aneg) for the link.

  • #include <cl/cl_api.h>

Public Attributes

Type Name
cl_link_role_t link_role
cl_link_speed_t link_speed
enum cl_link_state_t link_state

Public Attributes Documentation

cl_link_role_t cl_eth_interface_status_t::link_role;

cl_link_speed_t cl_eth_interface_status_t::link_speed;

enum cl_link_state_t cl_eth_interface_status_t::link_state;


The documentation for this class was generated from the following file cl/cl_api.h