Searched defs:ipfw_flow_id (Results 1 – 2 of 2) sorted by relevance
289 struct ipfw_flow_id { struct290 uint32_t dst_ip;291 uint32_t src_ip;292 uint16_t dst_port;293 uint16_t src_port;294 uint8_t proto;295 uint8_t flags; /* protocol-specific flags */
363 struct ipfw_flow_id { struct364 uint32_t dst_ip; /* host byte order */365 uint32_t src_ip; /* host byte order */366 uint16_t dst_port; /* host byte order */367 uint16_t src_port; /* host byte order */368 uint8_t proto;369 uint8_t flags; /* protocol-specific flags */