FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
LLDP external definition. More...
Go to the source code of this file.
Typedefs | |
typedef enum lldp_cfg_err | lldp_cfg_err_t |
Enumerations | |
enum | lldp_cfg_err { lldp_ok, lldp_not_supported, lldp_invalid_arg } |
Functions | |
lldp_cfg_err_t | lldp_cfg_intf_set (u32 hw_if_index, u8 **port_desc, u8 **mgmt_ip4, u8 **mgmt_ip6, u8 **mgmt_oid, int enable) |
lldp_cfg_err_t | lldp_cfg_set (u8 **host, int hold_time, int tx_interval) |
LLDP external definition.
Definition in file lldp.h.
typedef enum lldp_cfg_err lldp_cfg_err_t |
enum lldp_cfg_err |
lldp_cfg_err_t lldp_cfg_intf_set | ( | u32 | hw_if_index, |
u8 ** | port_desc, | ||
u8 ** | mgmt_ip4, | ||
u8 ** | mgmt_ip6, | ||
u8 ** | mgmt_oid, | ||
int | enable | ||
) |
Definition at line 46 of file lldp_cli.c.
lldp_cfg_err_t lldp_cfg_set | ( | u8 ** | host, |
int | hold_time, | ||
int | tx_interval | ||
) |
Definition at line 170 of file lldp_cli.c.