Searched refs:ip_dst (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.h64 u32 ip_dst; /* the client IP address */ member in struct:rlb_client_info
H A Dbond_alb.c103 u32 ip_dst; /* target IP address */ member in struct:arp_pkt
331 (client_info->ip_src == arp->ip_dst) &&
332 (client_info->ip_dst == arp->ip_src)) {
493 client_info->ip_dst,
628 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_src));
633 (client_info->ip_dst == arp->ip_dst)) {
662 client_info->ip_dst = arp->ip_dst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Dip.h129 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c209 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
230 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_log.c50 unsigned char ip_dst[4]; member in struct:arppayload
150 myNIPQUAD(ap->ip_dst));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c302 rawpacket->ip.ip_dst.s_addr = INADDR_BROADCAST;
307 rawpacket->ip.ip_dst.s_addr = mess->yiaddr.s_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtraceroute.c786 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
830 printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst));
1119 outip->ip_dst = to->sin_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_packet.c523 iph.ip_dst.s_addr = op->dst.s_addr;
1953 if (IN_MULTICAST (ntohl (iph->ip_dst.s_addr)) ||
1959 if ((rcv_oi = ospf_if_lookup_by_local_addr (ifp, iph->ip_dst)) == NULL)
2231 if (iph->ip_dst.s_addr == htonl (OSPF_ALLDROUTERS)
2254 zlog_info (" dst [%s]", inet_ntoa (iph->ip_dst));
H A Dospf_dump.c631 zlog_info ("ip_dst %s", inet_ntoa (iph->ip_dst));

Completed in 103 milliseconds