Ancora reindicizzazioni, piĆ¹ CLONE_VFORK, CLONE_VM, CLONE_PTRACED
[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