Defines | |
#define | KCOM_PUBLIC_BLOB_KEY_SIZE 16 |
Functions | |
int | junos_kcom_pub_blob_req (junos_kcom_pub_blob_req_t *req) |
API to request all possible operations for the public blobs. | |
int | junos_kcom_pub_blob_get_all (junos_kcom_pub_blob_handler_ptr func, void *user_info, u_int16_t blob_id) |
void | kcom_gencfg_pub_handler (junos_kcom_gencfg_t *msg) |
void | junos_kcom_free_pub_msg (junos_kcom_pub_blob_msg_t *msg) |
API to free the public blob messge strucuture passed to the applications during async notifications. | |
void | junos_kcom_free_pub_blob (junos_kcom_pub_blob_t *pub_blob) |
API to free the public blob structure passed to the applications in GET-ALL operations. |
This file contains code related to KCOM GENCFG SSRB.
|
API to free the public blob structure passed to the applications in GET-ALL operations.
|
|
API to free the public blob messge strucuture passed to the applications during async notifications.
|
|
API to request all possible operations for the public blobs. The application can register, degregister or retrieve the public blobs of a particular type through this function.
|