Home
last modified time | relevance | path

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

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