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

Function usage

dpdk/app/test-security-perf/test_security_perf.c:417–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417static void
418usage(char *progname)
419{
420 printf("\nusage: %s\n", progname);
421 printf(" --help : display this message and exit\n"
422 " --inbound : test for inbound direction\n"
423 " default outbound direction is tested\n"
424 " --nb-sess=N: to set the number of sessions\n"
425 " to be created, default is %d\n", DEF_NB_SESSIONS);
426}
427
428static void
429args_parse(int argc, char **argv)

Callers 1

args_parseFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected