ONLP
Open Network Linux Platform APIs
|
Functions | |
int | onlp_generici_sw_init (void) |
Software initialization of the Generic module. | |
int | onlp_generici_hw_init (uint32_t flags) |
Hardware initialization of the Generic module. More... | |
int | onlp_generici_sw_denit (void) |
Deinitialize the generic software module. More... | |
int | onlp_generici_hdr_get (onlp_oid_id_t id, onlp_oid_hdr_t *rv) |
Retrieve the generic's oid header. More... | |
int | onlp_generici_info_get (onlp_oid_id_t id, onlp_generic_info_t *rv) |
Get the information for the given generic OID. More... | |
int onlp_generici_hdr_get | ( | onlp_oid_id_t | id, |
onlp_oid_hdr_t * | rv | ||
) |
Retrieve the generic's oid header.
id | The generic oid. | |
[out] | rv | Receives the header. |
int onlp_generici_hw_init | ( | uint32_t | flags | ) |
Hardware initialization of the Generic module.
flags | The hardware initialization flags. |
int onlp_generici_info_get | ( | onlp_oid_id_t | id, |
onlp_generic_info_t * | rv | ||
) |
Get the information for the given generic OID.
id | The Generic OID | |
[out] | rv | Receives the generic information. |
int onlp_generici_sw_denit | ( | void | ) |
Deinitialize the generic software module.