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

  /src/usr.sbin/npf/npfctl/
npf_show.c 793 const char *table_types[] = { local in function:npfctl_print_table
803 assert(type < __arraycount(table_types));
805 "table <%s> type %s\n", name, table_types[type]);
npf_show.c 793 const char *table_types[] = { local in function:npfctl_print_table
803 assert(type < __arraycount(table_types));
805 "table <%s> type %s\n", name, table_types[type]);

Completed in 22 milliseconds