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

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/netinet/
H A Dip.h74 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp.c370 TCHECK(dp->icmp_ip.ip_dst);
377 ipaddr_string(&dp->icmp_ip.ip_dst),
393 ipaddr_string(&oip->ip_dst),
400 ipaddr_string(&oip->ip_dst),
407 ipaddr_string(&oip->ip_dst),
421 ipaddr_string(&dp->icmp_ip.ip_dst), mtu);
425 ipaddr_string(&dp->icmp_ip.ip_dst));
434 ipaddr_string(&dp->icmp_ip.ip_dst));
440 TCHECK(dp->icmp_ip.ip_dst);
444 ipaddr_string(&dp->icmp_ip.ip_dst),
[all...]
H A Dprint-tcp.c165 ipaddr_string(&ip->ip_dst));
229 ipaddr_string(&ip->ip_dst),
316 dst = &ip->ip_dst;
320 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
324 memcpy(&tha.src, dst, sizeof ip->ip_dst);
328 memcpy(&tha.dst, dst, sizeof ip->ip_dst);
336 dst = &ip->ip_dst;
340 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
344 memcpy(&tha.src, dst, sizeof ip->ip_dst);
348 memcpy(&tha.dst, dst, sizeof ip->ip_dst);
[all...]
H A Dip.h64 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
H A Dprint-ip.c128 memcpy(&retval, &ip->ip_dst.s_addr, sizeof(u_int32_t));
154 memcpy(&ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
469 ipaddr_string(&ipds->ip->ip_dst));
475 ipaddr_string(&ipds->ip->ip_dst));
649 ipaddr_string(&ipds->ip->ip_dst));
663 ipaddr_string(&ipds->ip->ip_dst));
H A Dprint-sunrpc.c113 ipaddr_string(&ip->ip_dst), dstid, length);
H A Dprint-sctp.c143 ipaddr_string(&ip->ip_dst),
H A Dprint-nfs.c178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr));
966 memcpy(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst));
1008 memcmp(&ip->ip_dst, &xmep->client,
1009 sizeof(ip->ip_dst)) != 0) {
H A Dprint-pgm.c203 ipaddr_string(&ip->ip_dst));
230 ipaddr_string(&ip->ip_dst),
H A Dprint-udp.c340 ipaddr_string(&ip->ip_dst));
345 ipaddr_string(&ip->ip_dst),
H A Dprint-dccp.c215 ipaddr_string(&ip->ip_dst), dport);
H A Dprint-esp.c623 sin->sin_addr.s_addr == ip->ip_dst.s_addr) {
H A Dprint-pim.c765 ipaddr_string(&ip->ip_dst));
H A Dprint-rx.c617 rxent->server = ip->ip_dst;
636 u_int32_t clip = ip->ip_dst.s_addr;
H A Dprint-isakmp.c294 memcpy(&sin->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.h64 __be32 ip_dst; /* the client IP address */ member in struct:rlb_client_info
H A Dbond_alb.c112 __be32 ip_dst; /* target IP address */ member in struct:arp_pkt
335 (client_info->ip_src == arp->ip_dst) &&
336 (client_info->ip_dst == arp->ip_src) &&
508 client_info->ip_dst,
639 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_src));
644 (client_info->ip_dst == arp->ip_dst)) {
673 client_info->ip_dst = arp->ip_dst;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c205 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
226 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_log.c50 unsigned char ip_dst[4]; member in struct:arppayload
164 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Ddump.c187 ip.ip_dst = ((struct sockaddr_in *)my)->sin_addr;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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));

Completed in 187 milliseconds

12