Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.c90 #define X11_BASE_PORT 6000 macro
4960 x11_display_offset > UINT16_MAX - X11_BASE_PORT - MAX_DISPLAYS) in x11_create_display_inet()
4966 port = X11_BASE_PORT + display_number; in x11_create_display_inet()
5115 display_number > UINT16_MAX - X11_BASE_PORT) { in x11_connect_display()
5125 snprintf(strport, sizeof strport, "%u", X11_BASE_PORT + display_number); in x11_connect_display()
5141 X11_BASE_PORT + display_number, strerror(errno)); in x11_connect_display()
5151 X11_BASE_PORT + display_number, strerror(errno)); in x11_connect_display()