Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/ !
H A Dip_dummynet.h379 struct dn_pipe { /* a pipe */ struct
382 int pipe_nr; /* number */
383 int bandwidth; /* really, bytes/tick. */
384 int delay; /* really, ticks */
386 struct mbuf *head, *tail; /* packets in delay line */
410 SLIST_HEAD(dn_pipe_head, dn_pipe); argument