Update terminology used within repo

Update the terms to more inclusive language. This change if only for
variables used in the repo.

Change-Id: I5151c9c2efab707b5dbc707e55333a3cb8c4e32b
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
diff --git a/ipmiallowlist.hpp b/ipmiallowlist.hpp
new file mode 100644
index 0000000..7519de8
--- /dev/null
+++ b/ipmiallowlist.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <utility>
+#include <vector>
+
+using netfncmd_pair = std::pair<unsigned char, unsigned char>;
+
+extern const std::vector<netfncmd_pair> allowlist;