Home
last modified time | relevance | path

Searched refs:X11_BASE_PORT (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.c89 #define X11_BASE_PORT 6000 macro
5089 x11_display_offset > UINT16_MAX - X11_BASE_PORT - MAX_DISPLAYS) in x11_create_display_inet()
5095 port = X11_BASE_PORT + display_number; in x11_create_display_inet()
5312 display_number > UINT16_MAX - X11_BASE_PORT) { in x11_connect_display()
5322 snprintf(strport, sizeof strport, "%u", X11_BASE_PORT + display_number); in x11_connect_display()
5338 X11_BASE_PORT + display_number, strerror(errno)); in x11_connect_display()
5348 X11_BASE_PORT + display_number, strerror(errno)); in x11_connect_display()