Home
last modified time | relevance | path

Searched refs:portlist_str (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() local
97 strlcpy(portlist_str, buf, token_len + 1); in cmdline_parse_portlist()
101 if (strcmp("all", portlist_str) == 0) in cmdline_parse_portlist()
103 else if (parse_ports(pl, portlist_str) != 0) in cmdline_parse_portlist()
/f-stack/dpdk/app/test/
H A Dtest_cmdline_portlist.c16 struct portlist_str { struct
22 const struct portlist_str portlist_valid_strs[] = { argument