home *** CD-ROM | disk | FTP | other *** search
/ 69.25.84.18 / 69.25.84.18.tar / 69.25.84.18 / etc / netconfig < prev    next >
Text File  |  1998-12-10  |  1KB  |  23 lines

  1. #
  2. # The "Network Configuration" File.
  3. #
  4. # Each entry is of the form:
  5. #
  6. #       <network_id> <semantics> <flags> <protofamily> <protoname> \
  7. #               <device> <nametoaddr_libs>
  8. #
  9. # The "-" in <nametoaddr_libs> for inet family transports indicates
  10. # redirection to the name service switch policies for "hosts" and
  11. # "services". The "-" may be replaced by nametoaddr libraries that
  12. # comply with the SVr4 specs, in which case the name service switch
  13. # will not be used for netdir_getbyname, netdir_getbyaddr,
  14. # gethostbyname, gethostbyaddr, getservbyname, and getservbyport.
  15. # There are no nametoaddr_libs for the inet family in Solaris anymore.
  16. udp        tpi_clts      v     inet    udp    /dev/udp        -
  17. tcp        tpi_cots_ord  v     inet    tcp    /dev/tcp        -
  18. rawip      tpi_raw       -     inet    -      /dev/rawip      -
  19. ticlts     tpi_clts      v    loopback -      /dev/ticlts     straddr.so
  20. ticotsord  tpi_cots_ord  v    loopback -      /dev/ticotsord  straddr.so
  21. ticots     tpi_cots      v    loopback -      /dev/ticots     straddr.so
  22.