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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,694eefd313944733,start X-Google-Attributes: gid103376,public From: Andi Kleen Subject: Sockets bindings for gnat on linux Date: 1998/02/02 Message-ID: #1/1 X-Deja-AN: 321350870 Sender: andi@fred.muc.de Distribution: world Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Newsgroups: comp.lang.ada Date: 1998-02-02T00:00:00+00:00 List-Id: Hello, I'm looking for binding for the BSD sockets interface for GNAT on Linux. The usual POSIX Bindings don't seem to include them (probably because 1003.1g isn't official yet). What I especially need are bindings to the multicast functions (IP_ADD_MEMBERSHIP et. al.). I looked on PAL and grepped the Gnat sources for sockets specific identifiers, but couldn't find anything. Could someone point me to a usable binding please? Thanks, -Andi