Searched defs:lldp_chassis (Results 1 - 1 of 1) 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...]

Completed in 540 milliseconds