Searched refs:portlist_str (Results 1 – 2 of 2) sorted by relevance
79 char portlist_str[PORTLIST_TOKEN_SIZE+1]; in cmdline_parse_portlist() local97 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()
16 struct portlist_str { struct22 const struct portlist_str portlist_valid_strs[] = { argument