Lines Matching +full:c +full:- +full:family +full:- +full:name
2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
6 .\" 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]
8 .SH NAME
9 soconfig \- configure transport providers for use by sockets
13 \fB/sbin/soconfig\fR \fB-d\fR \fIdir\fR
18 \fB/sbin/soconfig\fR \fB-f\fR \fIfile\fR
28 \fB/sbin/soconfig\fR \fB-l\fR
35 with sockets. It specifies how the family, type, and protocol parameters in the
36 \fBsocket\fR(3SOCKET) call are mapped to the name of a transport provider such
50 \fB\fB-d\fR \fIdir\fR\fR
61 \fB\fB-f\fR \fIfile\fR\fR
78 \fB\fB-l\fR
81 Print the in-kernel socket configuration table.
94 The protocol family as listed in the \fB/usr/include/sys/socket.h\fR file,
114 The protocol number as specified in the family-specific \fBinclude\fR file,
126 The module name or path name of a device that corresponds to the transport
128 \fBkernel/socketmod\fR. A device name must begin with \fB/dev\fR. If this
130 family, type, and protocol. If this parameter is not specified, the
139 The following example sets up a module for family \fBAF_INET\fR and type
147 .in -2
152 The following example sets up \fB/dev/tcp\fR for family \fBAF_INET\fR and type
160 .in -2
165 The following is a sample file used with the \fB-f\fR option. Comment lines
171 # Family Type Protocol Module | Path
183 .in -2