Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/linux/include/linux/
H A Dinetdevice.h153 unsigned char ifa_scope; member
/linux/net/ipv6/
H A Daddrconf.c5106 static inline int rt_scope(int ifa_scope) in rt_scope()