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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxData.c139 if (GTE(pktNextRecvSeq, sp->timerSeq) && sp->waitingAck) {
H A Dadsp_internal.h101 #define GTE(x,y) (((long)(x-y)) >= (long) 0) macro
H A Dadsp_Control.c298 (GTE(sp->sendWdwSeq,sp->sendSeq)) && /* he has room to accept it */

Completed in 27 milliseconds