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

Function bp_flush

tools/ipfw/ipfw2.c:458–465  ·  view source on GitHub ↗

* Flushes buffer so new writer start from beginning. */

Source from the content-addressed store, hash-verified

456 * Flushes buffer so new writer start from beginning.
457 */
458void
459bp_flush(struct buf_pr *b)
460{
461
462 b->ptr = b->buf;
463 b->avail = b->size;
464 b->buf[0] = '\0';
465}
466
467/*
468 * Print message specified by @format and args.

Callers 3

list_pipesFunction · 0.85
list_static_rangeFunction · 0.85
list_dyn_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected