Go to the documentation of this file.
29 #define RTE_KVARGS_MAX 32
32 #define RTE_KVARGS_PAIRS_DELIM ","
35 #define RTE_KVARGS_KV_DELIM "="
38 typedef int (*
arg_handler_t)(
const char *key,
const char *value,
void *opaque);
72 const char *
const valid_keys[]);
108 const char *key_match,
arg_handler_t handler,
void *opaque_arg);
122 const char *key_match);