Searched refs:npfvar_get_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/npf/npfctl/ |
H A D | npf_var.h | 85 int npfvar_get_type(const npfvar_t *, size_t);
|
H A D | npf_build.c | 238 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 D | npf_parse.y | 764 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 D | npf_var.c | 232 npfvar_get_type(const npfvar_t *vp, size_t idx) in npfvar_get_type() function
|
H A D | npf_data.c | 293 int type = npfvar_get_type(vp, i); in npfctl_parse_port_range_variable()
|