|
int | opennsl_mirror_egress_get (int unit, opennsl_port_t port, int *val) LIB_DLL_EXPORTED |
| Get the egress mirroring enabled/disabled status for a port on the device.
|
|
int | opennsl_mirror_egress_set (int unit, opennsl_port_t port, int val) LIB_DLL_EXPORTED |
| Enable or Disable egress mirroring for a port on the device.
|
|
int | opennsl_mirror_ingress_get (int unit, opennsl_port_t port, int *val) LIB_DLL_EXPORTED |
| Get the ingress mirroring enabled/disabled status for a port on the device.
|
|
int | opennsl_mirror_ingress_set (int unit, opennsl_port_t port, int val) LIB_DLL_EXPORTED |
| Enable or Disable ingress mirroring for a port on the device.
|
|
int | opennsl_mirror_init (int unit) LIB_DLL_EXPORTED |
| Initialize the mirroring module to its initial configuration.
|
|
int | opennsl_mirror_mode_get (int unit, int *mode) LIB_DLL_EXPORTED |
| Get the current mirroring mode for the device.
|
|
int | opennsl_mirror_mode_set (int unit, int mode) LIB_DLL_EXPORTED |
| Set the current mirroring mode for the device.
|
|
int | opennsl_mirror_port_dest_add (int unit, opennsl_port_t port, uint32 flags, opennsl_gport_t mirror_dest_id) LIB_DLL_EXPORTED |
| Add mirroring destination to a port.
|
|
int | opennsl_mirror_port_dest_delete (int unit, opennsl_port_t port, uint32 flags, opennsl_gport_t mirror_dest_id) LIB_DLL_EXPORTED |
| Delete mirroring destination from a port.
|
|
int | opennsl_mirror_port_dest_delete_all (int unit, opennsl_port_t port, uint32 flags) LIB_DLL_EXPORTED |
| Delete all mirroring destinations from a port.
|
|
int | opennsl_mirror_port_dest_get (int unit, opennsl_port_t port, uint32 flags, int mirror_dest_size, opennsl_gport_t *mirror_dest, int *mirror_dest_count) LIB_DLL_EXPORTED |
| Get port mirroring destinations.
|
|
int | opennsl_mirror_port_get (int unit, opennsl_port_t port, opennsl_module_t *dest_mod, opennsl_port_t *dest_port, uint32 *flags) LIB_DLL_EXPORTED |
| Get mirroring configuration for a port.
|
|
int | opennsl_mirror_port_info_get (int unit, opennsl_port_t port, uint32 flags, opennsl_mirror_port_info_t *info) LIB_DLL_EXPORTED |
| Get mirroring information per port.
|
|
int | opennsl_mirror_port_info_set (int unit, opennsl_port_t port, uint32 flags, opennsl_mirror_port_info_t *info) LIB_DLL_EXPORTED |
| Set mirroring information per port.
|
|
void | opennsl_mirror_port_info_t_init (opennsl_mirror_port_info_t *info) LIB_DLL_EXPORTED |
| Initialize a mirror port information structure.
|
|
int | opennsl_mirror_port_set (int unit, opennsl_port_t port, opennsl_module_t dest_mod, opennsl_port_t dest_port, uint32 flags) LIB_DLL_EXPORTED |
| Set mirroring configuration for a port.
|
|
int | opennsl_mirror_port_vlan_dest_add (int unit, opennsl_port_t port, opennsl_vlan_t vlan, uint32 flags, opennsl_gport_t destid) LIB_DLL_EXPORTED |
| Add mirroring destination to a port-vlan.
|
|
int | opennsl_mirror_port_vlan_dest_delete (int unit, opennsl_port_t port, opennsl_vlan_t vlan, uint32 flags, opennsl_gport_t destid) LIB_DLL_EXPORTED |
| Delete mirroring destination from a port-vlan.
|
|
int | opennsl_mirror_port_vlan_dest_delete_all (int unit, opennsl_port_t port, opennsl_vlan_t vlan, uint32 flags) LIB_DLL_EXPORTED |
| Delete all mirroring destinations from a port-vlan.
|
|
int | opennsl_mirror_port_vlan_dest_get (int unit, opennsl_port_t port, opennsl_vlan_t vlan, uint32 flags, uint32 mirror_dest_size, opennsl_gport_t *destid, uint32 *destcount) LIB_DLL_EXPORTED |
| Get port-vlan mirroring destinations.
|
|
int | opennsl_mirror_port_vlan_get (int unit, opennsl_port_t port, opennsl_vlan_t vlan, opennsl_gport_t *dest_port, uint32 *flags) LIB_DLL_EXPORTED |
| Get mirroring configuration for a port-vlan.
|
|
int | opennsl_mirror_port_vlan_set (int unit, opennsl_port_t port, opennsl_vlan_t vlan, opennsl_gport_t destport, uint32 flags) LIB_DLL_EXPORTED |
| Set mirroring configuration for a port-vlan.
|
|
int | opennsl_mirror_to_get (int unit, opennsl_port_t *port) LIB_DLL_EXPORTED |
| Get the mirror-to port for the device.
|
|
int | opennsl_mirror_to_set (int unit, opennsl_port_t port) LIB_DLL_EXPORTED |
| Set the mirror-to port for the device.
|
|