Lines Matching defs:of

6  * This file contains Original Code and/or Modifications of Original Code
10 * may not be used to create, or enable the creation or redistribution of,
11 * unlawful or unlicensed copies of an Apple operating system, or to
12 * circumvent, violate, or enable the circumvention or violation of, any
13 * terms of an Apple operating system software license agreement.
15 * Please obtain a copy of the License at
158 unsigned short state; /* state of the connection end */
160 unsigned char localSocket; /* socket number of this connection end */
161 AddrUnion remoteAddress; /* internet address of remote end */
163 unsigned short attnSize; /* size of received attention data */
179 int sendSeq; /* Seq number of next char to send to remote */
181 int sendWdwSeq; /* Seq # of last char remote has bfr for */
182 int recvSeq; /* Seq of # of next char expected from rmte */
183 int recvWdw; /* # of bytes local end has buffer space for */
184 int attnSendSeq; /* Seq # of next attn pkt to send to remote */
185 int attnRecvSeq; /* Seq # of next packet local end expects */
188 /* These must be in the first 255 bytes of the CCB */
202 short openRetrys; /* # of retrys for Connect & Accept */
203 short rbuflen; /* Total size of receive buffer */
204 short sbuflen; /* Total size of receive buffer */
208 char badSeqCnt; /* # of of out-of-order packets received */
222 char probeCntr; /* # of probes we can miss (counts down) */
223 char pktSendMax; /* Max # of packets to send without an ack */
224 char pktSendCnt; /* # of packets sent so far */
226 int sendStamp; /* Time of last ackRequest */
227 int timerSeq; /* Seq # of char corresponding to above time stamp */
228 short roundTrip; /* Average Round-Trip time (in 6ths of a second) */
240 unsigned noXmitFlow:1; /* True stops incrementing # of xmit
250 ADSP_OPEN_DATA of; /* Holds the data for the open exchange */
290 short len; /* # of bytes in this fragment */
317 * Add queue element to end of queue. Pass Address of ptr to
318 * 1st element of queue
324 * Hunt down a linked list of queue elements looking for an element with
344 void *ccbList; /* Ptr to list of connection control blocks */
355 /* Address of ptr to list of ccb's */