Searched refs:try_port (Results 1 – 2 of 2) sorted by relevance
638 int try_port; in sunos_nfs_get_server_fd() local655 try_port = 1024; in sunos_nfs_get_server_fd()657 local.sin_port = htons (--try_port); in sunos_nfs_get_server_fd()660 } while (ret && try_port > (1024 / 2)); in sunos_nfs_get_server_fd()
603 int try_port; in sunos_nfs_get_server_fd() local620 try_port = 1024; in sunos_nfs_get_server_fd()622 local.sin_port = htons (--try_port); in sunos_nfs_get_server_fd()625 } while (ret && try_port > (1024 / 2)); in sunos_nfs_get_server_fd()