Lines Matching defs:new
6 * randomly fail to work with new releases, misbehave and/or generally
266 struct x25_facilities *new, struct x25_dte_facilities *dte)
274 memcpy(new, ours, sizeof(*new));
289 new->reverse = theirs.reverse;
298 new->throughput = (new->throughput & 0xf0) | theirs_in;
303 new->throughput = (new->throughput & 0x0f) | theirs_out;
310 new->pacsize_in = theirs.pacsize_in;
314 new->pacsize_out = theirs.pacsize_out;
321 new->winsize_in = theirs.winsize_in;
325 new->winsize_out = theirs.winsize_out;