Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/network/
Diw_runner.py616 command_match = re.search('\* (\w+)', line)
617 if command_match:
618 pending_phy_commands.append(command_match.group(1))
/external/iptables/iptables/
Dxtables.c650 static void command_match(struct iptables_command_state *cs) in command_match() function
970 command_match(cs); in do_parse()
Diptables.c1289 static void command_match(struct iptables_command_state *cs) in command_match() function
1617 command_match(&cs); in do_command4()
Dip6tables.c1296 static void command_match(struct iptables_command_state *cs) in command_match() function
1626 command_match(&cs); in do_command6()