Aggiornamenti + alcune sockopt di IP
[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