Home
last modified time | relevance | path

Searched refs:getSvcType (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/src/wccp/
H A DWccpConfig.cc459 if (svc_info.getSvcType() == ServiceGroup::STANDARD) { in loader()
469 } else if (svc_info.getSvcType() != ServiceGroup::STANDARD) { in loader()
478 if (svc_info.getSvcType() == ServiceGroup::STANDARD) { in loader()
550 if (ServiceGroup::STANDARD == svc_info.getSvcType()) { in loader()
586 } else if (ServiceGroup::STANDARD != svc_info.getSvcType()) { in loader()
H A DWccpLocal.h1080 ServiceGroup::Type getSvcType() const; ///< Get service type field.
3010 ServiceComp::getSvcType() const in getSvcType() function
3012 return this->access()->getSvcType(); in getSvcType()
H A DWccpMsg.cc600 ServiceGroup::Type svc = this->getSvcType(); in parse()
/dports/www/trafficserver/trafficserver-9.1.1/include/wccp/
H A DWccp.h162 ServiceGroup::Type getSvcType() const; ///< Get service type field.
412 ServiceGroup::getSvcType() const in getSvcType() function