Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py35 O_TCPFLAGS = 30 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h204 O_TCPFLAGS, /* arg1 = 2*u8 bitmap */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1776 case O_TCPFLAGS: in print_instruction()
4976 fill_cmd(cmd, O_TCPFLAGS, 0, in compile_rule()
5023 cmd->opcode = O_TCPFLAGS; in compile_rule()
5024 fill_flags_cmd(cmd, O_TCPFLAGS, f_tcpflags, *av); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2441 case O_TCPFLAGS: in ipfw_chk()
H A Dip_fw_sockopt.c1776 case O_TCPFLAGS: in check_ipfw_rule_body()