Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/network/
Diw_runner.py762 command_match = re.search('\* (\w+)', line)
763 if command_match:
764 pending_phy_commands.append(command_match.group(1))
/external/iptables/iptables/
Dxshared.c766 static void command_match(struct iptables_command_state *cs, bool invert) in command_match() function
1812 command_match(cs, invert); in do_parse()