Home
last modified time | relevance | path

Searched defs:ipfw_flow_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h678 struct ipfw_flow_id { struct
679 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
/f-stack/freebsd/netinet/
H A Dip_fw.h678 struct ipfw_flow_id { struct
679 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
/f-stack/freebsd/netpfil/ipfw/test/
H A Ddn_test.h143 struct ipfw_flow_id { struct