blob: 28b168835dfde91ae1b9b943b7a98427c8e9d93c [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef IF_CAIF_H_
8#define IF_CAIF_H_
9#include <linux/sockios.h>
10#include <linux/types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011#include <linux/socket.h>
12enum ifla_caif {
Tao Baod7db5942015-01-28 10:07:51 -080013 __IFLA_CAIF_UNSPEC,
14 IFLA_CAIF_IPV4_CONNID,
Tao Baod7db5942015-01-28 10:07:51 -080015 IFLA_CAIF_IPV6_CONNID,
16 IFLA_CAIF_LOOPBACK,
17 __IFLA_CAIF_MAX
Ben Cheng655a7c02013-10-16 16:09:24 -070018};
Tao Baod7db5942015-01-28 10:07:51 -080019#define IFLA_CAIF_MAX (__IFLA_CAIF_MAX - 1)
Nick Kralevicha67e4de2013-01-14 11:28:26 -080020#endif