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