Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py93 O_SETDSCP = 88 variable in IpFwOpcode
H A Dinsns.py53 IpFwOpcode.O_SETDSCP.value,
531 AttrDescr(IpFwOpcode.O_SETDSCP, Insn),
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c207 case O_SETDSCP: in ipfw_log_syslog()
501 case O_SETDSCP: in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw2.c3323 case O_SETDSCP: { in ipfw_chk()
H A Dip_fw_sockopt.c1573 case O_SETDSCP: in ipfw_check_opcode()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py398 ("setdscp 42", Insn(IpFwOpcode.O_SETDSCP, arg1=42 | 0x8000)),
/freebsd/sys/netinet/
H A Dip_fw.h295 O_SETDSCP, /* arg1=DSCP value */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2185 case O_SETDSCP: in print_action_instruction()
2364 O_SETFIB, O_SETDSCP, O_REASS, O_CALLRETURN, O_SETMARK,
4512 action->opcode = O_SETDSCP; in compile_rule()