Home
last modified time | relevance | path

Searched refs:ifa_scope (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Ddevinet.c276 if (!(ifa1->ifa_flags&IFA_F_SECONDARY) && ifa->ifa_scope <= ifa1->ifa_scope) in inet_insert_ifa()
283 if (ifa1->ifa_scope != ifa->ifa_scope) { in inet_insert_ifa()
330 ifa->ifa_scope = RT_SCOPE_HOST; in inet_set_ifa()
424 ifa->ifa_scope = ifm->ifa_scope; in inet_rtm_newaddr()
749 if (ifa->ifa_scope > scope) in inet_select_addr()
776 if (ifa->ifa_scope != RT_SCOPE_LINK && in inet_select_addr()
777 ifa->ifa_scope <= scope) { in inet_select_addr()
801 ifa->ifa_scope <= scope) { in confirm_addr_indev()
816 if (ifa->ifa_scope <= scope) { in confirm_addr_indev()
941 ifa->ifa_scope = RT_SCOPE_HOST; in inetdev_event()
[all …]
/linux-2.4.37.9/net/decnet/
Ddn_dev.c408 ifa->ifa_scope = RT_SCOPE_HOST; in dn_dev_set_ifa()
560 ifa->ifa_scope = ifm->ifa_scope; in dn_dev_rtm_newaddr()
583 ifm->ifa_scope = ifa->ifa_scope; in dn_dev_fill_ifaddr()
965 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
/linux-2.4.37.9/include/net/
Ddn_dev.h12 unsigned char ifa_scope; member
/linux-2.4.37.9/include/linux/
Dinetdevice.h86 unsigned char ifa_scope; member
Drtnetlink.h305 unsigned char ifa_scope; /* See above */ member
/linux-2.4.37.9/net/ipv6/
Daddrconf.c1297 if (ifa->ifa_scope == RT_SCOPE_LINK) in sit_add_v4_addrs()
1299 if (ifa->ifa_scope >= RT_SCOPE_HOST) { in sit_add_v4_addrs()
1902 ifm->ifa_scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifaddr()
1904 ifm->ifa_scope = RT_SCOPE_HOST; in inet6_fill_ifaddr()
1906 ifm->ifa_scope = RT_SCOPE_LINK; in inet6_fill_ifaddr()
1908 ifm->ifa_scope = RT_SCOPE_SITE; in inet6_fill_ifaddr()