Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ipfw/
H A Dtables.c1990 struct _table_value { struct
2012 struct _table_value *a, *b; in compare_values() argument
2014 a = (struct _table_value *)_a; in compare_values()
2015 b = (struct _table_value *)_b; in compare_values()
2029 struct _table_value *v; in ipfw_list_values()
2042 v = (struct _table_value *)(olh + 1); in ipfw_list_values()
2048 v = (struct _table_value *)((caddr_t)v + olh->objsize); in ipfw_list_values()