Go to the documentation of this file.
35 #ifndef _RTE_KVARGS_H_
36 #define _RTE_KVARGS_H_
58 #define RTE_KVARGS_MAX 32
61 #define RTE_KVARGS_PAIRS_DELIM ","
64 #define RTE_KVARGS_KV_DELIM "="
67 typedef int (*
arg_handler_t)(
const char *key,
const char *value,
void *opaque);
101 const char *
const valid_keys[]);
137 const char *key_match,
arg_handler_t handler,
void *opaque_arg);
151 const char *key_match);