Home
last modified time | relevance | path

Searched refs:npfvar_get_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_var.h85 int npfvar_get_type(const npfvar_t *, size_t);
H A Dnpf_build.c238 if (npfvar_get_type(vp, 0) != NPFVAR_FAM) { in npfctl_get_singlefam()
306 const unsigned type = npfvar_get_type(vars, i); in npfctl_build_vars()
765 switch (npfvar_get_type(ap->ap_netaddr, 0)) { in npfctl_build_nat()
790 const unsigned type = npfvar_get_type(ap->ap_netaddr, 0); in npfctl_dnat_check()
H A Dnpf_parse.y764 int type = npfvar_get_type(vp, 0);
772 type = npfvar_get_type(vp, 0);
903 const int type = npfvar_get_type(vp, 0);
H A Dnpf_var.c232 npfvar_get_type(const npfvar_t *vp, size_t idx) in npfvar_get_type() function
H A Dnpf_data.c293 int type = npfvar_get_type(vp, i); in npfctl_parse_port_range_variable()