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

  /src/usr.sbin/npf/npfctl/
npf_cmd.c 206 } tbltypes[] = { local in function:npfctl_table_type
213 for (unsigned i = 0; tbltypes[i].name != NULL; i++) {
214 if (strcmp(typename, tbltypes[i].name) == 0) {
215 return tbltypes[i].type;
npf_cmd.c 206 } tbltypes[] = { local in function:npfctl_table_type
213 for (unsigned i = 0; tbltypes[i].name != NULL; i++) {
214 if (strcmp(typename, tbltypes[i].name) == 0) {
215 return tbltypes[i].type;

Completed in 23 milliseconds