Searched refs:transport (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsstartNX.h65 extern int XDPSNXRecommendPort(int transport);
H A DcsfindNX.h63 int *transport, /* RETURN: Agent transport */
71 * Success: host, transport, and port indicate where the agent is.
72 * !Success: the values of host, transport, and port are undefined.
H A DdpsNXprops.h85 int transport; member in struct:__anon258
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...]
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 ? "::" : ":"),
/solaris-x11-s11/open-src/lib/libICE/
H A DMakefile56 MODULE_CONFIG_OPTS = --enable-unix-transport \
57 --enable-tcp-transport \
58 --disable-local-transport \
/solaris-x11-s11/open-src/lib/libSM/
H A DMakefile53 MODULE_CONFIG_OPTS = --enable-unix-transport \
54 --enable-tcp-transport \

Completed in 677 milliseconds