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

  /src/usr.sbin/npf/npfctl/
npf_var.h 86 char * npfvar_expand_string(const npfvar_t *);
npf_var.c 177 npfvar_expand_string(const npfvar_t *vp) function in typeref:typename:char *
207 rid_type = npfvar_expand_string(vp);
npf_parse.y 841 vp = npfctl_parse_ifnet(npfvar_expand_string(vp),
930 char *s = npfvar_expand_string(npfvar_lookup($4));
963 char *s = npfvar_expand_string(npfvar_lookup($1));
986 $$ = npfvar_expand_string(vp);

Completed in 12 milliseconds