Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipfw/
H A Dtables.c2009 struct _table_value { struct
2031 const struct _table_value *a, *b; in compare_values() argument
2033 a = (const struct _table_value *)_a; in compare_values()
2034 b = (const struct _table_value *)_b; in compare_values()
2049 struct _table_value *v; in ipfw_list_values()
2061 v = (struct _table_value *)(olh + 1); in ipfw_list_values()
2067 v = (struct _table_value *)((caddr_t)v + olh->objsize); in ipfw_list_values()