Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c24 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro
5539 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_softnic_pipeline_table_rule_stats_read()
5768 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_pipeline_table_rule_meter_read()
5932 snprintf(out, out_size, MSG_CMD_UNIMPLEM, tokens[0]); in cmd_softnic_pipeline_table_rule_ttl_read()
/dpdk/examples/pipeline/
H A Dcli.c30 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro
/dpdk/examples/ip_pipeline/
H A Dcli.c33 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro