| 5282 | } |
| 5283 | |
| 5284 | static char * |
| 5285 | table_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. |
no test coverage detected