Home
last modified time | relevance | path

Searched refs:MSG_CMD_UNIMPLEM (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/pipeline/
H A Dcli.c28 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c24 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro
5543 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_softnic_pipeline_table_rule_stats_read()
5772 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_pipeline_table_rule_meter_read()
5936 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_softnic_pipeline_table_rule_ttl_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c33 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro