Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dparser.c24 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
203 APP_CHECK((parse_tokenize_string(params->multi_string, tokens, in cfg_sp_add_cfg_item_parsed()
258 APP_CHECK(parse_tokenize_string(params->multi_string, tokens, in cfg_sa_add_cfg_item_parsed()
298 APP_CHECK(parse_tokenize_string( in cfg_rt_add_cfg_item_parsed()
341 APP_CHECK(parse_tokenize_string( in cfg_flow_add_cfg_item_parsed()
/dpdk/app/test-eventdev/
H A Dparser.h40 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/app/test-mldev/
H A Dparser.h43 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
H A Dparser.c282 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
/dpdk/examples/ip_pipeline/
H A Dparser.h54 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.c5553 if (parse_tokenize_string(line, tokens, &n_tokens)) { in load_dscp_table()
6267 status = parse_tokenize_string(in, tokens, &n_tokens); in cli_process()
6699 status = parse_tokenize_string(line, tokens, &n_tokens); in cli_rule_file_process()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c72 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
2317 status = parse_tokenize_string(in, tokens, &n_tokens); in softnic_cli_process()
/dpdk/examples/pipeline/
H A Dcli.c108 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
3778 status = parse_tokenize_string(in, tokens, &n_tokens); in cli_process()