![]() |
yumapro
25.10-1
YumaPro SDK
|
YANG SID Assignment support. More...
#include "status_enum.h"

Go to the source code of this file.
Typedefs | |
| typedef yang_sid_status_t(* | yang_sid_test_fn_t) (ncx_module_t *mod) |
| function callback to test if module is external, internal, or should be skipped for SID assignment More... | |
Enumerations | |
| enum | yang_sid_status_t { YANG_SID_STAT_NONE , YANG_SID_STAT_EXTERNAL , YANG_SID_STAT_INTERNAL , YANG_SID_STAT_SKIP } |
| enum for the keep-module status returned by the test function Only used for LSID assignment at this time More... | |
Functions | |
| status_t | yang_sid_set_all_modules (ncx_yang_sid_mode_t yang_sid_mode, boolean strict_mode, yang_sid_test_fn_t test_fn) |
| Attempt to assign the YANG SIDs for all the loaded modules. More... | |
| void | yang_sid_init (void) |
| Initialize the YANG SID module. More... | |
| void | yang_sid_cleanup (void) |
| Cleanup the YANG SID module. More... | |
| uint8 | yang_sid_num_bits (void) |
| Number of bits in the SID implementation. More... | |
| const xmlChar * | yang_sid_mode_str (ncx_yang_sid_mode_t sidmode) |
| string for the yang_sid_mode enumeration More... | |
YANG SID Assignment support.