Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dchannels.c4951 u_int *display_numberp, int **chanids) in x11_create_display_inet() argument
4959 if (chanids == NULL || x11_display_offset < 0 || in x11_create_display_inet()
5021 *chanids = xcalloc(num_socks + 1, sizeof(**chanids)); in x11_create_display_inet()
5029 (*chanids)[n] = nc->self; in x11_create_display_inet()
5031 (*chanids)[n] = -1; in x11_create_display_inet()