HomeSort by relevance Sort by last modified time
    Searched refs:shost (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/deps/lansim/src/py/
host.py 190 shost = pkt.ip.src
195 if (shost, sport, dport) in self._tcp_fwd_out:
196 fhost, fport, oport = self._tcp_fwd_out[(shost, sport, dport)]
212 if (shost, sport, dport) in self._tcp_fwd_in:
213 lport = self._tcp_fwd_in[(shost, sport, dport)]
217 self._tcp_fwd_in[(shost, sport, dport)] = lport
218 self._tcp_fwd_out[(fhost, fport, lport)] = (shost, sport, dport)
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 164 my ($spass, $shost) = split("\t", $h{$user});
165 if ( defined $h{$user} and ($spass eq $pass) and ($shost eq $hostname) ) {
166 $X->put($user, join("\t", $spass, $shost, $ip));

Completed in 45 milliseconds