Home
last modified time | relevance | path

Searched defs:structure (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/cmdline/
H A Dcmdline_parse_ipaddr.h48 #define TOKEN_IPADDR_INITIALIZER(structure, field) \ argument
62 #define TOKEN_IPV4_INITIALIZER(structure, field) \ argument
75 #define TOKEN_IPV6_INITIALIZER(structure, field) \ argument
88 #define TOKEN_IPNET_INITIALIZER(structure, field) \ argument
103 #define TOKEN_IPV4NET_INITIALIZER(structure, field) \ argument
117 TOKEN_IPV6NET_INITIALIZER(structure,field) global() argument
[all...]
H A Dcmdline_parse_etheraddr.h28 #define TOKEN_ETHERADDR_INITIALIZER(structure, field) \ argument
H A Dcmdline_parse_portlist.h37 #define TOKEN_PORTLIST_INITIALIZER(structure, field) \ argument
H A Dcmdline_parse_string.h56 #define TOKEN_STRING_INITIALIZER(structure, field, string) \ argument
H A Dcmdline_parse_num.h44 #define TOKEN_NUM_INITIALIZER(structure, field, numtype) \ argument
/dpdk/examples/cmdline/
H A Dparse_obj_list.h48 #define TOKEN_OBJ_LIST_INITIALIZER(structure, field, obj_list_ptr) \ argument