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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h160 dn_key output_time; /* when the pkt is due for delivery */ member in struct:dn_pkt_tag
H A Dip_dummynet.c465 if ( !DN_KEY_LEQ(pkt->output_time, curr_time) )
525 heap_insert(&extract_heap, pkt->output_time, pipe);
559 dt->output_time = curr_time + p->delay ;
743 dn_tag_get(p->tail)->output_time += t ;

Completed in 27 milliseconds