sl@0: /** @file ../include/netconfig.h sl@0: @internalComponent sl@0: */ sl@0: sl@0: /** @struct netconfig sl@0: sl@0: Used to store information about networks that are connected to the system. sl@0: sl@0: @publishedAll sl@0: @released sl@0: */ sl@0: sl@0: /** @var netconfig::nc_netid sl@0: Network ID sl@0: */ sl@0: sl@0: /** @var netconfig::nc_semantics sl@0: Semantics sl@0: */ sl@0: sl@0: /** @var netconfig::nc_flag sl@0: Flags sl@0: */ sl@0: sl@0: /** @var netconfig::nc_protofmly sl@0: Protocol family sl@0: */ sl@0: sl@0: /** @var netconfig::nc_proto sl@0: Protocol name sl@0: */ sl@0: sl@0: /** @var netconfig::nc_device sl@0: Network device pathname sl@0: */ sl@0: sl@0: /** @var netconfig::nc_nlookups sl@0: Number of directory lookup libs sl@0: */ sl@0: sl@0: /** @var netconfig::nc_lookups sl@0: Names of the libraries sl@0: */ sl@0: sl@0: /** @var netconfig::nc_unused[9] sl@0: reserved sl@0: */ sl@0: sl@0: /** @def NC_TPI_CLTS sl@0: sl@0: nc_semantics values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_TPI_COTS sl@0: sl@0: nc_semantics values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_TPI_COTS_ORD sl@0: sl@0: nc_semantics values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_TPI_RAW sl@0: sl@0: nc_semantics values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NOFLAG sl@0: sl@0: nc_flag values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_VISIBLE sl@0: sl@0: nc_flag values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_BROADCAST sl@0: sl@0: nc_flag values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NOPROTOFMLY sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_LOOPBACK sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_INET sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_INET6 sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_IMPLINK sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_PUP sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_CHAOS sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NS sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NBS sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_ECMA sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_DATAKIT sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_CCITT sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_SNA sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_DECNET sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_DLI sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_LAT sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_HYLINK sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_APPLETALK sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NIT sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_IEEE802 sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_OSI sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_X25 sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_OSINET sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_GOSIP sl@0: sl@0: nc_protofmly values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_NOPROTO sl@0: sl@0: nc_proto values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_TCP sl@0: sl@0: nc_proto values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_UDP sl@0: sl@0: nc_proto values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def NC_ICMP sl@0: sl@0: nc_proto values sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */