$save nolist DECLARE /* control message type */ INSERTREQ LITERALLY '0', DELETEREQ LITERALLY '1', LOOKUPREQ LITERALLY '2', CHANGEREQ LITERALLY '3', HOSTREQ LITERALLY '4', TABLEREQ LITERALLY '5'; DECLARE NAMESIZE LITERALLY '33', /* number of bytes in name */ SERVERPORT LITERALLY '0810H', /* well-known server port number */ REQRSP LITERALLY '0'; /* index of request or result */ DECLARE ns_ent LITERALLY 'STRUCTURE( sock DWORD, name(NAMESIZE) BYTE)'; $restore