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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_facilities.c257 struct x25_facilities theirs; local
260 memset(&theirs, 0, sizeof(theirs));
263 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask);
270 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
275 new->reverse = theirs.reverse;
277 if (theirs.throughput) {
278 int theirs_in = theirs.throughput & 0x0f;
279 int theirs_out = theirs.throughput & 0xf0;
293 if (theirs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.h129 void UTP_GetDelays(struct UTPSocket *socket, int32 *ours, int32 *theirs, uint32 *age);
H A Dutp.cpp2809 void UTP_GetDelays(UTPSocket *conn, int32 *ours, int32 *theirs, uint32 *age) argument
2814 if (theirs) *theirs = conn->their_hist.get_value();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-server.c581 const char * theirs = evhttp_find_header( req->input_headers, TR_RPC_SESSION_ID_HEADER ); local
582 const bool success = theirs && !strcmp( theirs, ours );

Completed in 92 milliseconds