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

Function print_header

tools/ipfw/dummynet.c:414–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414static void
415print_header(struct ipfw_flow_id *id)
416{
417 if (!IS_IP6_FLOW_ID(id))
418 printf("BKT Prot ___Source IP/port____ "
419 "____Dest. IP/port____ "
420 "Tot_pkt/bytes Pkt/Byte Drp\n");
421 else
422 printf("BKT ___Prot___ _flow-id_ "
423 "______________Source IPv6/port_______________ "
424 "_______________Dest. IPv6/port_______________ "
425 "Tot_pkt/bytes Pkt/Byte Drp\n");
426}
427
428static void
429list_flow(struct buf_pr *bp, struct dn_flow *ni)

Callers 1

list_pipesFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected