Searched defs:ipfw_flow_id (Results 1 – 3 of 3) sorted by relevance
678 struct ipfw_flow_id { struct679 uint32_t dst_ip;680 uint32_t src_ip;681 uint16_t dst_port;682 uint16_t src_port;683 uint8_t fib; /* XXX: must be uint16_t */684 uint8_t proto;685 uint8_t _flags; /* protocol-specific flags */686 uint8_t addr_type; /* 4=ip4, 6=ip6, 1=ether ? */710 struct ipfw_flow_id id; /* (masked) flow id */ argument
143 struct ipfw_flow_id { struct