// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ip_util.h" BSSL_NAMESPACE_BEGIN bool IsValidNetmask(der::Input mask) { … } bool IPAddressMatchesWithNetmask(der::Input addr1, der::Input addr2, der::Input mask) { … } BSSL_NAMESPACE_END