if_inet6.h (8e8e676d0b3c7f074c719c7c05b20296b9b0b0b1) if_inet6.h (5f40ef77adb237954d615a76621df1b80a329b31)
1/*
2 * inet6 interface/address list definitions
3 * Linux INET6 implementation
4 *
5 * Authors:
6 * Pedro Roque <roque@di.fc.ul.pt>
7 *
8 *

--- 38 unchanged lines hidden (view full) ---

47 __u32 prefered_lft;
48 atomic_t refcnt;
49 spinlock_t lock;
50
51 int state;
52
53 __u32 flags;
54 __u8 dad_probes;
1/*
2 * inet6 interface/address list definitions
3 * Linux INET6 implementation
4 *
5 * Authors:
6 * Pedro Roque <roque@di.fc.ul.pt>
7 *
8 *

--- 38 unchanged lines hidden (view full) ---

47 __u32 prefered_lft;
48 atomic_t refcnt;
49 spinlock_t lock;
50
51 int state;
52
53 __u32 flags;
54 __u8 dad_probes;
55 __u8 stable_privacy_retry;
55
56 __u16 scope;
57
58 unsigned long cstamp; /* created timestamp */
59 unsigned long tstamp; /* updated timestamp */
60
61 struct delayed_work dad_work;
62

--- 200 unchanged lines hidden ---
56
57 __u16 scope;
58
59 unsigned long cstamp; /* created timestamp */
60 unsigned long tstamp; /* updated timestamp */
61
62 struct delayed_work dad_work;
63

--- 200 unchanged lines hidden ---