File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / netconfig
Revision 1.1.1.1.8.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 22 14:59:01 2012 UTC (12 years, 5 months ago) by misho
Branches: elwix1_7
Diff to: branchpoint 1.1.1.1: preferred, unified
update etc

# $FreeBSD: src/etc/netconfig,v 1.4 2012/11/17 01:49:02 svnexp Exp $
#
# The network configuration file. This file is currently only used in
# conjunction with the (TI-) RPC code in the C library, unlike its
# use in SVR4.
#
# Entries consist of:
#
#       <network_id> <semantics> <flags> <protofamily> <protoname> \
#               <device> <nametoaddr_libs>
#
# The <device> and <nametoaddr_libs> fields are always empty in FreeBSD.
#
udp6       tpi_clts      v     inet6    udp     -       -
tcp6       tpi_cots_ord  v     inet6    tcp     -       -
udp        tpi_clts      v     inet     udp     -       -
tcp        tpi_cots_ord  v     inet     tcp     -       -
rawip      tpi_raw       -     inet      -      -       -
local      tpi_cots_ord  -     loopback  -      -       -

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