[Issue 11174] New: Both AF_PACKET and SO_BINDTODEVICE undefined

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 5 07:50:12 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11174

           Summary: Both AF_PACKET and SO_BINDTODEVICE undefined
           Product: D
           Version: unspecified
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: daniel350 at bigpond.com


--- Comment #0 from daniel350 at bigpond.com 2013-10-05 07:50:09 PDT ---
AF_PACKET and SO_BINDTODEVICE are both undefined in any/all of the socket
modules.
Although they are not standard, they should still be available on platforms
that support them.

Their definitions (at least on my platform) are the following:

AF_PACKET = 17;
SO_BINDTODEVICE = 25;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list