Searched defs:server (Results 51 - 75 of 89) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxinputinit.h169 /** Stores a mapping between the device id on the remote X server and
170 * the id on the DMX server */
172 int remote; /**< Event number on remote X server */
173 int server; /**< Event number (unbiased) on DMX server */ member in struct:_DMXEventMap
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c894 struct sockaddr_tcpip server; local
915 memset ( &server, 0, sizeof ( server ) );
916 server.st_port = htons ( uri_port ( http->uri, default_port ) );
923 ( struct sockaddr * ) &server,
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c96 /** DHCP server address setting */
98 .name = "dhcp-server",
99 .description = "DHCP server",
175 * @v peer DHCP server address
177 * @v server_id DHCP server ID
219 /** DHCP server */
220 struct in_addr server; member in struct:dhcp_session
226 /** ProxyDHCP server */
338 /* Set server address */
350 * @v peer DHCP server addres
1349 struct dhcp_pxe_boot_server *server = raw; local
[all...]
H A Dtftp.c95 * server. (If the TFTP server does not support TFTP options,
102 * TFTP server. If the TFTP server does not support the
128 * particular, if the TFTP server doesn't support the tsize
199 struct sockaddr_tcpip server; local
212 memset ( &server, 0, sizeof ( server ) );
213 server.st_port = htons ( tftp->port );
215 ( struct sockaddr * ) &server,
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dsecure.c159 /* Generate encryption keys given client and server randoms */
384 /* Transfer the client random to the server */
520 error("Bad server public key size (%u bits)\n", modulus_len * 8);
666 error("Couldn't load CA Certificate from server\n");
676 error("Couldn't load Certificate from server\n");
699 error("Bad server public key size (%u bits)\n",
741 /* Process SRV_INFO, find RDP version supported by server */
903 sec_connect(char *server, char *username, char *domain, char *password, RD_BOOL reconnect) argument
909 if (!mcs_connect_start(server, username, domain, password, reconnect, &selected_proto))
H A Drdesktop.c188 rdp2vnc_connect(char *server, uint32 flags, char *domain, char *password,
203 fprintf(stderr, "Usage: %s [options] server[:port]\n", program);
214 fprintf(stderr, " -k: keyboard layout on server (en-us, de, sv, etc.)\n");
225 fprintf(stderr, " -B: use BackingStore of X-server (if available)\n");
227 fprintf(stderr, " -E: disable encryption from client to server\n");
255 " or mydeskjet=\"HP LaserJet IIIP\" to enter server driver as well\n");
259 fprintf(stderr, " remote would leave sound on server\n");
272 fprintf(stderr, " when sending data to server.\n");
355 text = "The server is out of memory";
360 text = "The server denie
510 parse_server_and_port(char *server) argument
569 char server[256]; local
[all...]
H A Drdp.c322 warning("server sent an unexpectedly long string, truncating\n");
351 warning("server sent an unexpectedly long string, truncating\n");
531 out_uint32_le(s, 0); /* clientSessionId (Ignored by server MUST be 0) */
628 case 0: /* shut the server up */
719 the server to start sending RDP5 packets.
1060 * The server may limit depth and change the size of the desktop (for
1079 /* Process server capabilities */
1585 server redirection using WTS 2003 cluster.
1593 error("Protocol error in server redirection, unexpected data.");
1772 rdp_connect(char *server, uint3 argument
[all...]
H A Dscard.c263 /* rdp server handles are always 32bit */
264 uint32_t server; member in struct:_scard_handle_list_t
273 static long _scard_handle_list_get_pcsc_handle(uint32_t server);
302 item->server = g_scard_handle_counter;
341 return item->server;
348 _scard_handle_list_get_pcsc_handle(uint32_t server) argument
354 if (item->server == server)
2543 back to server due to it's considered as abdonend.
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Privstr.h155 ServerGrabInfoRec server; member in struct:__anon3034::__anon3035
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Privstr.h178 ServerGrabInfoRec server; member in struct:__anon4328::__anon4329
H A Ddmxinputinit.h175 /** Stores a mapping between the device id on the remote X server and
176 * the id on the DMX server */
178 int remote; /**< Event number on remote X server */
179 int server; /**< Event number (unbiased) on DMX server */ member in struct:_DMXEventMap
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxinputinit.h175 /** Stores a mapping between the device id on the remote X server and
176 * the id on the DMX server */
178 int remote; /**< Event number on remote X server */
179 int server; /**< Event number (unbiased) on DMX server */ member in struct:_DMXEventMap
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c325 if ((uri->scheme == NULL) || (uri->server == NULL)) {
331 ctxt->hostname = xmlMemStrdup(uri->server);
386 if ((uri->scheme == NULL) || (uri->server == NULL)) {
391 (strcmp(ctxt->hostname, uri->server)) ||
447 (strcmp(uri->scheme, "ftp")) || (uri->server == NULL)) {
454 proxy = xmlMemStrdup(uri->server);
526 * Parsing of the server answer, we just extract the code.
641 * Read the response from the FTP server after a command.
713 * Get the response from the FTP server after a command.
730 * Check if there is a response from the FTP server afte
1235 xmlNanoFTPConnectTo(const char *server, int port) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c44 * server side thread termination without a shutdown() or closesocket()
50 * client side to recv() all his data before the server side thread
144 PRCList element; /* list of the server's workers */
147 CSServer_t *server; /* back pointer to server structure */ member in struct:CSWorker_s
162 PRThread *thread; /* the main server thread */
170 CSState_t state; /* the server's state */
272 ("\tClient(0x%p): connecting to server at %s\n", me, buffer));
381 ("\tClient(0x%p): disconnected from server\n", me));
409 static PRStatus ProcessRequest(PRFileDesc *fd, CSServer_t *server) argument
643 CreateWorker(CSServer_t *server, CSPool_t *pool) argument
672 CSServer_t *server = worker->server; local
784 CSServer_t *server = (CSServer_t*)arg; local
932 CSServer_t *server = NULL; local
[all...]
H A Dprovider.c44 * server side thread termination without a shutdown() or closesocket()
50 * client side to recv() all his data before the server side thread
146 PRCList element; /* list of the server's workers */
149 CSServer_t *server; /* back pointer to server structure */ member in struct:CSWorker_s
164 PRThread *thread; /* the main server thread */
172 CSState_t state; /* the server's state */
274 ("\tClient(0x%p): connecting to server at %s\n", me, buffer));
382 ("\tClient(0x%p): disconnected from server\n", me));
410 static PRStatus ProcessRequest(PRFileDesc *fd, CSServer_t *server) argument
857 CreateWorker(CSServer_t *server, CSPool_t *pool) argument
880 CSServer_t *server = worker->server; local
993 CSServer_t *server = (CSServer_t*)arg; local
1138 CSServer_t *server = NULL; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c292 struct server { /* LSNAT server pool (circular list) */ struct
295 struct server *next;
308 struct server *server; member in struct:alias_link
905 /* Free memory allocated for LSNAT server pool */
906 if (lnk->server != NULL) {
907 struct server *head, *curr, *next;
909 head = curr = lnk->server;
993 lnk->server
2376 struct server *server; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c8 #include "server.h"
164 GLint numTiles, muralWidth, muralHeight, server, tiles; local
171 server = tileBounds[0];
204 /* Set this server's view matrix which will get premultiplied onto the
209 /* values[0] is the server index. Ignored here but used in tilesort SPU */
242 /* Set this server's projection matrix which will get replace the user's
247 /* values[0] is the server index. Ignored here but used in tilesort SPU */
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h263 CRServer *server; member in struct:__anon16468
350 /* If TRUE, render should tell window server to prevent artificial content
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp747 /* Make sure VRDE server is present: */
748 const CVRDEServer server = machine().GetVRDEServer(); local
749 AssertMsgReturnVoid(machine().isOk() && !server.isNull(),
750 ("VRDE server should NOT be null!\n"));
754 actionPool()->action(UIActionIndexRT_M_View_T_VRDEServer)->setChecked(server.GetEnabled());
1081 /* VRDE server stuff: */
1084 const CVRDEServer server = machine().GetVRDEServer(); local
1085 if (server.isNull())
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp416 tr("<p>Failed to initialize COM or to find the VirtualBox COM server. "
417 "Most likely, the VirtualBox server is not running or failed to start.</p>"
973 tr("Failed to create DHCP server."),
980 tr("Failed to remove DHCP server for network interface <b>%1</b>.")
2046 void UIMessageCenter::cannotToggleVRDEServer(const CVRDEServer &server, const QString &strMachineName, bool fEnable) argument
2050 tr("Failed to enable the remote desktop server for the virtual machine <b>%1</b>.").arg(strMachineName) :
2051 tr("Failed to disable the remote desktop server for the virtual machine <b>%1</b>.").arg(strMachineName),
2052 formatErrorInfo(server));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxkbstr.h108 * Structures and access macros used primarily by the server
454 XkbServerMapPtr server; member in struct:_XkbDesc
480 #define XkbKeyHasActions(d, k) (!!(d)->server->key_acts[(k)])
483 #define XkbKeyActionsPtr(d, k) (XkbSMKeyActionsPtr((d)->server, (k)))
558 * a set of components or to list components in the server
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxkbstr.h108 * Structures and access macros used primarily by the server
454 XkbServerMapPtr server; member in struct:_XkbDesc
480 #define XkbKeyHasActions(d, k) (!!(d)->server->key_acts[(k)])
483 #define XkbKeyActionsPtr(d, k) (XkbSMKeyActionsPtr((d)->server, (k)))
558 * a set of components or to list components in the server
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxkbstr.h99 * Structures and access macros used primarily by the server
428 XkbServerMapPtr server; member in struct:_XkbDesc
452 #define XkbKeyHasActions(d,k) ((d)->server->key_acts[k]!=0)
454 #define XkbKeyActionsPtr(d,k) (XkbSMKeyActionsPtr((d)->server,k))
530 * a set of components or to list components in the server
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxkbstr.h95 * Structures and access macros used primarily by the server
424 XkbServerMapPtr server; member in struct:_XkbDesc
448 #define XkbKeyHasActions(d,k) ((d)->server->key_acts[k]!=0)
450 #define XkbKeyActionsPtr(d,k) (XkbSMKeyActionsPtr((d)->server,k))
526 * a set of components or to list components in the server

Completed in 215 milliseconds

1234