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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxData.c238 } while (LT(sp->firstRtmtSeq, pktNextRecvSeq));
H A Dadsp_internal.h100 #define LT(x,y) (((long)(x-y)) < (long) 0) macro
H A Dadsp_Control.c400 if (LT(sp->sendSeq, sp->firstRtmtSeq)) /* Sanity check on send seq */

Completed in 27 milliseconds