MCPcopy Create free account
hub / github.com/F-Stack/f-stack / table_do_get_algolist

Function table_do_get_algolist

tools/ipfw/tables.c:1966–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1964}
1965
1966static int
1967table_do_get_algolist(ipfw_obj_lheader **polh)
1968{
1969
1970 return (table_do_get_stdlist(IP_FW_TABLES_ALIST, polh));
1971}
1972
1973static int
1974table_do_get_vlist(ipfw_obj_lheader **polh)

Callers 1

ipfw_list_taFunction · 0.85

Calls 1

table_do_get_stdlistFunction · 0.85

Tested by

no test coverage detected