Home
last modified time | relevance | path

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

/external/webrtc/tools/network_emulator/
Dnetwork_emulator.py121 _run_ipfw_command(add_part + ['src-port', '%s-%s' % port_range],
123 _run_ipfw_command(add_part + ['dst-port', '%s-%s' % port_range],
149 _run_ipfw_command(cmd, error_message)
158 _run_ipfw_command(['-f', 'flush'],
160 _run_ipfw_command(['-f', 'pipe', 'flush'],
163 def _run_ipfw_command(command, fail_msg=None): function