Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw/
H A Dip_fw2.c348 struct ip_fw_local { struct
355 u_short offset;
371 uint8_t proto;
372 uint16_t src_port; /* NOTE: host format */
373 uint16_t dst_port; /* NOTE: host format */
374 struct in_addr src_ip; /* NOTE: network format */
375 struct in_addr dst_ip; /* NOTE: network format */
376 uint16_t ip_len; /* NOTE: host format */
377 struct tcphdr *tcp;