Il flag {{{SPLICE_F_NONBLOCK}}} fa si che ritorni {{{EAGAIN}}} anche
[gapil.git] / listati / pktinfo.h
1 struct in_pktinfo {
2     unsigned int   ipi_ifindex;  /* Interface index */
3     struct in_addr ipi_spec_dst; /* Local address */
4     struct in_addr ipi_addr;     /* Header Destination address */
5 };
6