Searched refs:DN_KEY_LEQ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h94 #define DN_KEY_LEQ(a,b) ((int64_t)((a)-(b)) <= 0) macro
H A Dip_dummynet.c465 if ( !DN_KEY_LEQ(pkt->output_time, curr_time) )
690 if (DN_KEY_LEQ(q->S, p->V))
705 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V) ) {
788 while (h->elements > 0 && DN_KEY_LEQ(h->p[0].key, curr_time) ) {

Completed in 77 milliseconds