Home
last modified time | relevance | path

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

/net/x25/
Dx25_facilities.c270 struct x25_facilities theirs; in x25_negotiate_facilities() local
273 memset(&theirs, 0, sizeof(theirs)); in x25_negotiate_facilities()
277 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()
284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities()
289 new->reverse = theirs.reverse; in x25_negotiate_facilities()
291 if (theirs.throughput) { in x25_negotiate_facilities()
292 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities()
293 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities()
307 if (theirs.pacsize_in && theirs.pacsize_out) { in x25_negotiate_facilities()
308 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities()
[all …]