Searched refs:TWO_BYTE_BIT (Results 1 – 2 of 2) sorted by relevance
204 if ((p[0] & TWO_BYTE_BIT)) /* Two byte header? */ in ssl2_read_internal()639 pp[0]=((s->s2->wlength>>8)&(TWO_BYTE_MASK>>8))|TWO_BYTE_BIT; in n_do_ssl_write()
258 #define TWO_BYTE_BIT 0x80 macro