Searched refs:WriteUInt8 (Results 1 – 4 of 4) sorted by relevance
655 request.WriteUInt8(5); // Socks Version in SendHello()657 request.WriteUInt8(1); // Authentication Mechanisms in SendHello()658 request.WriteUInt8(0); // No authentication in SendHello()660 request.WriteUInt8(2); // Authentication Mechanisms in SendHello()661 request.WriteUInt8(0); // No authentication in SendHello()662 request.WriteUInt8(2); // Username/Password in SendHello()670 request.WriteUInt8(1); // Negotiation Version in SendAuth()671 request.WriteUInt8(static_cast<uint8>(user_.size())); in SendAuth()673 request.WriteUInt8(static_cast<uint8>(pass_.GetLength())); in SendAuth()686 request.WriteUInt8(5); // Socks Version in SendConnect()[all …]
57 void WriteUInt8(uint8 val);
144 void ByteBuffer::WriteUInt8(uint8 val) { in WriteUInt8() function in talk_base::ByteBuffer
340 buf->WriteUInt8(0); in Write()341 buf->WriteUInt8(family_); in Write()