Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


if_addrlabel.h
01: /*
02:  * if_addrlabel.h - netlink interface for address labels
03:  *
04:  * Copyright (C)2007 USAGI/WIDE Project,  All Rights Reserved.
05:  *
06:  * Authors:
07:  *      YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
08:  */
09: 
10: #ifndef __LINUX_IF_ADDRLABEL_H
11: #define __LINUX_IF_ADDRLABEL_H
12: 
13: #include <linux/types.h>
14: 
15: struct ifaddrlblmsg {
16:         __u8            ifal_family;            /* Address family */
17:         __u8            __ifal_reserved;        /* Reserved */
18:         __u8            ifal_prefixlen;         /* Prefix length */
19:         __u8            ifal_flags;             /* Flags */
20:         __u32           ifal_index;             /* Link index */
21:         __u32           ifal_seq;               /* sequence number */
22: };
23: 
24: enum {
25:         IFAL_ADDRESS = 1,
26:         IFAL_LABEL = 2,
27:         __IFAL_MAX
28: };
29: 
30: #define IFAL_MAX        (__IFAL_MAX - 1)
31: 
32: #endif
33: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/