1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef IF_CAIF_H_ 8 #define IF_CAIF_H_ 9 #include <linux/sockios.h> 10 #include <linux/types.h> 11 #include <linux/socket.h> 12 enum ifla_caif { 13 __IFLA_CAIF_UNSPEC, 14 IFLA_CAIF_IPV4_CONNID, 15 IFLA_CAIF_IPV6_CONNID, 16 IFLA_CAIF_LOOPBACK, 17 __IFLA_CAIF_MAX 18 }; 19 #define IFLA_CAIF_MAX (__IFLA_CAIF_MAX - 1) 20 #endif 21