1# CDDL HEADER START 2# 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 6# with the License. 7# 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. 12# 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] 18# 19# CDDL HEADER END 20# 21# Copyright 1999 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24# ident "%Z%%M% %I% %E% SMI" 25# 26# The "Network Configuration" File. 27# 28# Each entry is of the form: 29# 30# <network_id> <semantics> <flags> <protofamily> <protoname> \ 31# <device> <nametoaddr_libs> 32# 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. 40# 41udp6 tpi_clts v inet6 udp /dev/udp6 - 42tcp6 tpi_cots_ord v inet6 tcp /dev/tcp6 - 43udp tpi_clts v inet udp /dev/udp - 44tcp tpi_cots_ord v inet tcp /dev/tcp - 45rawip tpi_raw - inet - /dev/rawip - 46ticlts tpi_clts v loopback - /dev/ticlts straddr.so 47ticotsord tpi_cots_ord v loopback - /dev/ticotsord straddr.so 48ticots tpi_cots v loopback - /dev/ticots straddr.so 49