Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtl.c403 #define TL_TICLTS 2 /* connectionless transport */ macro
408 #define TL_SOCK_CLTS (TL_SOCKET|TL_TICLTS)
411 #define TL_MINOR_START (TL_TICLTS + 1)
536 { "ticlts", TL_TICLTS, TL_DFADDR, NULL, NULL, NULL },
676 #define IS_CLTS(x) (((x)->te_flag & TL_TICLTS) != 0)
677 #define IS_COTS(x) (((x)->te_flag & TL_TICLTS) == 0)
1049 if (i & TL_TICLTS) in tl_attach()
1078 EQUIV(i & TL_TICLTS, t->tr_serializer != NULL); in tl_detach()