1*02cd59a7Sfvdl# $NetBSD: netconfig,v 1.1 2000/06/02 22:54:10 fvdl Exp $ 2*02cd59a7Sfvdl# 3*02cd59a7Sfvdl# The network configuration file. This file is currently only used in 4*02cd59a7Sfvdl# conjunction with the (TI-) RPC code in the C library, unlike its 5*02cd59a7Sfvdl# use in SVR4. 6*02cd59a7Sfvdl# 7*02cd59a7Sfvdl# Entries consist of: 8*02cd59a7Sfvdl# 9*02cd59a7Sfvdl# <network_id> <semantics> <flags> <protofamily> <protoname> \ 10*02cd59a7Sfvdl# <device> <nametoaddr_libs> 11*02cd59a7Sfvdl# 12*02cd59a7Sfvdl# The <device> and <nametoaddr_libs> fields are always empty in NetBSD. 13*02cd59a7Sfvdl# 14*02cd59a7Sfvdludp6 tpi_clts v inet6 udp - - 15*02cd59a7Sfvdltcp6 tpi_cots_ord v inet6 tcp - - 16*02cd59a7Sfvdludp tpi_clts v inet udp - - 17*02cd59a7Sfvdltcp tpi_cots_ord v inet tcp - - 18*02cd59a7Sfvdlrawip tpi_raw - inet - - - 19*02cd59a7Sfvdllocal tpi_cots_ord - loopback - - - 20