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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Read.c278 pb->u.attnParams.attnCode = sp->attnCode;
295 pb->u.attnParams.attnCode = 0;
H A Dadsp_RxAttn.c160 sp->attnCode = (f->data[0] << 8) + f->data[1]; /* Save attn code */
H A Dadsp.h296 u_short attnCode; /* attention code received */ member in struct:TRCCB
375 u_short attnCode; /* client attention code */ member in struct:TRattnParams
H A Dadsp_Control.c279 sp->f.data[0] = high(sp->sapb->u.attnParams.attnCode);
280 sp->f.data[1] = low(sp->sapb->u.attnParams.attnCode);
H A Dadsp_internal.h162 unsigned short attnCode; /* attention code received */ member in struct:ccb

Completed in 33 milliseconds