Home
last modified time | relevance | path

Searched refs:tbltypes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c206 } tbltypes[] = { in npfctl_table_type() local
213 for (unsigned i = 0; tbltypes[i].name != NULL; i++) { in npfctl_table_type()
214 if (strcmp(typename, tbltypes[i].name) == 0) { in npfctl_table_type()
215 return tbltypes[i].type; in npfctl_table_type()