REMOTE_DISK_SERVER_PORT
fServerAddress.sin_port = htons(REMOTE_DISK_SERVER_PORT);
error = _SendRequest(&socket, INADDR_BROADCAST, REMOTE_DISK_SERVER_PORT,
addr.sin_port = htons(REMOTE_DISK_SERVER_PORT);
REMOTE_DISK_SERVER_PORT, strerror(errno));
reply->port = htons(REMOTE_DISK_SERVER_PORT);