SOCK2PATH.D(5) Standards, Environments, and Macros SOCK2PATH.D(5)


NAME


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

SYNOPSIS


/etc/sock2path.d


DESCRIPTION


/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.

EXAMPLES


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


SEE ALSO


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


April 12, 2014 SOCK2PATH.D(5)