File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / netconfig
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jan 28 01:47:35 2013 UTC (11 years, 5 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, elwix2_2, elwix2_1, elwix2_0, elwix1_9_mips, elwix1_9, elwix1_8, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0, ELWIX2_1, ELWIX2_0, ELWIX1_9, ELWIX1_8, ELWIX1_7
ELWIX 1.7

    1: # $FreeBSD: src/etc/netconfig,v 1.4 2012/11/17 01:49:02 svnexp 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>