2 .\" Copyright (c) 2008, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SOCK2PATH.D 4 "Apr 12, 2014"
8 sock2path.d \- socket mapping files that map sockets to transport providers
12 \fB/etc/sock2path.d\fR
18 \fB/etc/sock2path.d\fR is a directory containing files with mappings
19 between the \fBsocket\fR(3SOCKET) call parameters and the transport
20 provider driver. The mapping file format is described in the
21 \fBsoconfig\fR(1M) manual page.
24 The \fBinit\fR(1M) utility uses the \fBsoconfig\fR utility with the
25 \fBsock2path.d\fR directory during the boot sequence.
28 \fBExample 1 \fRAn Example of a Mapping File
31 The following is an example of a mapping file:
36 # Family Type Protocol Module | Path
58 \fBinit\fR(1M), \fBsoconfig\fR(1M), \fBsocket\fR(3SOCKET)