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