Aggiornamenti + alcune sockopt di IP
[gapil.git] / listati / ifconf.h
1 struct ifconf {
2     int                ifc_len; /* size of buffer */
3     union {
4         char *         ifc_buf; /* buffer address */
5         struct ifreq * ifc_req; /* array of structures */
6     };
7 };