Lines Matching refs:u_int
73 typedef u_char *channel_outfilter_fn(struct Channel *, u_char **, u_int *);
100 u_int istate; /* input from channel (state of receive half) */
101 u_int ostate; /* output to channel (state of transmit half) */
132 u_int remote_window;
133 u_int remote_maxpacket;
134 u_int local_window;
135 u_int local_window_max;
136 u_int local_consumed;
137 u_int local_maxpacket;
216 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
217 void channel_set_fds(int, int, int, int, int, int, int, u_int);
255 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*,
295 void channel_set_x11_refuse_time(u_int);
297 int x11_create_display_inet(int, int, int, u_int *, int **);