Home | History | Annotate | Download | only in ssl

Lines Matching refs:xff

645 		*(p++)=s->version&0xff;
754 if ((data[0] != (s->version>>8)) || (data[1] != (s->version&0xff)))
834 tmp_buf[1]=s->client_version&0xff;