Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.h289 struct ipfw_flow_id { struct
290 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 */
/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h363 struct ipfw_flow_id { struct
364 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 */