HomeSort by: relevance | last modified time | path
    Searched refs:npfctl_load_table (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npfctl.h 250 nl_table_t * npfctl_load_table(const char *, int, u_int, const char *, FILE *);
npf_cmd.c 281 if ((t = npfctl_load_table(newname, tid, type, path, fp)) == NULL) {
npf_build.c 1187 * npfctl_load_table: create an NPF table and fill with contents from a file.
1190 npfctl_load_table(const char *tname, int tid, unsigned type, function in typeref:typename:nl_table_t *
1216 tl = npfctl_load_table(tname, npfctl_tid_counter++, type, fname, NULL);

Completed in 14 milliseconds