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

  /src/usr.sbin/npf/npfctl/
npf_var.h 91 int npfvar_get_type(const npfvar_t *, size_t);
npf_var.c 201 int type = npfvar_get_type(vp, 0);
292 npfvar_get_type(const npfvar_t *vp, size_t idx) function in typeref:typename:int
307 return npfvar_get_type(rvp, idx);
npf_parse.y 835 int type = npfvar_get_type(vp, 0);
843 type = npfvar_get_type(vp, 0);
977 const int type = npfvar_get_type(vp, 0);
npf_build.c 249 if (npfvar_get_type(vp, 0) != NPFVAR_FAM) {
929 switch (npfvar_get_type(ap->ap_netaddr, 0)) {
954 const unsigned type = npfvar_get_type(ap->ap_netaddr, 0);
npf_data.c 339 int type = npfvar_get_type(vp, i);

Completed in 15 milliseconds