Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member
/linux-4.1.27/include/net/
Ddn_dev.h13 __u8 ifa_scope; member
/linux-4.1.27/include/linux/
Dinetdevice.h138 unsigned char ifa_scope; member
/linux-4.1.27/net/ipv6/
Daddrconf.c4195 static inline int rt_scope(int ifa_scope) in rt_scope()