net/addr/sock: Add classes for generating sockaddrs
This adds classes to generate IP socket information that can be
consumed by `connect()` and `bind()`.
Change-Id: I84c8fc3794d1113877f0f967291317152a0669d5
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/meson.build b/test/meson.build
index b43cf9b..378e666 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -9,6 +9,7 @@
'hash/tuple': [stdplus_dep, gtest_main_dep],
'net/addr/ether': [stdplus_dep, gtest_main_dep],
'net/addr/ip': [stdplus_dep, gtest_main_dep],
+ 'net/addr/sock': [stdplus_dep, gtest_main_dep],
'net/addr/subnet': [stdplus_dep, gtest_main_dep],
'numeric/endian': [stdplus_dep, gtest_main_dep],
'numeric/str': [stdplus_dep, gtest_main_dep],