Home
last modified time | relevance | path

Searched refs:getDestinationAddress (Results 1 – 25 of 75) sorted by relevance

123

/dports/devel/ccrtp/ccrtp-2.1.2/demo/
H A Dccrtptest.cpp28 inline const InetHostAddress& getDestinationAddress() const in getDestinationAddress() function in PacketsPattern
83 if ( !tx.addDestination(pattern.getDestinationAddress(), in doTest()
111 RTPSession rx(pattern.getDestinationAddress(), pattern.getDestinationPort()); in doTest()
141 RTPSession rx(pattern.getDestinationAddress(),pattern.getDestinationPort()); in doTest()
150 … if ( !tx[i]->addDestination(pattern.getDestinationAddress(), pattern.getDestinationPort()) ) { in doTest()
H A Dccsrtptest.cpp98 inline const InetHostAddress& getDestinationAddress() const in getDestinationAddress() function in PacketsPattern
195 if (!tx.addDestination(pattern.getDestinationAddress(), pattern.getDestinationPort()) ) { in doTest()
223 RTPSession rx(pattern.getSsrc(), pattern.getDestinationAddress(), in doTest()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_container/
H A Dcommand_encoder_tests.cpp36 EXPECT_EQ(gpuAddress, miFlushDwCmd->getDestinationAddress()); in HWTEST_F()
43 EXPECT_EQ(gpuAddress, miFlushDwCmd->getDestinationAddress()); in HWTEST_F()
92 EXPECT_EQ(gpuAddress, miFlushDwCmd->getDestinationAddress()); in HWTEST_F()
99 EXPECT_EQ(gpuAddress, miFlushDwCmd->getDestinationAddress()); in HWTEST_F()
/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dinvert_color_filter.cpp31 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
62 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
89 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dcolor_curve_filter.cpp54 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
85 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
112 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dbrightness_contrast_filter.cpp65 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
98 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
141 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dhue_saturation_filter.cpp80 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
113 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
171 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dreplace_color_filter.cpp52 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
105 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
146 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dmedian_filter.cpp126 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
183 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
225 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dconvolution_matrix_filter.cpp148 uint32_t* dst_address = (uint32_t*)filterMgr->getDestinationAddress(); in applyToRgba()
215 uint16_t* dst_address = (uint16_t*)filterMgr->getDestinationAddress(); in applyToGrayscale()
268 uint8_t* dst_address = (uint8_t*)filterMgr->getDestinationAddress(); in applyToIndexed()
H A Dfilter_manager.h36 virtual void* getDestinationAddress() = 0;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/demo/
H A DzrtptestMulti.cpp50 getDestinationAddress() const in getDestinationAddress() function in PacketsPattern
499 tx = new SymmetricZRTPSession(pattern.getDestinationAddress(), in doTest()
511 tx = new SymmetricZRTPSession(pattern.getDestinationAddress(), in doTest()
547 if (!tx->addDestination(pattern.getDestinationAddress(), in doTest()
553 if (!tx->addDestination(pattern.getDestinationAddress(), in doTest()
586 rx = new SymmetricZRTPSession(pattern.getDestinationAddress(), in doTest()
598 rx = new SymmetricZRTPSession(pattern.getDestinationAddress(), in doTest()
634 if (!rx->addDestination(pattern.getDestinationAddress(), in doTest()
640 if (!rx->addDestination(pattern.getDestinationAddress(), in doTest()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/tcp/
H A DTCPSocketAgent.h38 virtual nsaddr_t getDestinationAddress() = 0;
118 …nsaddr_t getDestinationAddress() { return tcpAgentInterface ? tcpAgentInterface->getDestinationAdd… in getDestinationAddress() function
263 nsaddr_t getDestinationAddress() { return daddr(); } in getDestinationAddress() function
H A DTCPServerSocketAgent.cpp148 …TE socket to list for client's address %i and port %i\n", socket->getDestinationAddress(), socket-… in accept()
150 snode->setAddress(socket->getDestinationAddress()); in accept()
161 if (socket->getAddress() == socket->getDestinationAddress()) { in accept()
174 if (socket->getAddress() != socket->getDestinationAddress()) in accept()
/dports/security/nmap/nmap-7.91/libnetutil/
H A DTransportLayerElement.cc107 memcpy(i6dst.s6_addr, v6hdr->getDestinationAddress(), 16); in compute_checksum()
117 memcpy(&(i4dst.s_addr), v4hdr->getDestinationAddress(), 4); in compute_checksum()
H A DIPv6Header.h169 const u8 *getDestinationAddress() const;
170 struct in6_addr getDestinationAddress(struct in6_addr *result) const;
H A DIPv4Header.h201 const u8 *getDestinationAddress() const;
202 struct in_addr getDestinationAddress(struct in_addr *result) const;
H A DIPv6Header.cc158 this->getDestinationAddress(&addr); in print()
486 const u8 *IPv6Header::getDestinationAddress() const { in getDestinationAddress() function in IPv6Header
493 struct in6_addr IPv6Header::getDestinationAddress(struct in6_addr *result) const { in getDestinationAddress() function in IPv6Header
H A DNetworkLayerElement.h82 virtual const u8 *getDestinationAddress() const{ in getDestinationAddress() function
H A DIPv4Header.cc172 this->getDestinationAddress(&addr); in print()
523 const u8 *IPv4Header::getDestinationAddress() const { in getDestinationAddress() function in IPv4Header
530 struct in_addr IPv4Header::getDestinationAddress(struct in_addr *result) const { in getDestinationAddress() function in IPv4Header
H A DPacketParser.cc1047 …if( memcmp(rcvd_ip->getSourceAddress(), sent_ip->getDestinationAddress(), rcvd_ip->getAddressLengt… in is_response()
1050 …if( memcmp(rcvd_ip->getDestinationAddress(), sent_ip->getSourceAddress(), rcvd_ip->getAddressLengt… in is_response()
1121 …if( memcmp(iperror->getDestinationAddress(), sent_ip->getDestinationAddress(), iperror->getAddress… in is_response()
1207 …if( memcmp(sent_icmp6->getDestinationAddress().s6_addr, inner_icmp6->getDestinationAddress().s6_ad… in is_response()
1701 …if( memcmp(iperror->getDestinationAddress(), sent_ip->getDestinationAddress(), iperror->getAddress… in is_response()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/
H A DnsTCPProtoSocketAgent.cpp132 destination.SimSetAddress(socket->getDestinationAddress()); in Accept()
189 tcpPipe->getDestinationAddress()); in tcpEventReceived()
191 src_addr.SimSetAddress(tcpPipe->getDestinationAddress()); in tcpEventReceived()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/etc/
H A DOpenAndConnect.java222 … static InetSocketAddress getDestinationAddress(SocketAddress destination, InetAddress alternate) { in getDestinationAddress() method in OpenAndConnect
240 ssa = getDestinationAddress(ssa, caddr); in scOpenAndConnect()
260 ssa = getDestinationAddress(ssa, caddr); in dcOpenAndConnect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/etc/
H A DOpenAndConnect.java222 … static InetSocketAddress getDestinationAddress(SocketAddress destination, InetAddress alternate) { in getDestinationAddress() method in OpenAndConnect
240 ssa = getDestinationAddress(ssa, caddr); in scOpenAndConnect()
260 ssa = getDestinationAddress(ssa, caddr); in dcOpenAndConnect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/etc/
H A DOpenAndConnect.java222 … static InetSocketAddress getDestinationAddress(SocketAddress destination, InetAddress alternate) { in getDestinationAddress() method in OpenAndConnect
240 ssa = getDestinationAddress(ssa, caddr); in scOpenAndConnect()
260 ssa = getDestinationAddress(ssa, caddr); in dcOpenAndConnect()

123