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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/x25/
H A Dx25_facilities.c245 struct x25_facilities theirs; local
248 memset(&theirs, 0, sizeof(theirs));
251 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask);
256 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
261 new->reverse = theirs.reverse;
263 if (theirs.throughput) {
264 if (theirs.throughput < ours->throughput) {
266 new->throughput = theirs.throughput;
270 if (theirs
[all...]

Completed in 90 milliseconds