Searched defs:lldp_port (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-port.h30 typedef struct lldp_port lldp_port; typedef in typeref:struct:lldp_port
40 struct lldp_port { struct
62 lldp_port **ret);
63 void lldp_port_free(lldp_port *p);
65 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_port*, lldp_port_free);
68 int lldp_port_start(lldp_port *p);
69 int lldp_port_stop(lldp_port *p);

Completed in 362 milliseconds