Home
last modified time | relevance | path

Searched refs:MTCP_ISSET (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dmtcp.h96 #define MTCP_ISSET(a, x) (a & x) macro
100 #define CB_ISSET(a, x) MTCP_ISSET(a, x)
104 #define ACTION_ISSET(a, x) MTCP_ISSET(a, x)