Searched refs:dummynet (Results 1 – 12 of 12) sorted by relevance
| /trueos/sys/netpfil/ipfw/ |
| HD | dummynet.txt | 5 Notes on the internal structure of dummynet (2010 version) 13 Implementation of new dummynet 31 How to configure dummynet 204 The dummynet code is split in several files. 220 - dummynet.c is the file used to implement the user side of dummynet. 222 show the output of dummynet objects. 256 A packet enters dummynet through dummynet_io(). We first lookup 263 leaving *m0 set. Otherwise, the packet is absorbed by dummynet 307 Because traditional dummynet pipes actually configure both a 328 The dummynet_task() function is the main dummynet processing function and is [all …]
|
| HD | dn_sched.h | 190 MODULE_DEPEND(name, dummynet, 3, 3, 3);
|
| HD | ip_dummynet.c | 81 dummynet(void *arg) in dummynet() function 91 callout_reset(&dn_timeout, 1, dummynet, NULL); in dn_reschedule() 2167 callout_reset(&dn_timeout, 1, dummynet, NULL); in ip_dn_init() 2290 DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD); 2291 MODULE_DEPEND(dummynet, ipfw, 2, 2, 2); 2292 MODULE_VERSION(dummynet, 3);
|
| HD | ip_dn_io.c | 150 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW, 0, "Dummynet");
|
| /trueos/sbin/ipfw/ |
| HD | Makefile | 6 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c
|
| /trueos/sys/modules/dummynet/ |
| HD | Makefile | 6 KMOD= dummynet
|
| /trueos/usr.sbin/bsdconfig/security/include/ |
| HD | securelevel.hlp | 34 cannot be changed and dummynet(4) or pf(4) configuration
|
| /trueos/sys/mips/conf/ |
| HD | RT305X | 27 …amrr wlan_ccmp wlan_rssadapt random if_bridge bridgestp msdosfs md ipfw dummynet libalias geom/geo…
|
| /trueos/share/man/man4/ |
| HD | Makefile | 122 dummynet.4 \
|
| /trueos/sys/modules/ |
| HD | Makefile | 97 dummynet \
|
| /trueos/sys/conf/ |
| HD | files | 3571 netpfil/ipfw/dn_heap.c optional inet dummynet 3572 netpfil/ipfw/dn_sched_fifo.c optional inet dummynet 3573 netpfil/ipfw/dn_sched_prio.c optional inet dummynet 3574 netpfil/ipfw/dn_sched_qfq.c optional inet dummynet 3575 netpfil/ipfw/dn_sched_rr.c optional inet dummynet 3576 netpfil/ipfw/dn_sched_wf2q.c optional inet dummynet 3577 netpfil/ipfw/ip_dummynet.c optional inet dummynet 3578 netpfil/ipfw/ip_dn_io.c optional inet dummynet 3579 netpfil/ipfw/ip_dn_glue.c optional inet dummynet
|
| HD | NOTES | 999 # DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL 1000 # as well. See dummynet(4) and ipfw(8) for more info. When you run
|