Home
last modified time | relevance | path

Searched refs:parse_tokenize_string (Results 1 – 7 of 7) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dparser.c23 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
202 APP_CHECK((parse_tokenize_string(params->multi_string, tokens, in cfg_sp_add_cfg_item_parsed()
257 APP_CHECK(parse_tokenize_string(params->multi_string, tokens, in cfg_sa_add_cfg_item_parsed()
297 APP_CHECK(parse_tokenize_string( in cfg_rt_add_cfg_item_parsed()
340 APP_CHECK(parse_tokenize_string( in cfg_flow_add_cfg_item_parsed()
/dpdk/app/test-eventdev/
H A Dparser.h47 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
H A Dparser.c253 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
/dpdk/examples/ip_pipeline/
H A Dparser.h61 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
H A Dparser.c237 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
H A Dcli.c5646 if (parse_tokenize_string(line, tokens, &n_tokens)) { in load_dscp_table()
6366 status = parse_tokenize_string(in, tokens, &n_tokens); in cli_process()
6803 status = parse_tokenize_string(line, tokens, &n_tokens); in cli_rule_file_process()
/dpdk/examples/pipeline/
H A Dcli.c123 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
3088 status = parse_tokenize_string(in, tokens, &n_tokens); in cli_process()