8862d628c53b04cf2c109ef966ee07f3f0f102f4
[gapil.git] / 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