Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw/
HDip_fw2.h58 O_IP_SRCPORT, /* (n)port list:mask 4 byte ea */ enumerator
HDip_fw2.c3834 case O_IP_SRCPORT: in ipfw_chk()
3845 (cmd->opcode == O_IP_SRCPORT) ? in ipfw_chk()
5473 case O_IP_SRCPORT: in ipfw_check_ioc_rule()
/dragonfly/sbin/ipfw/
HDipfw2.c1065 case O_IP_SRCPORT: in show_ipfw()
2995 add_ports(cmd, *av, proto, O_IP_SRCPORT)) { in add()
3344 add_ports(cmd, *av, proto, O_IP_SRCPORT)) { in add()
/dragonfly/lib/libalias/
HDalias_db.c2697 cmd = fill_one_port(cmd, O_IP_SRCPORT, sp); in fill_rule()