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

Function table_search_ctlv

tools/ipfw/ipfw2.c:5284–5289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5282}
5283
5284static char *
5285table_search_ctlv(ipfw_obj_ctlv *ctlv, uint16_t idx)
5286{
5287
5288 return (object_search_ctlv(ctlv, idx, IPFW_TLV_TBL_NAME));
5289}
5290
5291/*
5292 * Adds one or more rules to ipfw chain.

Callers 2

print_ipFunction · 0.85
print_instructionFunction · 0.85

Calls 1

object_search_ctlvFunction · 0.85

Tested by

no test coverage detected