File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / netconfig
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>