Searched refs:_MCPY (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table_value.c108 #define _MCPY(f, b) if ((mask & (b)) != 0) { dst->f = src->f; } macro
111 _MCPY(tag, IPFW_VTYPE_TAG);
112 _MCPY(pipe, IPFW_VTYPE_PIPE);
113 _MCPY(divert, IPFW_VTYPE_DIVERT);
114 _MCPY(skipto, IPFW_VTYPE_SKIPTO);
115 _MCPY(netgraph, IPFW_VTYPE_NETGRAPH);
116 _MCPY(fib, IPFW_VTYPE_FIB);
117 _MCPY(nat, IPFW_VTYPE_NAT);
118 _MCPY(dscp, IPFW_VTYPE_DSCP);
119 _MCPY(nh
122 #undef _MCPY macro
[all...]

Completed in 47 milliseconds