Searched refs:parse_tokenize_string (Results 1 – 7 of 7) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | parser.c | 23 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 D | parser.h | 47 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
|
| H A D | parser.c | 253 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
|
| /dpdk/examples/ip_pipeline/ |
| H A D | parser.h | 61 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
|
| H A D | parser.c | 237 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string() function
|
| H A D | cli.c | 5646 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 D | cli.c | 123 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()
|