| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | choose.c | 118 ARRAY8Ptr clientAddress, 124 if (XdmcpARRAY8Equal (clientAddress, &i->client) && 133 if (!XdmcpCopyARRAY8 (clientAddress, &i->client)) 146 ARRAY8Ptr clientAddress, 154 if (XdmcpARRAY8Equal (clientAddress, &i->client) && 171 ARRAY8Ptr clientAddress, 177 if (XdmcpARRAY8Equal (clientAddress, &i->client) && 249 ARRAY8Ptr clientAddress, 276 if (XdmcpARRAY8Equal (clientAddress, &c->client) && 287 ARRAY8Ptr clientAddress, 117 RememberIndirectClient(ARRAY8Ptr clientAddress,CARD16 connectionType) argument 145 ForgetIndirectClient(ARRAY8Ptr clientAddress,CARD16 connectionType) argument 170 IsIndirectClient(ARRAY8Ptr clientAddress,CARD16 connectionType) argument 248 IndirectChoice(ARRAY8Ptr clientAddress,CARD16 connectionType) argument 286 RegisterIndirectChoice(ARRAY8Ptr clientAddress,CARD16 connectionType,ARRAY8Ptr choice) argument 398 ARRAY8 clientAddress = {0, NULL}; local in function:ProcessChooserSocket [all...] |
| H A D | access.c | 119 ARRAY8 clientAddress; member in struct:_displayEntry::_displayType::_display 228 XdmcpDisposeARRAY8 (&d->entry.displayAddress.clientAddress); 554 if (!XdmcpAllocARRAY8 (&display->clientAddress, addr_length)) 563 memcpy(display->clientAddress.data, addr, addr_length); 661 ARRAY8Ptr clientAddress, 672 ARRAY8Ptr clientAddress, 685 if (indirectAlias (h->entry.aliasName, clientAddress, 756 ARRAY8Ptr clientAddress, 772 if (scanHostlist (d->hosts, clientAddress, connectionType, 782 ARRAY8Ptr clientAddress, 670 scanHostlist(HostEntry * h,ARRAY8Ptr clientAddress,CARD16 connectionType,ChooserFunc function,char * closure,int depth,int broadcast) argument 754 indirectAlias(char * alias,ARRAY8Ptr clientAddress,CARD16 connectionType,ChooserFunc function,char * closure,int depth,int broadcast) argument 781 ForEachMatchingIndirectHost(ARRAY8Ptr clientAddress,CARD16 connectionType,ChooserFunc function,char * closure) argument 838 UseChooser(ARRAY8Ptr clientAddress,CARD16 connectionType) argument 881 ForEachChooserHost(ARRAY8Ptr clientAddress,CARD16 connectionType,ChooserFunc function,char * closure) argument 936 AcceptableDisplayAddress(ARRAY8Ptr clientAddress,CARD16 connectionType,xdmOpCode type) argument [all...] |
| H A D | xdmcp.c | 285 ARRAY8 clientAddress = {0, NULL}; local in function:indirect_respond 301 ClientAddress (from, &clientAddress, &clientPort, &connectionType); 308 header.length += 2 + clientAddress.length; 314 XdmcpWriteARRAY8 (&buffer, &clientAddress); 318 localHostAsWell = ForEachMatchingIndirectHost (&clientAddress, connectionType, sendForward, (char *) &fd); 320 XdmcpDisposeARRAY8 (&clientAddress); 712 ARRAY8 clientAddress = {0, NULL}; local in function:forward_respond 721 if (XdmcpReadARRAY8 (&buffer, &clientAddress) && 726 expectedLen += 2 + clientAddress.length; 739 for (i = 0; i < (int)clientAddress 1131 ARRAY8 clientAddress = {0, NULL}, local in function:manage [all...] |
| /xsrc/external/mit/xdm/dist/include/ |
| H A D | dm.h | 352 extern int AcceptableDisplayAddress (ARRAY8Ptr clientAddress, CARD16 connectionType, xdmOpCode type); 353 extern int ForEachMatchingIndirectHost (ARRAY8Ptr clientAddress, CARD16 connectionType, ChooserFunc function, char *closure); 355 extern int UseChooser (ARRAY8Ptr clientAddress, CARD16 connectionType); 356 extern void ForEachChooserHost (ARRAY8Ptr clientAddress, CARD16 connectionType, ChooserFunc function, char *closure); 361 extern ARRAY8Ptr IndirectChoice (ARRAY8Ptr clientAddress, CARD16 connectionType); 362 extern int IsIndirectClient (ARRAY8Ptr clientAddress, CARD16 connectionType); 363 extern int RememberIndirectClient (ARRAY8Ptr clientAddress, CARD16 connectionType); 364 extern void ForgetIndirectClient ( ARRAY8Ptr clientAddress, CARD16 connectionType);
|
| /xsrc/external/mit/xdm/dist/chooser/ |
| H A D | chooser.c | 125 ARRAY8Ptr clientAddress; member in struct:_app_resources 136 {"clientAddress", "ClientAddress", XtRARRAY8, sizeof (ARRAY8Ptr), 137 offset (clientAddress), XtRString, NULL }, 145 { "-clientaddress", "*clientAddress", XrmoptionSepArg, NULL }, 725 XdmcpWriteARRAY8 (&buffer, app_resources.clientAddress);
|