PUTSHORT
#define PUTSHORT NS_PUT16
#define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \