3 # The contents of this file are subject to the terms of the
4 # Common Development and Distribution License, Version 1.0 only
5 # (the "License"). You may not use this file except in compliance
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright 1999 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
24 # ident "%Z%%M% %I% %E% SMI"
26 # The "Network Configuration" File.
28 # Each entry is of the form:
30 # <network_id> <semantics> <flags> <protofamily> <protoname> \
31 # <device> <nametoaddr_libs>
33 # The "-" in <nametoaddr_libs> for inet family transports indicates
34 # redirection to the name service switch policies for "hosts" and
35 # "services". The "-" may be replaced by nametoaddr libraries that
36 # comply with the SVr4 specs, in which case the name service switch
37 # will not be used for netdir_getbyname, netdir_getbyaddr,
38 # gethostbyname, gethostbyaddr, getservbyname, and getservbyport.
39 # There are no nametoaddr_libs for the inet family in Solaris anymore.
41 udp6 tpi_clts v inet6 udp /dev/udp6 -
42 tcp6 tpi_cots_ord v inet6 tcp /dev/tcp6 -
43 udp tpi_clts v inet udp /dev/udp -
44 tcp tpi_cots_ord v inet tcp /dev/tcp -
45 rawip tpi_raw - inet - /dev/rawip -
46 ticlts tpi_clts v loopback - /dev/ticlts straddr.so
47 ticotsord tpi_cots_ord v loopback - /dev/ticotsord straddr.so
48 ticots tpi_cots v loopback - /dev/ticots straddr.so