blob: ad13ee22f0748a0e87b0c82a3d7c3d388adfd5b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
'\" te
.\" Copyright (c) 2008, Sun Microsystems, Inc.
.\" 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.
.\" 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.
.\" 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]
.TH sock2path 4 "4 Nov 2008" "SunOS 5.11" "File Formats"
.SH NAME
sock2path \- socket mapping file that maps sockets to transport providers
.SH SYNOPSIS
.LP
.nf
\fB/etc/sock2path\fR
.fi
.SH DESCRIPTION
.sp
.LP
The socket mapping file, \fB/etc/sock2path\fR, is a system file that contains
the mappings between the \fBsocket\fR(3SOCKET) call parameters and the
transport provider driver. Its format is described on the \fBsoconfig\fR(1M)
manual page.
.sp
.LP
The \fBinit\fR(1M) utility uses the \fBsoconfig\fR utility with the
\fBsock2path\fR file during the boot sequence.
.SH EXAMPLES
.LP
\fBExample 1 \fRAn Example of the \fBsock2path\fR File
.sp
.LP
The following is an example of a \fBsock2path\fR file:
.sp
.in +2
.nf
# Family Type Protocol Module | Path
2 2 0 tcp
2 2 6 tcp
26 2 0 tcp
26 2 6 tcp
2 1 0 udp
2 1 17 udp
26 1 0 udp
26 1 17 udp
1 2 0 /dev/ticotsord
1 6 0 /dev/ticotsord
1 1 0 /dev/ticlts
2 4 0 icmp
26 4 0 icmp
24 4 0 rts
27 4 2 /dev/keysock
.fi
.in -2
.SH SEE ALSO
.sp
.LP
\fBinit\fR(1M), \fBsoconfig\fR(1M), \fBsocket\fR(3SOCKET)
|