XNSWKS.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Demers, January 8, 1986 11:23:50 am PST
The Well Known XNS Sockets.
This (ugly) declaration format should work on both left- and right-handed machines.
There are no TYPEs in this interface, so recompilation shouldn't be a disaster.
DIRECTORY
XNS USING [Socket];
XNSWKS: CEDAR DEFINITIONS ~ {
Socket: TYPE = XNS.Socket;
unknown: Socket ~ [0, 0];
unique: Socket ~ [0, 0];
routing: Socket ~ [0, 1];
echo: Socket ~ [0, 2];
error: Socket ~ [0, 3];
envoy: Socket ~ [0, 4];
courier: Socket ~ [0, 5];
x860ToFileServer: Socket ~ [0, 6];
oldClearinghouse: Socket ~ [0, 7];
timeServer: Socket ~ [0, 8];
pupAddressTranslation: Socket ~ [0, 9];
bootServer: Socket ~ [0, 10];
ubIPC: Socket ~ [0, 16];
ubBootServer: Socket ~ [0, 17];
ubBootServee: Socket ~ [0, 18];
diagnosticsServer: Socket ~ [0, 19];
clearinghouse: Socket ~ [0, 20];
authenticationInfo: Socket ~ [0, 21];
mailGateway: Socket ~ [0, 22];
netExec: Socket ~ [0, 23];
wsInfo: Socket ~ [0, 24];
mailFirst: Socket ~ [0, 25];
mailLast: Socket ~ [0, 26];
etherBooteeFirst: Socket ~ [0, 32];
etherBootGerm: Socket ~ [0, 35];
etherBooteeLast: Socket ~ [0, 36];
voyeur: Socket ~ [0, 40];
netManagement: Socket ~ [0, 41];
teleDebug: Socket ~ [0, 48];
galaxy: Socket ~ [0, 60];
mazeSocket: Socket ~ [0, 253];
protocolCertificationControl: Socket ~ [0, 255];
protocolCertificationTest: Socket ~ [1, 0]; -- 256
pcRoutingTest: Socket ~ [1, 1]; -- 257
outsideXeroxFirst: Socket ~ [4, 0]; -- 1024
outsideXeroxLast: Socket ~ [11, 184]; -- 3000
last: Socket ~ [11, 184]; -- 3000
}.