next up previous contents index
Next: xk_gethostbyname Up: Utility Routines Previous: str2ethHost

Host Name Service

     

A simple way of mapping host name strings to host IP addresses is provided via rom file entries (see Section 12.4) and the interface function xk_gethostbyname.

During x-kernel startup, rom file lines beginning with the string ``dns'' are parsed into name and address components and added to the host name table. E.g.:

        dns umbra 192.12.69.97

The host name must be less than 64 characters in length.





Larry Peterson
Wed Jan 10 10:40:08 MST 1996