Searched defs:PUTSHORT (Results 1 – 3 of 3) sorted by relevance
216 #define PUTSHORT NS_PUT16 macro
2382 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro
2396 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro