Home | History | Annotate | Line # | Download | only in etc
      1  1.1  fvdl # $NetBSD: netconfig,v 1.1 2000/06/02 22:54:10 fvdl Exp $
      2  1.1  fvdl #
      3  1.1  fvdl # The network configuration file. This file is currently only used in
      4  1.1  fvdl # conjunction with the (TI-) RPC code in the C library, unlike its
      5  1.1  fvdl # use in SVR4.
      6  1.1  fvdl #
      7  1.1  fvdl # Entries consist of:
      8  1.1  fvdl #
      9  1.1  fvdl #       <network_id> <semantics> <flags> <protofamily> <protoname> \
     10  1.1  fvdl #               <device> <nametoaddr_libs>
     11  1.1  fvdl #
     12  1.1  fvdl # The <device> and <nametoaddr_libs> fields are always empty in NetBSD.
     13  1.1  fvdl #
     14  1.1  fvdl udp6       tpi_clts      v     inet6    udp     -       -
     15  1.1  fvdl tcp6       tpi_cots_ord  v     inet6    tcp     -       -
     16  1.1  fvdl udp        tpi_clts      v     inet     udp     -       -
     17  1.1  fvdl tcp        tpi_cots_ord  v     inet     tcp     -       -
     18  1.1  fvdl rawip      tpi_raw       -     inet      -      -       -
     19  1.1  fvdl local      tpi_cots_ord  -     loopback  -      -       -
     20