Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h179 O_IP_SRCPORT, /* (n)port list:mask 4 byte ea */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h179 O_IP_SRCPORT, /* (n)port list:mask 4 byte ea */ enumerator
/f-stack/tools/ipfw/
H A Dipfw2.c896 {"src-port", O_IP_SRCPORT},
1527 case O_IP_SRCPORT: in print_instruction()
2257 O_IP_SRCPORT, HAVE_SRCIP); in show_static_rule()
4474 add_ports(cmd, *av, proto, O_IP_SRCPORT, cblen)) { in compile_rule()
4935 add_ports(cmd, *av, proto, O_IP_SRCPORT, cblen)) { in compile_rule()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2213 case O_IP_SRCPORT: in ipfw_chk()
2225 (cmd->opcode == O_IP_SRCPORT) ? in ipfw_chk()
H A Dip_fw_sockopt.c1945 case O_IP_SRCPORT: in check_ipfw_rule_body()
/f-stack/freebsd/netinet/libalias/
H A Dalias_db.c2628 cmd = fill_one_port(cmd, O_IP_SRCPORT, sp); in fill_rule()