Searched defs:ipfw_flow_id (Results 1 – 2 of 2) sorted by relevance
700 struct ipfw_flow_id { struct701 uint32_t dst_ip;702 uint32_t src_ip;703 uint16_t dst_port;704 uint16_t src_port;705 uint8_t fib; /* XXX: must be uint16_t */706 uint8_t proto;707 uint8_t _flags; /* protocol-specific flags */708 uint8_t addr_type; /* 4=ip4, 6=ip6, 1=ether ? */732 struct ipfw_flow_id id; /* (masked) flow id */ argument
142 struct ipfw_flow_id { struct