Searched refs:lldp_chassis (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-internal.h31 typedef struct lldp_chassis lldp_chassis; typedef in typeref:struct:lldp_chassis
44 lldp_chassis *c;
50 int lldp_neighbour_port_new(lldp_chassis *c, tlv_packet *tlv, lldp_neighbour_port **ret);
64 struct lldp_chassis { struct
78 lldp_chassis **ret);
80 void lldp_chassis_free(lldp_chassis *c);
82 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_chassis *, lldp_chassis_free);
85 int lldp_mib_update_objects(lldp_chassis *c, tlv_packet *tlv);
87 int lldp_mib_remove_objects(lldp_chassis *
[all...]
H A Dlldp-internal.c37 int lldp_mib_update_objects(lldp_chassis *c, tlv_packet *tlv) {
74 int lldp_mib_remove_objects(lldp_chassis *c, tlv_packet *tlv) {
104 _cleanup_lldp_chassis_free_ lldp_chassis *c = NULL;
213 lldp_chassis *c;
244 int lldp_neighbour_port_new(lldp_chassis *c,
284 void lldp_chassis_free(lldp_chassis *c) {
299 lldp_chassis **ret) {
300 _cleanup_lldp_chassis_free_ lldp_chassis *c = NULL;
312 c = new0(lldp_chassis, 1);
H A Dsd-lldp.c433 lldp_chassis *c;
458 lldp_chassis *c;
728 lldp_chassis *c;

Completed in 1728 milliseconds