Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h700 struct ipfw_flow_id { struct
701 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
/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h142 struct ipfw_flow_id { struct