50 #ifndef OPENAPI_PML_H_INCLUDED
51 #define OPENAPI_PML_H_INCLUDED
open_error_t openapiPmlIntfIsValid(openapiClientHandle_t *clientHandle, uint32_t ifNum, OPEN_BOOL_t *isValid)
Get whether an interface is a valid PML interface or not.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiPmlIntfStaticLimitGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, uint32_t *limit)
Get the Port MAC Locking static limit for the specified interface.
open_error_t openapiPmlIntfViolationTrapModeGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, OPEN_CONTROL_t *trapMode)
Get the Port MAC Locking violation trap mode for the specified interface.
open_error_t openapiPmlIntfViolationDDisableModeGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, OPEN_CONTROL_t *mode)
Get the Port MAC Locking violation D-Disable mode for the specified interface.
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
OPEN_BOOL_t
OPEN uses these enumerators to indicate true or false for a given config or status parameter...
open_error_t openapiPmlIntfModeGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, OPEN_CONTROL_t *mode)
Get the Port MAC Locking mode for the specified interface.
open_error_t openapiPmlGlobalAdminModeGet(openapiClientHandle_t *clientHandle, OPEN_CONTROL_t *adminMode)
Get the Port MAC Locking Global Admin mode.
open_error_t openapiPmlIntfStickyModeGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, OPEN_CONTROL_t *stickyMode)
Get the Port MAC Locking sticky mode for the specified interface.
open_error_t openapiPmlIntfDynamicLimitGet(openapiClientHandle_t *clientHandle, uint32_t ifNum, uint32_t *limit)
Get the Port MAC Locking dynamic limit for the specified interface.