Kea
1.5.0
wiredata.h
Go to the documentation of this file.
1
// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#ifndef UTIL_UNITTESTS_WIREDATA_H
8
#define UTIL_UNITTESTS_WIREDATA_H 1
9
10
#include <cstddef>
11
17
18
namespace
isc
{
19
namespace
util {
20
namespace
unittests {
21
27
void
matchWireData
(
const
void
* expected_data, std::size_t expected_len,
28
const
void
* actual_data, std::size_t actual_len);
29
}
30
}
31
}
32
33
#endif // UTIL_UNITTESTS_WIREDATA_H
34
35
// Local Variables:
36
// mode: c++
37
// End:
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
isc::util::unittests::matchWireData
void matchWireData(const void *expected_data, size_t expected_len, const void *actual_data, size_t actual_len)
Definition:
wiredata.cc:23
src
lib
util
unittests
wiredata.h
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18