HomeSort by: relevance | last modified time | path
    Searched refs:nl_table_t (Results 1 - 6 of 6) 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...]
npf.c 90 nl_table_t ncf_cur_table;
1141 nl_table_t *
1144 nl_table_t *tl;
1158 npf_table_add_entry(nl_table_t *tl, int af, const npf_addr_t *addr,
1178 _npf_table_build_const(nl_table_t *tl)
1271 npf_table_insert(nl_config_t *ncf, nl_table_t *tl)
1293 npf_table_replace(int fd, nl_table_t *tl, npf_error_t *errinfo)
1312 nl_table_t *
1329 npf_table_getid(nl_table_t *tl)
1335 npf_table_getname(nl_table_t *tl
    [all...]
  /src/usr.sbin/npf/npfctl/
npfctl.h 142 nl_table_t * npfctl_table_getbyname(nl_config_t *, const char *);
247 nl_table_t * npfctl_table_ref(void);
250 nl_table_t * npfctl_load_table(const char *, int, u_int, const char *, FILE *);
npf_build.c 174 nl_table_t *
178 nl_table_t *tl;
196 nl_table_t *tl;
207 nl_table_t *tl;
1154 npfctl_fill_table(nl_table_t *tl, unsigned type, const char *fname, FILE *fp)
1189 nl_table_t *
1193 nl_table_t *tl;
1210 nl_table_t *tl;
1232 nl_table_t *tl;
npf_cmd.c 226 nl_table_t *t;
npf_show.c 789 npfctl_print_table(npf_conf_info_t *ctx, nl_table_t *tl)
856 nl_table_t *tl;

Completed in 49 milliseconds