Searched refs:MSG_CMD_UNIMPLEM (Results 1 – 3 of 3) sorted by relevance
28 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro
24 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro5543 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()
33 #define MSG_CMD_UNIMPLEM "Command \"%s\" not implemented.\n" macro