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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
H A Dinetdevice.h152 unsigned char ifa_scope; member in struct:in_ifaddr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Ddevinet.c256 ifa1->ifa_scope <= ifa->ifa_scope)
347 ifa->ifa_scope <= ifa1->ifa_scope)
355 if (ifa1->ifa_scope != ifa->ifa_scope) {
402 ifa->ifa_scope = RT_SCOPE_HOST;
526 ifa->ifa_scope = ifm->ifa_scope;
742 ifa->ifa_scope
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_dev.h13 __u8 ifa_scope; member in struct:dn_ifaddr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-linux.c247 addr->global_scope = ifaddrmsg->ifa_scope == RT_SCOPE_UNIVERSE || ifaddrmsg->ifa_scope == RT_SCOPE_SITE;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_dev.c390 ifa->ifa_scope = RT_SCOPE_HOST;
628 ifa->ifa_scope = ifm->ifa_scope;
665 ifm->ifa_scope = ifa->ifa_scope;
1129 ifa->ifa_scope = RT_SCOPE_UNIVERSE;
H A Ddn_route.c846 if (ifa->ifa_scope > scope)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpn_netlink.c117 ifm->ifa_scope = RT_SCOPE_LINK;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h395 unsigned char ifa_scope; /* See above */ member in struct:ifaddrmsg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c2381 if (ifa->ifa_scope == RT_SCOPE_LINK)
2383 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
3508 ifm->ifa_scope = scope;
3527 static inline int rt_scope(int ifa_scope) argument
3529 if (ifa_scope & IFA_HOST)
3531 else if (ifa_scope & IFA_LINK)
3533 else if (ifa_scope & IFA_SITE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c552 nlm_scope = ifam->ifa_scope;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c552 nlm_scope = ifam->ifa_scope;

Completed in 396 milliseconds