|
libteam 1.32
|
Functions | |
| TEAM_EXPORT struct team_ifinfo * | team_get_next_ifinfo (struct team_handle *th, struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_removed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT uint32_t | team_get_ifinfo_ifindex (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_get_ifinfo_admin_state (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT struct team_port * | team_get_ifinfo_port (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT char * | team_get_ifinfo_hwaddr (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_hwaddr_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT size_t | team_get_ifinfo_hwaddr_len (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_hwaddr_len_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT char * | team_get_ifinfo_orig_hwaddr (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT uint8_t | team_get_ifinfo_orig_hwaddr_len (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT char * | team_get_ifinfo_ifname (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_ifname_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT uint32_t | team_get_ifinfo_master_ifindex (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_master_ifindex_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_admin_state_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT char * | team_get_ifinfo_phys_port_id (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_phys_port_id_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT size_t | team_get_ifinfo_phys_port_id_len (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_phys_port_id_len_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool | team_is_ifinfo_changed (struct team_ifinfo *ifinfo) |
| TEAM_EXPORT bool team_get_ifinfo_admin_state | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo admin state.
| TEAM_EXPORT char * team_get_ifinfo_hwaddr | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo hardware address.
| TEAM_EXPORT size_t team_get_ifinfo_hwaddr_len | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo hardware address length.
| TEAM_EXPORT uint32_t team_get_ifinfo_ifindex | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo interface index.
| TEAM_EXPORT char * team_get_ifinfo_ifname | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo interface name.
| TEAM_EXPORT uint32_t team_get_ifinfo_master_ifindex | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get interface index of master interface.
| TEAM_EXPORT char * team_get_ifinfo_orig_hwaddr | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo original hardware address.
| TEAM_EXPORT uint8_t team_get_ifinfo_orig_hwaddr_len | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo original hardware address length.
| TEAM_EXPORT char * team_get_ifinfo_phys_port_id | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get ifinfo physical port ID.
| TEAM_EXPORT size_t team_get_ifinfo_phys_port_id_len | ( | struct team_ifinfo * | ifinfo | ) |
team_get_ifinfo_phys_port_id_len:
Get ifinfo physical port ID length.
| TEAM_EXPORT struct team_port * team_get_ifinfo_port | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
Get port associated to rtnetlink interface info.
| TEAM_EXPORT struct team_ifinfo * team_get_next_ifinfo | ( | struct team_handle * | th, |
| struct team_ifinfo * | ifinfo ) |
| th | libteam library context |
| Interface information functions | ifinfo structure |
Get next ifinfo in list.
| TEAM_EXPORT bool team_is_ifinfo_admin_state_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if admin state of interface got changed.
| TEAM_EXPORT bool team_is_ifinfo_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo got changed.
| TEAM_EXPORT bool team_is_ifinfo_hwaddr_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo hardware address got changed.
| TEAM_EXPORT bool team_is_ifinfo_hwaddr_len_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo hardware address length got changed.
| TEAM_EXPORT bool team_is_ifinfo_ifname_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo interface name got changed.
| TEAM_EXPORT bool team_is_ifinfo_master_ifindex_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if interface index of master interface got changed.
| TEAM_EXPORT bool team_is_ifinfo_phys_port_id_changed | ( | struct team_ifinfo * | ifinfo | ) |
team_is_ifinfo_phys_port_id_changed:
See if ifinfo physical port ID got changed.
| TEAM_EXPORT bool team_is_ifinfo_phys_port_id_len_changed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo physical port ID length got changed.
| TEAM_EXPORT bool team_is_ifinfo_removed | ( | struct team_ifinfo * | ifinfo | ) |
| Interface information functions | ifinfo structure |
See if ifinfo got removed. This means that the interface got removed.