SOCK2PATH.D(5) File Formats and Configurations SOCK2PATH.D(5)

sock2path.d - socket mapping files that map sockets to transport providers

/etc/sock2path.d

/etc/sock2path.d is a directory containing files with mappings between the socket(3SOCKET) call parameters and the transport provider driver. The mapping file format is described in the soconfig(8) manual page.

The init(8) utility uses the soconfig utility with the sock2path.d directory during the boot sequence.

Example 1 An Example of a Mapping File

The following is an example of a mapping file:


# 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

socket(3SOCKET), init(8), soconfig(8)

April 12, 2014 OmniOS