Home
last modified time | relevance | path

Searched refs:HostPair (Results 1 – 11 of 11) sorted by relevance

/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Daggregateipaddrpair.hh77 struct HostPair { struct in AggregateIPAddrPair
80 HostPair() : a(0), b(0) { } in HostPair() function
81 HostPair(uint32_t aa, uint32_t bb) { in HostPair() argument
96 typedef HashTable<HostPair, FlowInfo> Map;
H A Daggregateipflows.hh168 struct HostPair { struct in AggregateIPFlows
171 HostPair() : a(0), b(0) { } in HostPair() argument
172 HostPair(uint32_t aa, uint32_t bb) { in HostPair() function
211 typedef HashTable<HostPair, HostPairInfo> Map;
250 inline void delete_flowinfo(const HostPair &, FlowInfo *, bool really_delete = true);
H A Daggregateipaddrpair.cc36 operator==(const AggregateIPAddrPair::HostPair &a, const AggregateIPAddrPair::HostPair &b) in operator ==()
42 AggregateIPAddrPair::HostPair::hashcode() const in hashcode()
111 _map.erase(*(const HostPair *)u); in reap()
123 HostPair hosts(iph->ip_src.s_addr, iph->ip_dst.s_addr); in simple_action()
H A Daggregateipflows.cc48 operator==(const AggregateIPFlows::HostPair &a, const AggregateIPFlows::HostPair &b) in operator ==()
54 AggregateIPFlows::HostPair::hashcode() const in hashcode()
179 AggregateIPFlows::delete_flowinfo(const HostPair &hp, FlowInfo *finfo, bool really_delete) in delete_flowinfo()
367 HostPair hp(iph->ip_src.s_addr, iph->ip_dst.s_addr); in find_flow_info()
502 HostPair hosts(iph->ip_src.s_addr, iph->ip_dst.s_addr); in handle_packet()
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsAttribute.cc119 this->_value.hostPair[0] = artsAttribute.HostPair()[0]; in ArtsAttribute()
120 this->_value.hostPair[1] = artsAttribute.HostPair()[1]; in ArtsAttribute()
181 this->_value.hostPair[0] = artsAttribute.HostPair()[0]; in operator =()
182 this->_value.hostPair[1] = artsAttribute.HostPair()[1]; in operator =()
366 const ipv4addr_t * ArtsAttribute::HostPair() const in HostPair() function in ArtsAttribute
378 const ipv4addr_t * ArtsAttribute::HostPair(ipv4addr_t host1, in HostPair() function in ArtsAttribute
910 inAddr.s_addr = artsAttribute.HostPair()[0]; in operator <<()
912 inAddr.s_addr = artsAttribute.HostPair()[1]; in operator <<()
H A DArtsAttributeVector.cc102 attribute.HostPair(hostAddr1,hostAddr2); in AddHostPairAttribute()
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/
H A DArtsAttribute.hh357 const ipv4addr_t * HostPair() const;
365 const ipv4addr_t * HostPair(ipv4addr_t host1, ipv4addr_t host2);
/dports/net-mgmt/arts++/arts++-1.1.a13/apps/artstoc/
H A Dartstoc.cc110 inAddr.s_addr = attribute->HostPair()[0]; in PrintTocLine()
112 inAddr.s_addr = attribute->HostPair()[1]; in PrintTocLine()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dlist_policy.cpp31 valid_hosts.insert(HostPair(i->first, host)); in init()
H A Dhost.hpp297 typedef std::pair<Address, Host::Ptr> HostPair; typedef
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.cc77 typedef std::pair<HostKey, HostPtr> HostPair; typedef