Searched refs:ether_addr_valid_strs (Results 1 – 1 of 1) sorted by relevance
23 const struct ether_addr_str ether_addr_valid_strs[] = { variable112 strlcpy(buf, ether_addr_valid_strs[0].str, sizeof(buf)); in test_parse_etheraddr_invalid_param()170 for (i = 0; i < RTE_DIM(ether_addr_valid_strs); i++) { in test_parse_etheraddr_valid()174 ret = cmdline_parse_etheraddr(NULL, ether_addr_valid_strs[i].str, in test_parse_etheraddr_valid()178 ether_addr_valid_strs[i].str); in test_parse_etheraddr_valid()181 if (is_addr_different(result, ether_addr_valid_strs[i].address)) { in test_parse_etheraddr_valid()183 ether_addr_valid_strs[i].str); in test_parse_etheraddr_valid()