Go to the source code of this file.
|
static void | add_device_name_tlv (vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | add_port_id_tlv (vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | add_version_tlv (vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | add_platform_tlv (vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | add_capability_tlv (vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | add_tlvs (cdp_main_t *cm, vnet_hw_interface_t *hw, u8 **t0p) |
|
static void | send_ethernet_hello (cdp_main_t *cm, cdp_neighbor_t *n, int count) |
|
static void | send_hdlc_hello (cdp_main_t *cm, cdp_neighbor_t *n, int count) |
|
static void | send_srp_hello (cdp_main_t *cm, cdp_neighbor_t *n, int count) |
|
static int | pick_packet_template (cdp_main_t *cm, cdp_neighbor_t *n) |
|
static void | send_hello (cdp_main_t *cm, cdp_neighbor_t *n, int count) |
|
static void | delete_neighbor (cdp_main_t *cm, cdp_neighbor_t *n, int want_broadcast) |
|
void | cdp_periodic (vlib_main_t *vm) |
|
static clib_error_t * | cdp_periodic_init (vlib_main_t *vm) |
|
◆ add_capability_tlv()
◆ add_device_name_tlv()
◆ add_platform_tlv()
◆ add_port_id_tlv()
◆ add_tlvs()
◆ add_version_tlv()
◆ cdp_periodic()
◆ cdp_periodic_init()
◆ delete_neighbor()
◆ pick_packet_template()
◆ send_ethernet_hello()
◆ send_hdlc_hello()
◆ send_hello()
◆ send_srp_hello()