Searched defs:CCFREE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dcccust.h47 #define CCFREE(P) do { free(P); } while (0) macro
/freebsd-13-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h54 #define CCFREE(P) do { free((P), M_NG_CCATM); } while (0) macro

Completed in 109 milliseconds