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) |
|