MCPcopy Index your code
hub / github.com/F-Stack/f-stack / dummynet_flush

Function dummynet_flush

tools/ipfw/dummynet.c:1848–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1846}
1847
1848void
1849dummynet_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

Callers 1

ipfw_flushFunction · 0.70

Calls 2

oid_fillFunction · 0.70
do_cmdFunction · 0.70

Tested by

no test coverage detected