Home
last modified time | relevance | path

Searched defs:dn_pipe_32 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.h515 struct dn_pipe_32 { /* a pipe */ struct
516 user32_addr_t next;
518 int pipe_nr; /* number */
519 int bandwidth; /* really, bytes/tick. */
520 int delay; /* really, ticks */
522 user32_addr_t head, tail; /* packets in delay line */
525 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/
526 struct dn_heap_32 not_eligible_heap; /* top extract- key Start time */
527 struct dn_heap_32 idle_heap; /* random extract - key Start=Finish time */
529 dn_key V; /* virtual time */
[all …]