| 1846 | } |
| 1847 | |
| 1848 | void |
| 1849 | dummynet_flush(void) |
| 1850 | { |
| 1851 | struct dn_id oid; |
| 1852 | oid_fill(&oid, sizeof(oid), DN_CMD_FLUSH, DN_API_VERSION); |
| 1853 | do_cmd(IP_DUMMYNET3, &oid, oid.len); |
| 1854 | } |
| 1855 | |
| 1856 | /* Parse input for 'ipfw [pipe|sched|queue] show [range list]' |
| 1857 | * Returns the number of ranges, and possibly stores them |
no test coverage detected