Searched refs:ifa_scope (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
H A Dinetdevice.h121 unsigned char ifa_scope; member in struct:in_ifaddr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c268 ifa1->ifa_scope <= ifa->ifa_scope)
359 ifa->ifa_scope <= ifa1->ifa_scope)
367 if (ifa1->ifa_scope != ifa->ifa_scope) {
414 ifa->ifa_scope = RT_SCOPE_HOST;
541 ifa->ifa_scope = ifm->ifa_scope;
891 if (ifa->ifa_scope > scop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_dev.h13 __u8 ifa_scope; member in struct:dn_ifaddr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-linux.c242 addr->global_scope = ifaddrmsg->ifa_scope == RT_SCOPE_UNIVERSE || ifaddrmsg->ifa_scope == RT_SCOPE_SITE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipaddress.c309 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
403 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
658 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
804 req.ifa.ifa_scope = scope;
874 req.ifa.ifa_scope = default_scope(&lcl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dipaddress.c221 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
306 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
526 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
679 req.ifa.ifa_scope = scope;
743 req.ifa.ifa_scope = default_scope(&lcl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c468 ifa->ifa_scope = RT_SCOPE_HOST;
692 ifa->ifa_scope = ifm->ifa_scope;
729 ifm->ifa_scope = ifa->ifa_scope;
1188 ifa->ifa_scope = RT_SCOPE_UNIVERSE;
H A Ddn_route.c850 if (ifa->ifa_scope > scope)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1073 a->ifa_flags, a->ifa_scope, a->ifa_index);
1105 a->ifa_flags, a->ifa_scope, a->ifa_index);
1380 req.a.ifa_scope = RT_SCOPE_LINK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h395 unsigned char ifa_scope; /* See above */ member in struct:ifaddrmsg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c2125 if (ifa->ifa_scope == RT_SCOPE_LINK)
2127 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
3160 ifm->ifa_scope = scope;
3179 static inline int rt_scope(int ifa_scope) argument
3181 if (ifa_scope & IFA_HOST)
3183 else if (ifa_scope & IFA_LINK)
3185 else if (ifa_scope & IFA_SITE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Difaddrs.c552 nlm_scope = ifam->ifa_scope;

Completed in 110 milliseconds