Searched refs:theirs (Results 1 – 3 of 3) sorted by relevance
267 struct x25_facilities theirs; in x25_negotiate_facilities() local270 memset(&theirs, 0, sizeof(theirs)); in x25_negotiate_facilities()273 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()280 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities()285 new->reverse = theirs.reverse; in x25_negotiate_facilities()287 if (theirs.throughput) { in x25_negotiate_facilities()288 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities()289 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities()303 if (theirs.pacsize_in && theirs.pacsize_out) { in x25_negotiate_facilities()304 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities()[all …]
124 @size - incorporates all embedded command sizes including theirs header sizes.
138 theirs - and yours.