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

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c311 lnk = FindIcmpIn(la, pip->ip_src, pip->ip_dst, ic->icmp_id, 1);
332 &original_address, &pip->ip_dst, 2);
333 pip->ip_dst = original_address;
365 lnk = FindUdpTcpIn(la, ip->ip_dst, ip->ip_src,
369 lnk = FindUdpTcpIn(la, ip->ip_dst, ip->ip_src,
374 lnk = FindIcmpIn(la, ip->ip_dst, ip->ip_src, ic2->icmp_id, 0);
402 &original_address, &pip->ip_dst, 2);
403 pip->ip_dst = original_address;
430 &original_address, &pip->ip_dst, 2);
431 pip->ip_dst
[all...]
H A Dalias_pptp.c486 lnk = FindPptpOutByPeerCallId(la, pip->ip_src, pip->ip_dst, gr->gh_call_id);
510 lnk = FindPptpInByPeerCallId(la, pip->ip_src, pip->ip_dst, gr->gh_call_id);
519 &src_addr, &pip->ip_dst, 2);
520 pip->ip_dst = src_addr;
H A Dalias_util.c140 ptr = (u_short *) & (pip->ip_dst);
H A Dalias_cuseeme.c210 alias_addr.s_addr = pip->ip_dst.s_addr;
H A Dalias_proxy.c528 memcpy(&option[2], (u_char *) & pip->ip_dst, 4);
589 dst_addr = pip->ip_dst;
H A Dalias_smedia.c157 FindRtspOut(la, pip->ip_src, pip->ip_dst,
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmp.c209 if ( ( (icp->icmp_type != ICMP_ECHO && ip->ip_src.s_addr == ip0->ip_dst.s_addr)
210 || (icp->icmp_type == ICMP_ECHO && ip->ip_dst.s_addr == ip0->ip_dst.s_addr))
229 faddr.s_addr = ip->ip_dst.s_addr;
240 faddr.s_addr = ip->ip_dst.s_addr;
409 dst = ip->ip_dst.s_addr;
417 ip->ip_dst.s_addr = ip->ip_src.s_addr;
435 if ((ip->ip_dst.s_addr & RT_H2N_U32(pData->netmask)) == pData->special_addr.s_addr)
438 switch (RT_N2H_U32(ip->ip_dst.s_addr) & ~pData->netmask)
448 addr.sin_addr.s_addr = ip->ip_dst
[all...]
H A Dip_input.c102 Log2(("ip_dst=%RTnaipv4(len:%d) m_len = %d\n", ip->ip_dst, RT_N2H_U16(ip->ip_len), m->m_len));
202 if ( (ip->ip_dst.s_addr & RT_N2H_U32_C(0xe0000000)) == RT_N2H_U32_C(0xe0000000)
203 && ip->ip_dst.s_addr != 0xffffffff)
250 ip->ip_dst, ip->ip_len));
294 ip->ip_dst.s_addr == fp->ipq_dst.s_addr &&
385 fp->ipq_dst = ip->ip_dst;
533 ip->ip_dst = fp->ipq_dst;
H A Dudp.c99 Log2(("%RTnaipv4 iphlen = %d\n", ip->ip_dst, iphlen));
181 LogFunc(("uh src: %RTnaipv4:%d, dst: %RTnaipv4:%d\n", ip->ip_src, RT_H2N_U16_C(uh->uh_sport), ip->ip_dst, RT_H2N_U16_C(uh->uh_dport)));
184 && CTL_CHECK(ip->ip_dst.s_addr, CTL_DNS))
187 src.sin_addr.s_addr = ip->ip_dst.s_addr;
204 && CTL_CHECK(ip->ip_dst.s_addr, CTL_TFTP))
216 && CTL_CHECK(ip->ip_dst.s_addr, CTL_DNS)
285 so->so_faddr = ip->ip_dst; /* XXX */
293 && CTL_CHECK(ip->ip_dst.s_addr, CTL_DNS)
359 errno, strerror(errno), ip->ip_dst));
379 ip->ip_id, &ip->ip_dst, i
[all...]
H A Dip_output.c147 LogFunc(("ip(src:%RTnaipv4, dst:%RTnaipv4)\n", ip->ip_src, ip->ip_dst));
160 rc = rt_lookup_in_cache(pData, ip->ip_dst.s_addr, eth_dst);
191 LogFlowFunc(("ip(ip_src:%RTnaipv4, ip_dst:%RTnaipv4)\n",
192 ip->ip_src, ip->ip_dst));
H A Dip_icmpwin.c181 dst = ip->ip_dst.s_addr;
396 ip->ip_dst = pong->reqiph.ip_src;
492 ip->ip_dst = pong->reqiph.ip_src;
H A Dip.h128 struct in_addr ip_dst; /* destination address */ member in struct:ip
H A Dtftp.c469 saddr.sin_addr = pcTftpIpHeaderRecv->IPv4Hdr.ip_dst;
H A Dsocket.c1295 ip->ip_dst.s_addr = dst;
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvjbsdhdr.h40 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
H A Dvj.c181 || ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr
202 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Dip.h86 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
H A Din.h250 * The ip_dst is used for the first-hop gateway when using a source route
254 struct in_addr ip_dst; /* first hop, 0 w/o src rt */ member in struct:ip_opts
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp313 pIpHdr->ip_dst.u = UINT32_C(0xffffffff); /* broadcast */
395 pIpHdr->ip_dst.u = UINT32_C(0xF9A344D0); /* 208.68.163.249 */
513 && pIpHdr->ip_dst.u == UINT32_C(0x9701A8C0)
538 &pEthHdr->DstMac, pIpHdr->ip_dst.au8[0], pIpHdr->ip_dst.au8[1], pIpHdr->ip_dst.au8[2], pIpHdr->ip_dst.au8[3]);
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetUDP.cpp212 IpHdr.ip_dst = DstIPv4Addr;
/vbox/src/VBox/Runtime/common/checksum/
H A Dipv4.cpp56 + paw[8] /* ip_dst */
57 + paw[9]; /* ip_dst:16 */
144 + pIpHdr->ip_dst.au16[0]
145 + pIpHdr->ip_dst.au16[1]
/vbox/include/iprt/
H A Dnet.h309 RTNETADDRIPV4 ip_dst; member in struct:RTNETIPV4
321 * Up to and including RTNETIPV4::ip_dst. */
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp3053 RTNETADDRIPV4 ip_dst;
3054 if (!intnetR0SgReadPart(pSG, sizeof(RTNETETHERHDR) + RT_OFFSETOF(RTNETIPV4, ip_dst),
3055 sizeof(ip_dst), &ip_dst))
3058 if (ip_dst.u == 0xffffffff) /* 255.255.255.255? */
3065 else if ((ip_dst.au8[0] & 0xf0) == 0xe0) /* IPv4 multicast? */
3072 pEthHdr->DstMac.au8[3] = ip_dst.au8[1] & 0x7f;
3073 pEthHdr->DstMac.au8[4] = ip_dst.au8[2];
3074 pEthHdr->DstMac.au8[5] = ip_dst.au8[3];
3556 if (RT_UNLIKELY(!intnetR0SgReadPart(pSG, sizeof(RTNETETHERHDR) + RT_OFFSETOF(RTNETIPV4, ip_dst), sizeo
[all...]
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.c166 ip->ip_dst.s_addr = RT_H2N_U32(RT_N2H_U32(pData->special_addr.s_addr) | CTL_DNS);

Completed in 2353 milliseconds