HomeSort by: relevance | last modified time | path
    Searched defs:nl_table_t (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libnpf/
npf.h 47 typedef struct nl_table nl_table_t; typedef in typeref:struct:nl_table
149 nl_table_t * npf_table_create(const char *, unsigned, int);
150 const char * npf_table_getname(nl_table_t *);
151 unsigned npf_table_getid(nl_table_t *);
152 int npf_table_gettype(nl_table_t *);
153 int npf_table_add_entry(nl_table_t *, int,
155 int npf_table_insert(nl_config_t *, nl_table_t *);
156 void npf_table_destroy(nl_table_t *);
158 int npf_table_replace(int, nl_table_t *, npf_error_t *);
167 nl_table_t * npf_table_iterate(nl_config_t *, nl_iter_t *)
    [all...]

Completed in 11 milliseconds