Searched refs:inet_addr_type (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_addrtype.c2 * iptables module to match inet_addr_type() of an ip.
27 return !!(mask & (1 << inet_addr_type(addr)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Darp.c247 neigh->type = inet_addr_type(addr);
349 if (skb && inet_addr_type(ip_hdr(skb)->saddr) == RTN_LOCAL)
356 if (inet_addr_type(saddr) == RTN_LOCAL) {
487 if (arp_set_predefined(inet_addr_type(paddr), haddr, paddr, dev))
843 inet_addr_type(tip) == RTN_LOCAL &&
853 && inet_addr_type(sip)==RTN_UNICAST && memcmp(dev->name,"br0", 3) == 0) {
862 && inet_addr_type(sip)==RTN_UNICAST && (memcmp(dev->name,"eth0", 4) == 0||memcmp(dev->name,"vlan2", 5) == 0)) {
922 inet_addr_type(sip) == RTN_UNICAST)
H A Dfib_frontend.c148 unsigned inet_addr_type(__be32 addr) function
360 inet_addr_type(addr) == RTN_UNICAST)
743 if (inet_addr_type(ifa->ifa_local) != RTN_LOCAL) {
928 EXPORT_SYMBOL(inet_addr_type); variable
H A Dnetfilter.c20 type = inet_addr_type(iph->saddr);
H A Dip_options.c154 if (inet_addr_type(addr) != RTN_LOCAL) {
403 if (inet_addr_type(addr) == RTN_UNICAST)
H A Dfib_semantics.c535 if (inet_addr_type(nh->nh_gw) != RTN_UNICAST)
828 if (inet_addr_type(fi->fib_prefsrc) != RTN_LOCAL)
H A Dicmp.c681 inet_addr_type(iph->daddr) == RTN_BROADCAST) {
H A Draw.c560 chk_addr_ret = inet_addr_type(addr->sin_addr.s_addr);
H A Daf_inet.c444 chk_addr_ret = inet_addr_type(addr->sin_addr.s_addr);
H A Droute.c1151 if (inet_addr_type(new_gw) != RTN_UNICAST)
2397 /* It is equivalent to inet_addr_type(saddr) == RTN_LOCAL */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Droute.h122 extern unsigned inet_addr_type(__be32 addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_ctl.c682 if (inet_addr_type(udest->addr) == RTN_LOCAL) {
734 atype = inet_addr_type(udest->addr);
H A Dip_vs_core.c463 && (inet_addr_type(iph->daddr) == RTN_UNICAST)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dclip.c292 neigh->type = inet_addr_type(entry->ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daf_inet6.c286 if (inet_addr_type(v4addr) != RTN_LOCAL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c357 int ret = inet_addr_type(addr->v4.sin_addr.s_addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c8128 neigh->type = inet_addr_type(*(__be32 *) neigh->primary_key);

Completed in 296 milliseconds