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

  /src/lib/libnpf/
npf.h 45 typedef struct nl_rule nl_rule_t; typedef in typeref:struct:nl_rule
95 int npf_ruleset_add(int, const char *, nl_rule_t *, uint64_t *);
105 nl_rule_t * npf_rule_create(const char *, uint32_t, const char *);
106 int npf_rule_setcode(nl_rule_t *, int, const void *, size_t);
107 int npf_rule_setprio(nl_rule_t *, int);
108 int npf_rule_setproc(nl_rule_t *, const char *);
109 int npf_rule_setrid(nl_rule_t *, struct r_id, const char *);
110 int npf_rule_setkey(nl_rule_t *, const void *, size_t);
111 int npf_rule_setinfo(nl_rule_t *, const void *, size_t);
112 const char * npf_rule_getname(nl_rule_t *);
    [all...]
npf.c 89 nl_rule_t ncf_cur_rule;
563 npf_ruleset_add(int fd, const char *rname, nl_rule_t *rl, uint64_t *id)
679 nl_rule_t *
682 nl_rule_t *rl;
684 rl = malloc(sizeof(nl_rule_t));
700 npf_rule_setcode(nl_rule_t *rl, int type, const void *code, size_t len)
711 npf_rule_setkey(nl_rule_t *rl, const void *key, size_t len)
718 npf_rule_setinfo(nl_rule_t *rl, const void *info, size_t len)
725 npf_rule_setprio(nl_rule_t *rl, int pri)
732 npf_rule_setproc(nl_rule_t *rl, const char *name
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_build.c 58 static nl_rule_t * the_rule = NULL;
62 static nl_rule_t * defgroup_l3 = NULL;
63 static nl_rule_t * defgroup_l2 = NULL;
64 static nl_rule_t * current_group[MAX_RULE_NESTING];
88 nl_rule_t *
467 build_l3_code(npf_bpf_t *bc, nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
563 npfctl_build_code(nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
605 npfctl_build_pcap(nl_rule_t *rl, const char *filter)
694 nl_rule_t *rl;
731 static nl_rule_t *
    [all...]
npf_cmd.c 68 npfctl_generate_key(nl_rule_t *rl, void *key)
90 static nl_rule_t *
94 nl_rule_t *rl;
130 nl_rule_t *rl;
npfctl.h 246 nl_rule_t * npfctl_rule_ref(void);
npf_show.c 449 npfctl_print_id(npf_conf_info_t *ctx, nl_rule_t *rl)
557 npfctl_print_filter(npf_conf_info_t *ctx, nl_rule_t *rl, uint32_t attr)
630 npfctl_print_rule(npf_conf_info_t *ctx, nl_rule_t *rl, unsigned level)
700 nl_rule_t *rl = (nl_nat_t *)nt;
853 nl_rule_t *rl;
898 nl_rule_t *rl;
  /src/dist/pf/usr.sbin/ftp-proxy/
npf.c 87 nl_rule_t * fpe_rl;
88 nl_rule_t * fpe_nat;
89 nl_rule_t * fpe_rdr;
237 nl_rule_t *rl;
375 nl_rule_t *group;

Completed in 15 milliseconds