netconfig revision 74462
174462Salfred# The network configuration file. This file is currently only used in
274462Salfred# conjunction with the (TI-) RPC code in the C library, unlike its
374462Salfred# use in SVR4.
474462Salfred#
574462Salfred# Entries consist of:
674462Salfred#
774462Salfred#       <network_id> <semantics> <flags> <protofamily> <protoname> \
874462Salfred#               <device> <nametoaddr_libs>
974462Salfred#
1074462Salfred# The <device> and <nametoaddr_libs> fields are always empty in FreeBSD.
1174462Salfred#
1274462Salfredudp6       tpi_clts      v     inet6    udp     -       -
1374462Salfredtcp6       tpi_cots_ord  v     inet6    tcp     -       -
1474462Salfredudp        tpi_clts      v     inet     udp     -       -
1574462Salfredtcp        tpi_cots_ord  v     inet     tcp     -       -
1674462Salfredrawip      tpi_raw       -     inet      -      -       -
1774462Salfredunix       tpi_cots_ord  -     loopback  -      -       -
18