Home
last modified time | relevance | path

Searched defs:in_ifaddr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dinetdevice.h129 struct in_ifaddr { struct
131 struct in_ifaddr *ifa_next; argument
132 struct in_device *ifa_dev;
133 struct rcu_head rcu_head;
134 __be32 ifa_local;
135 __be32 ifa_address;
136 __be32 ifa_mask;
137 __be32 ifa_broadcast;
138 unsigned char ifa_scope;
139 unsigned char ifa_prefixlen;
[all …]