Home
last modified time | relevance | path

Searched defs:IpMap (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DIpMapConf.h28 class IpMap; // declare in name only. variable
H A DIpMap.h121 friend class IpMap; variable
160 friend class IpMap; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dclient_policy.go104 IpMap map[string]string member
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DIpMap.cc1118 IpMap::IpMap(IpMap::self_type &&that) noexcept : _m4(that._m4), _m6(that._m6) in IpMap() function in IpMap