Lines Matching defs:transport
239 int *transport,
322 *transport = transInfo->transport;
332 * If transport is TCP, but we are on the same host as the agent then
333 * trade-up to the more efficient UNIX transport...
335 if (*transport == XDPSNX_TRANS_TCP) {
339 *transport = XDPSNX_TRANS_UNIX;
359 int *transport, /* RETURN */
390 * Step 3, transport?
392 if (namebuf[0] == '\0') { /* no transport/hostname specified... */
397 *transport = XDPSNX_TRANS_UNIX;
407 } else /* no transport specified */
415 *transport = XDPSNX_TRANS_DECNET;
418 *transport = XDPSNX_TRANS_UNIX;
420 *transport = XDPSNX_TRANS_TCP;
422 *transport = XDPSNX_TRANS_TCP;
431 int *transport,
475 retVal = ParseAgentString((char *) value.addr, host, transport, port);
517 int *transport,
527 *transport = XDPSLNXTrans;
532 int status = ParseAgentString(agentenv, host, transport, port);
538 } else if (XDPSNXOnDisplay(dpy, licenseMethod, host, transport, port) ==
542 } else if (FindXDPSNXInXrmDatabase(dpy, host, transport, port) == Success) {
636 DPSWarnProc(NULL, "Unknown transport passed to XDPSGetNXArg ignored.\n");