Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h182 typedef struct _ipfw_insn_mac { struct
183 ipfw_insn o;
184 u_char addr[12]; /* dst[6] + src[6] */
185 u_char mask[12]; /* dst[6] + src[6] */
/dragonfly/sys/net/ipfw/
H A Dip_fw2.h221 typedef struct _ipfw_insn_mac { struct
222 ipfw_insn o;
223 u_char addr[12]; /* dst[6] + src[6] */
224 u_char mask[12]; /* dst[6] + src[6] */