OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_config_t
(Results
1 - 8
of
8
) 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
...]
npf.c
173
_npf_rules_process(
nl_config_t
*ncf, nvlist_t *dict, const char *key)
338
nl_config_t
*
341
nl_config_t
*ncf;
343
ncf = calloc(1, sizeof(
nl_config_t
));
353
npf_config_submit(
nl_config_t
*ncf, int fd, npf_error_t *errinfo)
370
nl_config_t
*
373
nl_config_t
*ncf;
377
ncf = calloc(1, sizeof(
nl_config_t
));
396
npf_config_export(
nl_config_t
*ncf, size_t *length)
403
nl_config_t
*
[
all
...]
/src/usr.sbin/npf/npfctl/
npfctl.h
142
nl_table_t * npfctl_table_getbyname(
nl_config_t
*, const char *);
144
const char * npfctl_table_getname(
nl_config_t
*, unsigned, bool *);
241
nl_config_t
* npfctl_config_ref(void);
243
void npfctl_config_save(
nl_config_t
*, const char *);
npfctl.c
292
static
nl_config_t
*
295
nl_config_t
*ncf;
327
nl_config_t
*ncf;
379
nl_config_t
*ncf = NULL;
453
nl_config_t
*ncf;
npf_build.c
56
static
nl_config_t
* npf_conf = NULL;
82
nl_config_t
*
141
npfctl_config_save(
nl_config_t
*ncf, const char *outfile)
175
npfctl_table_getbyname(
nl_config_t
*ncf, const char *name)
203
npfctl_table_getname(
nl_config_t
*ncf, unsigned tid, bool *ifaddr)
npf_show.c
73
nl_config_t
* conf;
809
npfctl_print_params(npf_conf_info_t *ctx,
nl_config_t
*ncf)
829
nl_config_t
*ncf;
897
nl_config_t
*ncf;
npf_cmd.c
225
nl_config_t
*ncf;
/src/dist/pf/usr.sbin/ftp-proxy/
npf.c
374
nl_config_t
*ncf;
Completed in 16 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025