Lines Matching +full:rate +full:- +full:lp +full:- +full:ms
140 #define SSH_TUNID_ERR (SSH_TUNID_ANY - 1)
141 #define SSH_TUNID_MAX (SSH_TUNID_ANY - 2)
144 #define PORT_STREAMLOCAL -2
146 /* Functions to extract or store big-endian words of various sizes */
160 /* Little-endian store/load, used by umac.c */
168 u_int64_t rate; /* desired rate in kbit/s */ member
202 /* authorized_key-style options parsing helpers */
209 const char *directive, char ***array, u_int *lp, const char *s);
211 const char *directive, char ***array, int **iarray, u_int *lp,
218 void ptimeout_deadline_ms(struct timespec *pt, long ms);
243 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y))