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