Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h215 void command_match(struct iptables_command_state *cs);
Dxshared.c644 void command_match(struct iptables_command_state *cs) in command_match() function
Dxtables.c744 command_match(cs); in do_parse()
Dip6tables.c1354 command_match(&cs); in do_command6()
Diptables.c1346 command_match(&cs); in do_command4()
/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))