// Copyright (c) 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "quiche_platform_impl/quiche_test_loopback_impl.h" namespace quiche { quic::IpAddressFamily AddressFamilyUnderTestImpl() { … } quic::QuicIpAddress TestLoopback4Impl() { … } quic::QuicIpAddress TestLoopback6Impl() { … } quic::QuicIpAddress TestLoopbackImpl() { … } quic::QuicIpAddress TestLoopbackImpl(int index) { … } } // namespace quiche