Materiale sulle opzioni dei socket IP, con aggiunte di un po' di riferimenti
[gapil.git] / listati / pktinfo.h
diff --git a/listati/pktinfo.h b/listati/pktinfo.h
new file mode 100644 (file)
index 0000000..8862d62
--- /dev/null
@@ -0,0 +1,6 @@
+struct in_pktinfo {
+    unsigned int   ipi_ifindex;  /* Interface index */
+    struct in_addr ipi_spec_dst; /* Local address */
+    struct in_addr ipi_addr;     /* Header Destination address */
+};
+