From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e696efa9fcc58bd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-10 17:05:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!hopperj From: jim hopper Newsgroups: comp.lang.ada Subject: Re: Get_Socket_Address_Info example Date: Tue, 10 Sep 2002 19:34:17 -0400 Organization: http://extra.newsguy.com Message-ID: <100920021934171304%hopperj@macconnect.com> References: NNTP-Posting-Host: p-857.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Thoth/1.5.8 (Carbon/OS X) Xref: archiver1.google.com comp.lang.ada:28810 Date: 2002-09-10T19:34:17-04:00 List-Id: why don't you just use the socket bindings that are supplied with gnat in 3.14? it has gethostbyname in it as i recall. best jim In article , Frank Bade wrote: > Hi ! > > I am trying to use the Get_Socket_Address_Info in solaris 2.6 with GNAT > 3.14a1 and the according floristlib. I want so realize the simple > gethostbyname functionallity ( just retrieve an address(-list) for a give > host name ). > > Are there any examples available ??? > > Frank