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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsNXprops.h85 int transport; member in struct:__anon258
H A DcsstartNX.c161 XDPSNXRecommendPort(int transport) argument
165 switch (transport)
H A Dcsopendi.c164 int transport, port; local
188 switch(XDPSNXFindNX(dpy, licMeth, &agentHost, &transport, &port)) {
226 transport/port, unless agent changes to take this
260 (transport == XDPSNX_TRANS_UNIX ?
262 (transport == XDPSNX_TRANS_DECNET ? "::" : ":"),
H A DcsfindNX.c239 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/hostnam
235 XDPSNXOnDisplay( Display *dpy, char *licenseMethod, char **host, int *transport, int *port) argument
356 ParseAgentString( char *string, char **hostname, int *transport, int *port) argument
428 FindXDPSNXInXrmDatabase( Display *dpy, char **host, int *transport, int *port) argument
513 XDPSNXFindNX( Display *dpy, char *licenseMethod, char **host, int *transport, int *port) argument
[all...]

Completed in 379 milliseconds