Searched refs:host (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.h62 char **host, /* RETURN: Agent host name */
71 * Success: host, transport, and port indicate where the agent is.
72 * !Success: the values of host, transport, and port are undefined.
74 * allocated for the host name string.
H A DcsfindNX.c238 char **host,
329 NULL, (char **) host) == Success) {
332 * If transport is TCP, but we are on the same host as the agent then
338 if (strcmp(hostname, *host) == 0)
430 char **host,
475 retVal = ParseAgentString((char *) value.addr, host, transport, port);
516 char **host,
525 if (gWasAgentSet) { /* check if client set up host */
526 *host = XDPSLNXHost;
532 int status = ParseAgentString(agentenv, host, transpor
235 XDPSNXOnDisplay( Display *dpy, char *licenseMethod, char **host, 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...]
/solaris-x11-s11/open-src/lib/libxtrans/
H A Dtsol-unix-domain.patch83 @@ -1967,6 +1994,24 @@ TRANS(SocketUNIXConnect) (XtransConnInfo ciptr, char *host, char *port)
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c198 {"-/+remote", "turn on/off remote host access"},
580 /* 1183055(rfe): xlock doesnt accept long display/host name
589 * This fix will take care of long host name and IP address form.
596 struct hostent *host;
662 if (!(host = gethostbyname(hostname)))
665 if ( host->h_addrtype != AF_INET )
668 for ( ;*host->h_addr_list; host->h_addr_list++ ) {
669 strcpy ( host_ip, inet_ntoa(*host->h_addr_list ) );
678 for (hp = host
[all...]
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_grab.c109 char host[MAXHOSTNAMELEN]; local
143 (void) sscanf(dpystr, "%[^:]:%u", host, &port);
H A Drtn_grab.c635 char host[MAXHOSTNAMELEN]; local
722 (void) sscanf(dpystr, "%[^:]:%u", host, &port);
H A Ddga_Xrequests.c215 char host[NI_MAXHOST]; local
255 if (getnameinfo(&addr.generic, namelen, host, sizeof(host),
260 if (getaddrinfo(host, NULL, NULL, &otherhostaddr) != 0) {
305 /* Find real host name on TCPIP */

Completed in 26 milliseconds