Searched refs:O_TAGGED (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 86 O_TAGGED = 81 variable in IpFwOpcode
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 282 O_TAGGED, /* arg1=tag number */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 981 {"tagged", O_TAGGED}, 1917 case O_TAGGED: in print_instruction() 1922 0, O_TAGGED); in print_instruction() 5427 if (!add_ports(cmd, *av, 0, O_TAGGED, cblen)) in compile_rule() 5436 fill_cmd(cmd, O_TAGGED, 0, tag); in compile_rule()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 2834 case O_TAGGED: { in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1486 case O_TAGGED: in ipfw_check_opcode()
|