xref: /dflybsd-src/etc/netconfig (revision 21fcee4d6e84a10a35d21e920106590570511048)
1# $FreeBSD: src/etc/netconfig,v 1.3 2002/12/16 22:24:25 mbr Exp $
2# $DragonFly$
3#
4# The network configuration file. This file is currently only used in
5# conjunction with the (TI-) RPC code in the C library, unlike its
6# use in SVR4.
7#
8# Entries consist of:
9#
10#       <network_id> <semantics> <flags> <protofamily> <protoname> \
11#               <device> <nametoaddr_libs>
12#
13# The <device> and <nametoaddr_libs> fields are always empty in DragonFly.
14#
15udp6       tpi_clts      v     inet6    udp     -       -
16tcp6       tpi_cots_ord  v     inet6    tcp     -       -
17udp        tpi_clts      v     inet     udp     -       -
18tcp        tpi_cots_ord  v     inet     tcp     -       -
19rawip      tpi_raw       -     inet      -      -       -
20local      tpi_cots_ord  -     loopback  -      -       -
21