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

Function table_do_get_vlist

tools/ipfw/tables.c:1973–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1971}
1972
1973static int
1974table_do_get_vlist(ipfw_obj_lheader **polh)
1975{
1976
1977 return (table_do_get_stdlist(IP_FW_TABLE_VLIST, polh));
1978}
1979
1980void
1981ipfw_list_ta(int ac __unused, char *av[] __unused)

Callers 1

ipfw_list_valuesFunction · 0.85

Calls 1

table_do_get_stdlistFunction · 0.85

Tested by

no test coverage detected