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

Method IPSrvPair

include/tsutil/ts_ip.h:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265};
266
267inline IPSrvPair::IPSrvPair(swoc::IP4Addr const &a4, swoc::IP6Addr const &a6, in_port_t port)
268 : _ip4(swoc::IP4Srv(a4, port)), _ip6(swoc::IP6Srv(a6, port))
269{
270}
271
272inline IPSrvPair::IPSrvPair(swoc::IP4Addr const &a4, in_port_t port) : _ip4(swoc::IP4Srv(a4, port)) {}
273

Callers

nothing calls this directly

Calls 6

has_ip4Method · 0.80
has_ip6Method · 0.80
IP4SrvClass · 0.50
IP6SrvClass · 0.50
ip4Method · 0.45
ip6Method · 0.45

Tested by

no test coverage detected