Searched refs:TRANS_NOLISTEN (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xtrans/dist/
H A DXtransint.h298 #define TRANS_NOLISTEN (1<<3) /* Don't listen on this one */ macro
H A DXtrans.c774 trans->flags |= TRANS_NOLISTEN;
799 trans->flags &= ~TRANS_NOLISTEN;
816 return !(trans->flags & TRANS_NOLISTEN);
1039 || Xtransports[i].transport->flags & TRANS_NOLISTEN)
1166 if (trans->flags&TRANS_ALIAS || trans->flags&TRANS_NOLISTEN ||
H A DXtranssock.c633 thistrans->flags |= TRANS_NOLISTEN;

Completed in 6 milliseconds