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

  /src/usr.sbin/npf/npfctl/
npf_var.h 73 typedef struct npfvar npfvar_t; typedef in typeref:struct:npfvar
76 npfvar_t * npfvar_create(void);
77 npfvar_t * npfvar_create_element(unsigned, const void *, size_t);
78 npfvar_t * npfvar_create_from_string(unsigned, const char *);
79 npfvar_t * npfvar_lookup(const char *);
81 void npfvar_add(npfvar_t *, const char *);
82 npfvar_t * npfvar_add_element(npfvar_t *, unsigned, const void *, size_t);
83 npfvar_t * npfvar_add_elements(npfvar_t *, npfvar_t *)
    [all...]
npfctl.h 62 npfvar_t * ifna_filter;
63 npfvar_t * ifna_addrs;
72 npfvar_t * ap_netaddr;
73 npfvar_t * ap_portrange;
82 npfvar_t * from_mac;
83 npfvar_t * to_mac;
101 npfvar_t * op_opts;
113 npfvar_t * pc_opts;
149 npfvar_t * npfctl_ifnet_table(const char *);
150 npfvar_t * npfctl_parse_ifnet(const char *, const int)
    [all...]
npf_var.c 60 static npfvar_t * var_list = NULL;
63 npfvar_t *
66 npfvar_t *vp = ecalloc(1, sizeof(*vp));
71 npfvar_t *
74 for (npfvar_t *it = var_list; it != NULL; it = it->v_next)
90 npfvar_add(npfvar_t *vp, const char *name)
97 npfvar_t *
100 npfvar_t *vp = npfvar_create();
104 npfvar_t *
110 npfvar_t *
    [all...]
npf_data.c 233 npfvar_t *
259 npfvar_t *
320 npfvar_t *
331 npfvar_t *
332 npfctl_parse_port_range_variable(const char *v, npfvar_t *vp)
335 npfvar_t *pvp = npfvar_create();
373 npfvar_t *
378 npfvar_t *vpa;
514 npfvar_t *
661 npfvar_t *
    [all...]
npf_build.c 228 npfctl_get_singleport(const npfvar_t *vp)
245 npfctl_get_singlefam(const npfvar_t *vp)
263 npfctl_get_singletable(const npfvar_t *vp)
313 build_vars(npf_bpf_t *ctx, sa_family_t family, npfvar_t *vars, int opts)
325 npfvar_t *rvp = npfvar_lookup(data);
360 npfctl_build_vars(npf_bpf_t *ctx, sa_family_t family, npfvar_t *vars, int opts)
371 npfvar_t *popts = op->op_opts;
412 npfctl_build_proto(npf_bpf_t *ctx, const npfvar_t *vars)
436 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl)
467 build_l3_code(npf_bpf_t *bc, nl_rule_t *rl, sa_family_t family, const npfvar_t *popts
    [all...]
npf_parse.y 223 npfvar_t * var;
684 npfvar_t *pvar = npfvar_create_element(
834 npfvar_t *vp = npfvar_lookup($1);
901 npfvar_t *vp;
976 npfvar_t *vp = npfvar_lookup($1);

Completed in 47 milliseconds