|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.12.0.1
|
Functions | |
| open_error_t | openapiGarpGmrpEnableGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *globalGmrpStatus) |
| Get the GMRP global status. More... | |
| open_error_t | openapiGarpGmrpEnableSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t globalGmrpStatus) |
| Set the GMRP global status. More... | |
| open_error_t | openapiGarpGmrpFailedRegistrationsGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gmrpFailedRegistrations) |
| Get the number of failed GMRP registrations of the interface. More... | |
| open_error_t | openapiGarpGmrpPortEnableGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t *intfGmrpStatus) |
| Get the GMRP interface status. More... | |
| open_error_t | openapiGarpGmrpPortEnableSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t intfGmrpStatus) |
| Set the GMRP interface status. More... | |
| open_error_t | openapiGarpGmrpReceivePDUCountGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gmrpPduRxCount) |
| Get the number of GMRP PDUs received on an interface. More... | |
| open_error_t | openapiGarpGmrpTransmitPDUCountGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gmrpPduTxCount) |
| Get the number of GMRP PDUs transmitted from an interface. More... | |
| open_error_t | openapiGarpGvrpEnableGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *globalGvrpStatus) |
| Get the GVRP global status. More... | |
| open_error_t | openapiGarpGvrpEnableSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t globalGvrpStatus) |
| Set the GVRP global status. More... | |
| open_error_t | openapiGarpGvrpFailedRegistrationsGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gvrpFailedRegistrations) |
| Get the number of failed GVRP registrations of the interface. More... | |
| open_error_t | openapiGarpGvrpPortEnableGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t *intfGvrpStatus) |
| Get the GVRP interface status. More... | |
| open_error_t | openapiGarpGvrpPortEnableSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t intfGvrpStatus) |
| Set the GVRP interface status. More... | |
| open_error_t | openapiGarpGvrpReceivePDUCountGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gvrpPduRxCount) |
| Get the number of GVRP PDUs received on an interface. More... | |
| open_error_t | openapiGarpGvrpTransmitPDUCountGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *gvrpPduTxCount) |
| Get the number of GVRP PDUs transmitted from an interface. More... | |
| open_error_t | openapiGarpJoinTimeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *joinTime) |
| Get the GARP Join Time. More... | |
| open_error_t | openapiGarpJoinTimeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t joinTime) |
| Set the GARP Join Time. More... | |
| open_error_t | openapiGarpLeaveAllTimeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *leaveAllTime) |
| Get the GARP Leave All Time. More... | |
| open_error_t | openapiGarpLeaveAllTimeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t leaveAllTime) |
| Set the GARP Leave All Time. More... | |
| open_error_t | openapiGarpLeaveTimeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *leaveTime) |
| Get the GARP Leave Time. More... | |
| open_error_t | openapiGarpLeaveTimeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t leaveTime) |
| Set the GARP Leave Time. More... | |
| open_error_t openapiGarpGmrpEnableGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | globalGmrpStatus | ||
| ) |
Get the GMRP global status.
| [in] | client_handle | client handle from registration API |
| [out] | globalGmrpStatus | GMRP global status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGmrpEnableSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | globalGmrpStatus | ||
| ) |
Set the GMRP global status.
| [in] | client_handle | client handle from registration API |
| [in] | globalGmrpStatus | GMRP global status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGmrpFailedRegistrationsGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gmrpFailedRegistrations | ||
| ) |
Get the number of failed GMRP registrations of the interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gmrpFailedRegistrations | Number of failed GMRP registrations. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpGmrpPortEnableGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_CONTROL_t * | intfGmrpStatus | ||
| ) |
Get the GMRP interface status.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [out] | intfGmrpStatus | GMRP interface status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGmrpPortEnableSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_CONTROL_t | intfGmrpStatus | ||
| ) |
Set the GMRP interface status.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [in] | intfGmrpStatus | GVRP interface status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGmrpReceivePDUCountGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gmrpPduRxCount | ||
| ) |
Get the number of GMRP PDUs received on an interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gmrpPduRxCount | Number GMRP PDUs received. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpGmrpTransmitPDUCountGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gmrpPduTxCount | ||
| ) |
Get the number of GMRP PDUs transmitted from an interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gmrpPduTxCount | Number GMRP PDUs transmitted. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpGvrpEnableGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | globalGvrpStatus | ||
| ) |
Get the GVRP global status.
| [in] | client_handle | client handle from registration API |
| [out] | globalGvrpStatus | GVRP global status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGvrpEnableSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | globalGvrpStatus | ||
| ) |
Set the GVRP global status.
| [in] | client_handle | client handle from registration API |
| [in] | globalGvrpStatus | GVRP global status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGvrpFailedRegistrationsGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gvrpFailedRegistrations | ||
| ) |
Get the number of failed GVRP registrations of the interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gvrpFailedRegistrations | Number of failed GVRP registrations. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpGvrpPortEnableGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_CONTROL_t * | intfGvrpStatus | ||
| ) |
Get the GVRP interface status.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [out] | intfGvrpStatus | GVRP interface status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGvrpPortEnableSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_CONTROL_t | intfGvrpStatus | ||
| ) |
Set the GVRP interface status.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [in] | intfGvrpStatus | GVRP interface status. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpGvrpReceivePDUCountGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gvrpPduRxCount | ||
| ) |
Get the number of GVRP PDUs received on an interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gvrpPduRxCount | Number GVRP PDUs received. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpGvrpTransmitPDUCountGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | gvrpPduTxCount | ||
| ) |
Get the number of GVRP PDUs transmitted from an interface.
| [in] | client_handle | Client handle from registration API. |
| [in] | ifNum | Internal interface number. |
| [out] | gvrpPduTxCount | Number GVRP PDUs transmitted. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_NOT_FOUND | If this Counter is not supported. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.26
| open_error_t openapiGarpJoinTimeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | joinTime | ||
| ) |
Get the GARP Join Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [out] | joinTime | GARP join time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpJoinTimeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t | joinTime | ||
| ) |
Set the GARP Join Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [in] | joinTime | GARP join time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpLeaveAllTimeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | leaveAllTime | ||
| ) |
Get the GARP Leave All Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [out] | leaveAllTime | GARP leave All time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpLeaveAllTimeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t | leaveAllTime | ||
| ) |
Set the GARP Leave All Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [in] | leaveAllTime | GARP leave All time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpLeaveTimeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | leaveTime | ||
| ) |
Get the GARP Leave Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [out] | leaveTime | GARP leave time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25
| open_error_t openapiGarpLeaveTimeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t | leaveTime | ||
| ) |
Set the GARP Leave Time.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | interface |
| [in] | leaveTime | GARP leave time in centiseconds. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
| OPEN_E_UNAVAIL | Feature not available. |
OpEN API Version: 1.25