Home
last modified time | relevance | path

Searched refs:O_IP_DSTPORT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/ipfw/
H A Dip_fw2.h59 O_IP_DSTPORT, /* (n)port list:mask 4 byte ea */ enumerator
H A Dip_fw2.c3835 case O_IP_DSTPORT: in ipfw_chk()
5474 case O_IP_DSTPORT: /* XXX artificial limit, 30 port pairs */ in ipfw_check_ioc_rule()
/dragonfly/sbin/ipfw/
H A Dipfw2.c425 (opcode == O_IP_DSTPORT ? " dst-port" : " src-port")); in print_newports()
1062 case O_IP_DSTPORT: in show_ipfw()
3030 add_ports(cmd, *av, proto, O_IP_DSTPORT)) { in add()
3353 add_ports(cmd, *av, proto, O_IP_DSTPORT)) { in add()
/dragonfly/lib/libalias/
H A Dalias_db.c2699 cmd = fill_one_port(cmd, O_IP_DSTPORT, dp); in fill_rule()