Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dmtcp.h95 #define MTCP_SET(a, x) (a |= x) macro
99 #define CB_SET(a, x) MTCP_SET(a, x)
103 #define ACTION_SET(a,x) MTCP_SET(a, x)