HomeSort by: relevance | last modified time | path
    Searched refs:Xtransport (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xtrans/dist/
Xtransint.h 282 } Xtransport;
286 Xtransport *transport;
292 * Flags for the flags member of Xtransport.
Xtrans.c 150 static Xtransport *
418 Xtransport *thistrans;
505 Xtransport *thistrans = NULL;
728 Xtransport *trans;
756 Xtransport *trans;
781 Xtransport *trans;
806 Xtransport *trans;
1163 Xtransport *trans = Xtransports[i].transport;
Xtranslcl.c 1063 TRANS(LocalOpenCOTSClient)(Xtransport *thistrans _X_UNUSED, const char *protocol,
1078 TRANS(LocalOpenCOTSServer)(Xtransport *thistrans, const char *protocol,
1127 TRANS(LocalReopenCOTSServer)(Xtransport *thistrans, int fd, const char *port)
1356 static Xtransport TRANS(LocalFuncs) = {
1396 static Xtransport TRANS(NAMEDFuncs) = {
1433 static Xtransport TRANS(PIPEFuncs) = {
Xtranssock.c 560 * These functions are the interface supplied in the Xtransport structure
600 TRANS(SocketOpenCOTSClient) (Xtransport *thistrans, const char *protocol,
614 TRANS(SocketOpenCOTSServer) (Xtransport *thistrans, const char *protocol,
688 TRANS(SocketReopenCOTSServer) (Xtransport *thistrans, int fd, const char *port)
2378 static Xtransport TRANS(SocketTCPFuncs) = {
2415 static Xtransport TRANS(SocketINETFuncs) = {
2453 static Xtransport TRANS(SocketINET6Funcs) = {
2494 static Xtransport TRANS(SocketLocalFuncs) = {
2541 static Xtransport TRANS(SocketUNIXFuncs) = {

Completed in 6 milliseconds