netconfig revision 1.1
11.1Sfvdl# $NetBSD: netconfig,v 1.1 2000/06/02 22:54:10 fvdl Exp $
21.1Sfvdl#
31.1Sfvdl# The network configuration file. This file is currently only used in
41.1Sfvdl# conjunction with the (TI-) RPC code in the C library, unlike its
51.1Sfvdl# use in SVR4.
61.1Sfvdl#
71.1Sfvdl# Entries consist of:
81.1Sfvdl#
91.1Sfvdl#       <network_id> <semantics> <flags> <protofamily> <protoname> \
101.1Sfvdl#               <device> <nametoaddr_libs>
111.1Sfvdl#
121.1Sfvdl# The <device> and <nametoaddr_libs> fields are always empty in NetBSD.
131.1Sfvdl#
141.1Sfvdludp6       tpi_clts      v     inet6    udp     -       -
151.1Sfvdltcp6       tpi_cots_ord  v     inet6    tcp     -       -
161.1Sfvdludp        tpi_clts      v     inet     udp     -       -
171.1Sfvdltcp        tpi_cots_ord  v     inet     tcp     -       -
181.1Sfvdlrawip      tpi_raw       -     inet      -      -       -
191.1Sfvdllocal      tpi_cots_ord  -     loopback  -      -       -
20