status_t
global error return code
Definition: status_enum.h:210
void yang_lsid_cleanup(void)
Cleanup the YANG LSID module.
Definition: yang_lsid.c:467
status_t yang_lsid_set_all_modules(yang_sid_test_fn_t test_fn)
Attempt to assign the YANG SIDs for all the loaded modules.
Definition: yang_lsid.c:420
status_t yang_lsid_set_module(ncx_module_t *mod, yang_sid_status_t status)
Attempt to assign SIDs for the module.
Definition: yang_lsid.c:321
void yang_lsid_init(void)
Initialize the YANG LSID module.
Definition: yang_lsid.c:457
yang_sid_status_t
enum for the keep-module status returned by the test function Only used for LSID assignment at this t...
Definition: yang_sid.h:78
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
Definition: yang_sid.h:101
YANG module data structures Many internal representations of YANG module constructs.
global error status code enumerations
representation of one module or submodule during and after parsing
Definition: ncxtypes.h:1138
YANG SID Assignment support.