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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_attention.c65 * --> attnSize size in bytes of attention data
98 if (pb->u.attnParams.attnSize > attnBufSize) /* If data too big, bye-bye */
108 if (pb->u.attnParams.attnSize) {
H A Dadsp_Read.c277 pb->u.attnParams.attnSize = sp->attnSize;
279 if (!sp->attnSize) {
294 pb->u.attnParams.attnSize = 0;
H A Dadsp_RxAttn.c170 sp->attnSize = len - 2; /* Tell user how many bytes */
H A Dadsp.h297 u_short attnSize; /* size of received attention data */ member in struct:TRCCB
376 u_short attnSize; /* size of attention data */ member in struct:TRattnParams
H A Dadsp_internal.h163 unsigned short attnSize; /* size of received attention data */ member in struct:ccb

Completed in 29 milliseconds