Searched refs:TASK_PUBLIC (Results 1 – 3 of 3) sorted by relevance
52 info.baseInfo.flags = TASK_STREAM | TASK_PIPE | TASK_SERVER | TASK_PUBLIC; in ParamServerCreate()
98 #define TASK_PUBLIC (0x01 << 25) // If the socket can be publicly connected macro
203 (int)LE_TEST_FLAGS(flags, TASK_PUBLIC)); in CreateSocket()