Searched refs:tagptr (Results 1 – 1 of 1) sorted by relevance
1128 ipfw_insn *cmd, *tagptr = NULL; in show_ipfw() local1295 tagptr = cmd; in show_ipfw()1347 if (tagptr) { in show_ipfw()1348 if (tagptr->len & F_NOT) in show_ipfw()1349 PRINT_UINT_ARG(" untag ", tagptr->arg1); in show_ipfw()1351 PRINT_UINT_ARG(" tag ", tagptr->arg1); in show_ipfw()