Xref: utzoo comp.protocols.tcp-ip:7425 unix-pc.general:3098 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!elbereth.rutgers.edu!hardees.rutgers.edu!ron From: ron@hardees.rutgers.edu (Ron Natalie) Newsgroups: comp.protocols.tcp-ip,unix-pc.general Subject: Re: Is rhost() a front end to gethbyname() Message-ID: Date: 16 Jun 89 13:24:39 GMT References: <556@uncle.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 12 Rhost was the 4.1 BSD TCP host lookup routine. It's syntax (if I recall) was roughly: long rhost(namep) char **namep; Where namep is a pointer to a character array containing the name to be looked up. When successful rhost puts a pointer to an array containing the official host name in namep and returns the internet address. -Ron