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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Init.c138 sp->sbuflen = SendQSize;
H A Dadsp_Status.c70 bytes = sp->sbuflen - bytes;
H A Dadsp_internal.h204 short sbuflen; /* Total size of receive buffer */ member in struct:ccb
306 #define sbufPtr(y) (&sp->sbuf[((y) < sp->sbuflen) ? (y) : ((y) - sp->sbuflen)])

Completed in 100 milliseconds