| 1153 | } |
| 1154 | |
| 1155 | void |
| 1156 | PluginVCCore::set_passive_addr(in_addr_t ip, int port) |
| 1157 | { |
| 1158 | ats_ip4_set(&passive_addr_struct, htonl(ip), htons(port)); |
| 1159 | } |
| 1160 | |
| 1161 | void |
| 1162 | PluginVCCore::set_passive_addr(sockaddr const *ip) |
no test coverage detected