Searched refs:TCIC_FLAG_SOCKETP (Results 1 – 2 of 2) sorted by relevance
352 sc->handle[i].flags = TCIC_FLAG_SOCKETP;385 if ((sc->handle[0].flags & TCIC_FLAG_SOCKETP) ||386 (sc->handle[1].flags & TCIC_FLAG_SOCKETP)) {390 if ((sc->handle[0].flags & TCIC_FLAG_SOCKETP) &&391 (sc->handle[1].flags & TCIC_FLAG_SOCKETP))393 else if (sc->handle[0].flags & TCIC_FLAG_SOCKETP)408 if (sc->handle[i].flags & TCIC_FLAG_SOCKETP)441 h->flags &= ~TCIC_FLAG_SOCKETP;614 if (sc->handle[i].flags & TCIC_FLAG_SOCKETP)
86 #define TCIC_FLAG_SOCKETP 0x0001 macro