1sock2path(4)                     File Formats                     sock2path(4)
2
3
4

NAME

6       sock2path  -  socket  mapping  file  that  maps  sockets  to  transport
7       providers
8

SYNOPSIS

10       /etc/sock2path
11
12

DESCRIPTION

14       The socket mapping file, /etc/sock2path, is a system file that contains
15       the mappings between the socket(3SOCKET) call parameters and the trans‐
16       port provider driver. Its format is described on the soconfig(1M)  man‐
17       ual page.
18
19
20       The  init(1M) utility uses the soconfig utility with the sock2path file
21       during the boot sequence.
22

EXAMPLES

24       Example 1 An Example of the sock2path File
25
26
27       The following is an example of a sock2path file:
28
29
30         # Family    Type    Protocol    Module | Path
31              2       2         0          tcp
32              2       2         6          tcp
33              26      2         0          tcp
34              26      2         6          tcp
35              2       1         0          udp
36              2       1        17          udp
37             26       1         0          udp
38             26       1        17          udp
39              1       2         0          /dev/ticotsord
40              1       6         0          /dev/ticotsord
41              1       1         0          /dev/ticlts
42              2       4         0          icmp
43             26       4         0          icmp
44             24       4         0          rts
45             27       4         2          /dev/keysock
46
47

SEE ALSO

49       init(1M), soconfig(1M), socket(3SOCKET)
50
51
52
53SunOS 5.11                        4 Nov 2008                      sock2path(4)
Impressum