Home | History | Annotate | Download | only in openssh

Lines Matching refs:newport

3508  * the actual 'newport' has been allocated. If 'newport' < 0 is
3512 channel_update_permitted_opens(int idx, int newport)
3520 newport > 0 ? "Updating" : "Removing",
3521 newport,
3524 if (newport >= 0) {
3526 (datafellows & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;