Lines Matching refs:LinkInfo

264 typedef struct LinkInfo {  struct
358 } LinkInfo; argument
360 static int link_info_compare(const LinkInfo *a, const LinkInfo *b) { in link_info_compare()
364 static LinkInfo* link_info_array_free(LinkInfo *array) { in link_info_array_free()
375 DEFINE_TRIVIAL_CLEANUP_FUNC(LinkInfo*, link_info_array_free);
377 static int decode_netdev(sd_netlink_message *m, LinkInfo *info) { in decode_netdev()
490 static int decode_link(sd_netlink_message *m, LinkInfo *info, char **patterns, bool matched_pattern… in decode_link()
610 const LinkInfo *link, in link_get_property()
639 static int acquire_link_bitrates(sd_bus *bus, LinkInfo *link) { in acquire_link_bitrates()
670 static void acquire_ether_link_info(int *fd, LinkInfo *link) { in acquire_ether_link_info()
679 static void acquire_wlan_link_info(LinkInfo *link) { in acquire_wlan_link_info()
710 static int acquire_link_info(sd_bus *bus, sd_netlink *rtnl, char **patterns, LinkInfo **ret) { in acquire_link_info()
712 _cleanup_(link_info_array_freep) LinkInfo *links = NULL; in acquire_link_info()
790 _cleanup_(link_info_array_freep) LinkInfo *links = NULL; in list_links()
1309 static int dump_dhcp_leases(Table *table, const char *prefix, sd_bus *bus, const LinkInfo *link) { in dump_dhcp_leases()
1431 static int dump_statistics(Table *table, const LinkInfo *info) { in dump_statistics()
1489 static int show_logs(const LinkInfo *info) { in show_logs()
1549 const LinkInfo *info) { in link_status_one()
2386 _cleanup_(link_info_array_freep) LinkInfo *links = NULL; in link_status()
2477 _cleanup_(link_info_array_freep) LinkInfo *links = NULL; in link_lldp_status()