| 3 |
- |
1 |
#
|
|
|
2 |
# The network configuration file. This file is currently only used in
|
|
|
3 |
# conjunction with the TI-RPC code in the libtirpc library.
|
|
|
4 |
#
|
|
|
5 |
# Entries consist of:
|
|
|
6 |
#
|
|
|
7 |
# <network_id> <semantics> <flags> <protofamily> <protoname> \
|
|
|
8 |
# <device> <nametoaddr_libs>
|
|
|
9 |
#
|
|
|
10 |
# The <device> and <nametoaddr_libs> fields are always empty in this
|
|
|
11 |
# implementation.
|
|
|
12 |
#
|
|
|
13 |
udp tpi_clts v inet udp - -
|
|
|
14 |
tcp tpi_cots_ord v inet tcp - -
|
|
|
15 |
udp6 tpi_clts v inet6 udp - -
|
|
|
16 |
tcp6 tpi_cots_ord v inet6 tcp - -
|
|
|
17 |
rawip tpi_raw - inet - - -
|
|
|
18 |
local tpi_cots_ord - loopback - - -
|
|
|
19 |
unix tpi_cots_ord - loopback - - -
|