Searched refs:ss_output (Results 1 – 2 of 2) sorted by relevance
78 ss_output = ('tcp LISTEN 0 5 127.0.0.1:<PORT> *:*'81 iperf_server._get_port_from_ss_output(ss_output, '<PID>'), '<PORT>')84 ss_output = ('tcp LISTEN 0 5 ff:ff:ff:ff:ff:ff:<PORT> *:*'87 iperf_server._get_port_from_ss_output(ss_output, '<PID>'), '<PORT>')
331 def _get_port_from_ss_output(ss_output, pid): argument333 lines = ss_output.split('\n')