Home
last modified time | relevance | path

Searched refs:PORTLIST_TOKEN_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_portlist.c79 char portlist_str[PORTLIST_TOKEN_SIZE+1]; in cmdline_parse_portlist()
91 (token_len < PORTLIST_TOKEN_SIZE)) in cmdline_parse_portlist()
94 if (token_len >= PORTLIST_TOKEN_SIZE) in cmdline_parse_portlist()
H A Dcmdline_parse_portlist.h18 #define PORTLIST_TOKEN_SIZE 128 macro