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

Function cmd_set_raw_cb

dpdk/app/test-pmd/cmdline_flow.c:13441–13448  ·  view source on GitHub ↗

Token generator and output processing callback (cmdline API). */

Source from the content-addressed store, hash-verified

13439
13440/** Token generator and output processing callback (cmdline API). */
13441static void
13442cmd_set_raw_cb(void *arg0, struct cmdline *cl, void *arg2)
13443{
13444 if (cl == NULL)
13445 cmd_set_raw_tok(arg0, arg2);
13446 else
13447 cmd_set_raw_parsed(arg0);
13448}
13449
13450/** Global parser instance (cmdline API). */
13451cmdline_parse_inst_t cmd_set_raw = {

Callers

nothing calls this directly

Calls 2

cmd_set_raw_tokFunction · 0.85
cmd_set_raw_parsedFunction · 0.85

Tested by

no test coverage detected