diff options
Diffstat (limited to 'contrib/ntp/tests/libntp/netof.c')
-rw-r--r-- | contrib/ntp/tests/libntp/netof.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ntp/tests/libntp/netof.c b/contrib/ntp/tests/libntp/netof.c index 010b164..2fde6cc 100644 --- a/contrib/ntp/tests/libntp/netof.c +++ b/contrib/ntp/tests/libntp/netof.c @@ -7,6 +7,14 @@ #include "sockaddrtest.h" + +void test_ClassBAddress(void); +void test_ClassCAddress(void); +void test_ClassAAddress(void); +void test_IPv6Address(void); + + + void test_ClassBAddress(void) { sockaddr_u input = CreateSockaddr4("172.16.2.1", NTP_PORT); sockaddr_u expected = CreateSockaddr4("172.16.0.0", NTP_PORT); |