Searched refs:nw_port (Results 1 – 2 of 2) sorted by relevance
360 uint16 nw_port = htons(host_request_info_.port()); in BuildHandshakeWriteBuffer() local361 handshake->append(reinterpret_cast<char*>(&nw_port), sizeof(nw_port)); in BuildHandshakeWriteBuffer()
41 uint16 nw_port; member296 request.nw_port = htons(host_request_info_.port()); in BuildHandshakeWriteBuffer()