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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man4/
H A DMakefile14 dummynet.4 \
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c60 * This module implements IP dummynet, a bandwidth limiter/delay emulator
66 * + scheduler and dummynet functions;
69 * NOTA BENE: critical sections are protected by the "dummynet lock".
114 /* this is for the timer that fires to call dummynet() - we only enable the timer when
152 SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet,
197 /* dummynet lock */
206 static void dummynet(void *);
239 printf("dummynet: heap_init, Bogus call, have %d want %d\n",
246 printf("dummynet: heap_init, resize %d failed\n", new_size );
317 printf("dummynet
763 dummynet(__unused void * unused) function
[all...]

Completed in 28 milliseconds