MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ng_dumpitems

Function ng_dumpitems

freebsd/netgraph/ng_base.c:3328–3337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3326}
3327
3328static void
3329ng_dumpitems(void)
3330{
3331 item_p item;
3332 int i = 1;
3333 TAILQ_FOREACH(item, &ng_itemlist, all) {
3334 printf("[%d] ", i++);
3335 dumpitem(item, NULL, 0);
3336 }
3337}
3338
3339static void
3340ng_dumpnodes(void)

Callers 1

Calls 2

dumpitemFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected