ONLP
Open Network Linux Platform APIs
|
Functions | |
int | onlp_chassisi_sw_init (void) |
Software initializaiton of the Chassis module. | |
int | onlp_chassisi_hw_init (uint32_t flags) |
Hardware initializaiton of the Chassis module. More... | |
int | onlp_chassisi_sw_denit (void) |
Deinitialize the chassis software module. More... | |
int | onlp_chassisi_hdr_get (onlp_oid_id_t id, onlp_oid_hdr_t *hdr) |
Get the chassis hdr structure. More... | |
int | onlp_chassisi_info_get (onlp_oid_id_t id, onlp_chassis_info_t *info) |
Get the chassis info structure. More... | |
int onlp_chassisi_hdr_get | ( | onlp_oid_id_t | id, |
onlp_oid_hdr_t * | hdr | ||
) |
Get the chassis hdr structure.
id | The Chassis OID. | |
[out] | hdr | Receives the header. |
int onlp_chassisi_hw_init | ( | uint32_t | flags | ) |
Hardware initializaiton of the Chassis module.
flags | The hardware initialization flags. |
int onlp_chassisi_info_get | ( | onlp_oid_id_t | id, |
onlp_chassis_info_t * | info | ||
) |
Get the chassis info structure.
id | The Chassis OID. | |
[out] | info | Receives the chassis information. |
int onlp_chassisi_sw_denit | ( | void | ) |
Deinitialize the chassis software module.