Searched refs:theirs (Results 1 – 4 of 4) sorted by relevance
275 struct x25_facilities theirs; in x25_negotiate_facilities() local278 memset(&theirs, 0, sizeof(theirs)); in x25_negotiate_facilities()281 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()288 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities()293 new->reverse = theirs.reverse; in x25_negotiate_facilities()295 if (theirs.throughput) { in x25_negotiate_facilities()296 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities()297 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities()311 if (theirs.pacsize_in && theirs.pacsize_out) { in x25_negotiate_facilities()312 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities()[all …]
124 @size - incorporates all embedded command sizes including theirs header sizes.
283 not theirs.
138 theirs - and yours.