OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nl_config_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libnpf/
npf.h
44
typedef struct nl_config
nl_config_t
;
typedef in typeref:struct:nl_config
78
nl_config_t
* npf_config_create(void);
79
void npf_config_destroy(
nl_config_t
*);
80
int npf_config_submit(
nl_config_t
*, int, npf_error_t *);
81
nl_config_t
* npf_config_retrieve(int);
83
nl_config_t
* npf_config_import(const void *, size_t);
84
void * npf_config_export(
nl_config_t
*, size_t *);
85
bool npf_config_active_p(
nl_config_t
*);
86
bool npf_config_loaded_p(
nl_config_t
*);
87
const void * npf_config_build(
nl_config_t
*);
[
all
...]
Completed in 40 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026