Home
last modified time | relevance | path

Searched refs:tagptr (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sbin/ipfw/
Dipfw2.c1128 ipfw_insn *cmd, *tagptr = NULL; in show_ipfw() local
1295 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()