MCPcopy Create free account
hub / github.com/apache/trafficserver / LogFilterIP

Method LogFilterIP

src/proxy/logging/LogFilter.cc:766–771  ·  view source on GitHub ↗

------------------------------------------------------------------------- LogFilterIP::LogFilterIP -------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

764 LogFilterIP::LogFilterIP
765 -------------------------------------------------------------------------*/
766LogFilterIP::LogFilterIP(const char *name, LogField *field, LogFilter::Action action, LogFilter::Operator oper, swoc::IPAddr value)
767 : LogFilter(name, field, action, oper)
768{
769 m_addrs.mark(value);
770 this->init();
771}
772
773LogFilterIP::LogFilterIP(const char *name, LogField *field, LogFilter::Action action, LogFilter::Operator oper, size_t num_values,
774 IpAddr *value)

Callers

nothing calls this directly

Calls 15

initMethod · 0.95
TextViewClass · 0.85
IPRangeClass · 0.85
take_prefix_atMethod · 0.80
IPAddrClass · 0.50
markMethod · 0.45
emptyMethod · 0.45
loadMethod · 0.45
noteMethod · 0.45
is_okMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected