Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/atm/ccatm/
Dng_ccatm_cust.h46 #define CCASSERT(E, M) KASSERT(E, M) macro
/freebsd-10-stable/contrib/ngatm/libngatm/
Dcccust.h43 #define CCASSERT(E, M) assert(E) macro