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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h257 #define M_IP6FW M_IPFW
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h176 #define M_IPFW 83 /* IP Forwarding/NAT */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c124 MALLOC_DEFINE(M_IPFW, "IpFw/IpAcct", "IpFw/IpAcct chain's");
786 _FREE(old_q, M_IPFW); }
1024 _FREE(ipfw_dyn_v, M_IPFW);
1027 M_IPFW, M_NOWAIT | M_ZERO);
1061 r = _MALLOC(sizeof *r, M_IPFW, M_NOWAIT | M_ZERO);
2258 rule = _MALLOC(l, M_IPFW, M_WAIT);
2353 _FREE(rule, M_IPFW);
2434 _FREE(n, M_IPFW);

Completed in 37 milliseconds