Searched defs:PUTSHORT (Results 1 – 6 of 6) sorted by relevance
177 #define PUTSHORT NS_PUT16 macro
229 #define PUTSHORT NS_PUT16 macro
331 #define PUTSHORT(s, cp) { \ macro
288 #define PUTSHORT(s, cp) { \ macro
511 #define PUTSHORT(s, cp) { \ macro
2610 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro