summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/if_addrlabel.h
blob: c622b872abd8f666f18bd13c50cb6ad41b83e840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef __LINUX_IF_ADDRLABEL_H
#define __LINUX_IF_ADDRLABEL_H
#include <linux/types.h>
struct ifaddrlblmsg {
  __u8 ifal_family;
  __u8 __ifal_reserved;
  __u8 ifal_prefixlen;
  __u8 ifal_flags;
  __u32 ifal_index;
  __u32 ifal_seq;
};
enum {
  IFAL_ADDRESS = 1,
  IFAL_LABEL = 2,
  __IFAL_MAX
};
#define IFAL_MAX (__IFAL_MAX - 1)
#endif