/
githubmirror
/
libtirpc
Обзор
Документация
Войти
/
githubmirror
/
libtirpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/netconfig
19 строк
767 B
Chuck Lever
Use stock automake rules to install netconfig
10 дек 2013, 00:56
10 дек 2013, 00:56
538d48b
Код
Авторство
О чём код?
# # The network configuration file. This file is currently only used in # conjunction with the TI-RPC code in the libtirpc library. # # Entries consist of: # # <network_id> <semantics> <flags> <protofamily> <protoname> \ # <device> <nametoaddr_libs> # # The <device> and <nametoaddr_libs> fields are always empty in this # implementation. # udp tpi_clts v inet udp - - tcp tpi_cots_ord v inet tcp - - udp6 tpi_clts v inet6 udp - - tcp6 tpi_cots_ord v inet6 tcp - - rawip tpi_raw - inet - - - local tpi_cots_ord - loopback - - - unix tpi_cots_ord - loopback - - -