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

  /src/usr.sbin/npf/npfctl/
npf_var.h 54 static const char *npfvar_types[ ] = { variable in typeref:typename:const char * []
npf_var.c 83 if (t >= __arraycount(npfvar_types)) {
86 return npfvar_types[t];

Completed in 13 milliseconds