Displaying 1 result from an estimated 1 matches for "tostringip".
Did you mean:
tostring
2006 Jul 13
1
Binding to a local IP address when mounting smb file system.
...of(my_ip_addr));
if (r < 0) {
//system("netstat -an");
cerr << "ERROR: tcp bind: " << LFSTRERROR << endl;
VLOG_ERR(VLOG << "ERROR: tcp bind: " << LFSTRERROR << " IP: "
<< toStringIP(ip_addr) << " ipPort: " << ip_port << endl);
closesocket(s);
return r;
}
else {
VLOG_INF(VLOG << "Successfully bound to IP: " << toStringIP(ip_addr) << " port: "
<< ip_port <<...