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

Method set_active_addr

src/proxy/PluginVC.cc:1167–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void
1168PluginVCCore::set_active_addr(in_addr_t ip, int port)
1169{
1170 ats_ip4_set(&active_addr_struct, htonl(ip), htons(port));
1171}
1172
1173void
1174PluginVCCore::set_active_addr(sockaddr const *ip)

Callers 2

TSHttpConnectTransparentFunction · 0.80

Calls 2

ats_ip4_setFunction · 0.85
assignMethod · 0.45

Tested by

no test coverage detected