Searched defs:TL_TICLTS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c404 #define TL_TICLTS 2 /* connectionless transport */ macro
409 #define TL_SOCK_CLTS (TL_SOCKET|TL_TICLTS)
412 #define TL_MINOR_START (TL_TICLTS + 1)
537 { "ticlts", TL_TICLTS, TL_DFADDR, NULL, NULL, NULL },
677 #define IS_CLTS(x) (((x)->te_flag & TL_TICLTS) != 0)
678 #define IS_COTS(x) (((x)->te_flag & TL_TICLTS) == 0)
1050 if (i & TL_TICLTS)
1079 EQUIV(i & TL_TICLTS, t->tr_serializer != NULL);

Completed in 71 milliseconds