aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/netconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/netconfig')
-rw-r--r--lib/libc/rpc/netconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/libc/rpc/netconfig b/lib/libc/rpc/netconfig
new file mode 100644
index 000000000000..c6d24a6788b8
--- /dev/null
+++ b/lib/libc/rpc/netconfig
@@ -0,0 +1,18 @@
+#
+# The network configuration file. This file is currently only used in
+# conjunction with the (TI-) RPC code in the C library, unlike its
+# use in SVR4.
+#
+# Entries consist of:
+#
+# <network_id> <semantics> <flags> <protofamily> <protoname> \
+# <device> <nametoaddr_libs>
+#
+# The <device> and <nametoaddr_libs> fields are always empty in FreeBSD.
+#
+udp6 tpi_clts v inet6 udp - -
+tcp6 tpi_cots_ord v inet6 tcp - -
+udp tpi_clts v inet udp - -
+tcp tpi_cots_ord v inet tcp - -
+rawip tpi_raw - inet - - -
+local tpi_cots_ord - loopback - - -