Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py86 O_TAGGED = 81 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h282 O_TAGGED, /* arg1=tag number */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c981 {"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 Dip_fw2.c2834 case O_TAGGED: { in ipfw_chk()
H A Dip_fw_sockopt.c1486 case O_TAGGED: in ipfw_check_opcode()