|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Go to the source code of this file.
Data Structures | |
| struct | OPEN_IPV4DT_CLEAR_REQUEST_s |
| struct | OPEN_IPV4DT_ENTRIES_COUNT_s |
| struct | OPEN_IPV4DT_ENTRY_s |
| struct | OPEN_IPV4DT_SHOW_REQUEST_s |
Typedefs | |
|
typedef struct OPEN_IPV4DT_CLEAR_REQUEST_s | OPEN_IPV4DT_CLEAR_REQUEST_t |
| typedef enum OPEN_IPV4DT_CLEAR_s | OPEN_IPV4DT_CLEAR_t |
|
typedef struct OPEN_IPV4DT_ENTRIES_COUNT_s | OPEN_IPV4DT_ENTRIES_COUNT_t |
| typedef struct OPEN_IPV4DT_ENTRY_s | OPEN_IPV4DT_ENTRY_t |
|
typedef struct OPEN_IPV4DT_SHOW_REQUEST_s | OPEN_IPV4DT_SHOW_REQUEST_t |
Functions | |
| open_error_t | openapiIpv4dtAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *enable) |
| Gets the Ipv4dt Admin mode. | |
| open_error_t | openapiIpv4dtAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t enable) |
| Sets the Ipv4dt Admin mode. | |
| open_error_t | openapiIpv4dtClearEntries (openapiClientHandle_t *client_handle, OPEN_IPV4DT_CLEAR_REQUEST_t *ipv4dtClear) |
| Clears the Ipv4dt Entries. | |
| open_error_t | openapiIpv4dtEntriesCountGet (openapiClientHandle_t *client_handle, OPEN_IPV4DT_ENTRIES_COUNT_t *ipv4dtEntriesCount) |
| Gets the Ipv4dt Entries Count. | |
| open_error_t | openapiIpv4dtIntfMaxGet (openapiClientHandle_t *client_handle, uint32_t intf, uint32_t *intfMax) |
| Gets the Ipv4dt Interface Maximum limit. | |
| open_error_t | openapiIpv4dtIntfMaxSet (openapiClientHandle_t *client_handle, uint32_t intf, uint32_t intfMax) |
| Sets the Ipv4dt Interface Maximum limit. | |
| open_error_t | openapiIpv4dtIntfNextGet (openapiClientHandle_t *client_handle, uint32_t intIfNum, uint32_t *nextIntIfNum) |
| Get the Next Valid Ipv4dt Interface. | |
| open_error_t | openapiIpv4dtIntfSupported (openapiClientHandle_t *client_handle, uint32_t intIfNum, OPEN_BOOL_t *isSupported) |
| Check the Ipv4dt Interface is supported or not. | |
| open_error_t | openapiIpv4dtProbeAutoSourceGet (openapiClientHandle_t *client_handle, uint32_t *host, uint32_t *mask) |
| Gets the Ipv4dt Probe Auto-Source parameters. | |
| open_error_t | openapiIpv4dtProbeAutoSourceSet (openapiClientHandle_t *client_handle, uint32_t *host, uint32_t *mask) |
| Sets the Ipv4dt Probe Auto-Source parameters. | |
| open_error_t | openapiIpv4dtProbeCountGet (openapiClientHandle_t *client_handle, uint32_t *count) |
| Gets the Ipv4dt Probe Count. | |
| open_error_t | openapiIpv4dtProbeCountSet (openapiClientHandle_t *client_handle, uint32_t count) |
| Sets the Ipv4dt Probe Count. | |
| open_error_t | openapiIpv4dtProbeDelayGet (openapiClientHandle_t *client_handle, uint32_t *delay) |
| Gets the Ipv4dt Probe Delay. | |
| open_error_t | openapiIpv4dtProbeDelaySet (openapiClientHandle_t *client_handle, uint32_t delay) |
| Sets the Ipv4dt Probe Delay. | |
| open_error_t | openapiIpv4dtProbeIntervalGet (openapiClientHandle_t *client_handle, uint32_t *delay) |
| Gets the Ipv4dt Probe Interval. | |
| open_error_t | openapiIpv4dtProbeIntervalSet (openapiClientHandle_t *client_handle, uint32_t delay) |
| Sets the Ipv4dt Probe Interval. | |
| open_error_t | openapiIpv4dtProbeModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *enable) |
| Gets the Ipv4dt Probe mode. | |
| open_error_t | openapiIpv4dtProbeModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t enable) |
| Sets the Ipv4dt Probe mode. | |
| open_error_t | openapiIpv4dtTableGetNext (openapiClientHandle_t *client_handle, OPEN_IPV4DT_SHOW_REQUEST_t *ipv4dtShow, OPEN_IPV4DT_ENTRY_t *entry) |
| Gets the Ipv4dt Entries. | |