Re: missing ipi_spec_dst in struct in_pktinfo

2009-09-08 Thread Andrew Schulman
> > The IP man page > > (http://homepages.cwi.nl/~aeb/linux/man2html/man7/ip.7.html) lists > > in_pktinfo as > > > > struct in_pktinfo { > > unsigned int ipi_ifindex; /* Interface index */ > > struct in_addr ipi_spec_dst; /* Local address */ > > struct in_addr ipi_addr; /* Heade

Re: missing ipi_spec_dst in struct in_pktinfo

2009-09-05 Thread Corinna Vinschen
On Sep 4 16:10, schulman.and...@epamail.epa.gov wrote: > > I'm trying to build socat for Cygwin (1.7). The build fails with > > xio-ip.c:480: error: structure has no member named `ipi_spec_dst' > > The offending code wants to use pktinfo->ipi_spec_dst.s_addr, where > pktinfo is a struct in_pkt

Re: missing ipi_spec_dst in struct in_pktinfo

2009-09-04 Thread Christopher Faylor
On Fri, Sep 04, 2009 at 04:10:24PM -0400, schulman.and...@epamail.epa.gov wrote: > >I'm trying to build socat for Cygwin (1.7). The build fails with > >xio-ip.c:480: error: structure has no member named `ipi_spec_dst' > >The offending code wants to use pktinfo->ipi_spec_dst.s_addr, where >pktinfo