|
libteam 1.32
|
Functions | |
| TEAM_EXPORT struct team_port * | team_get_next_port (struct team_handle *th, struct team_port *port) |
| TEAM_EXPORT uint32_t | team_get_port_ifindex (struct team_port *port) |
| TEAM_EXPORT uint32_t | team_get_port_speed (struct team_port *port) |
| TEAM_EXPORT uint8_t | team_get_port_duplex (struct team_port *port) |
| TEAM_EXPORT bool | team_is_port_link_up (struct team_port *port) |
| TEAM_EXPORT bool | team_is_port_changed (struct team_port *port) |
| TEAM_EXPORT bool | team_is_port_removed (struct team_port *port) |
| TEAM_EXPORT struct team_ifinfo * | team_get_port_ifinfo (struct team_port *port) |
| TEAM_EXPORT bool | team_is_port_present (struct team_handle *th, struct team_port *port) |
| TEAM_EXPORT struct team_port * team_get_next_port | ( | struct team_handle * | th, |
| struct team_port * | port ) |
| th | libteam library context |
| port | port structure |
Get next port in list.
| TEAM_EXPORT uint8_t team_get_port_duplex | ( | struct team_port * | port | ) |
| port | port structure |
Get port duplex.
| TEAM_EXPORT uint32_t team_get_port_ifindex | ( | struct team_port * | port | ) |
| port | port structure |
Get port interface index.
| TEAM_EXPORT struct team_ifinfo * team_get_port_ifinfo | ( | struct team_port * | port | ) |
| port | port structure |
Get port rtnetlink interface info.
| TEAM_EXPORT uint32_t team_get_port_speed | ( | struct team_port * | port | ) |
| port | port structure |
Get port speed.
| TEAM_EXPORT bool team_is_port_changed | ( | struct team_port * | port | ) |
| port | port structure |
See if port values got changed.
| TEAM_EXPORT bool team_is_port_link_up | ( | struct team_port * | port | ) |
| port | port structure |
See if port link is up.
| TEAM_EXPORT bool team_is_port_present | ( | struct team_handle * | th, |
| struct team_port * | port ) |
| th | libteam library context |
| port | port structure |
See if port is actually present in this team.
| TEAM_EXPORT bool team_is_port_removed | ( | struct team_port * | port | ) |
| port | port structure |
See if port was removed.