Lines Matching refs:key
24 foreach $key (keys %{$tcprcvd}) {
25 print $type . $key . ": ". $tcprcvd->{$key} ."\n";
30 foreach $key (keys %{$tcpsent}) {
31 print $type . $key . ": ". $tcpsent->{$key} ."\n";
36 foreach $key (keys %{$udprcvd}) {
37 print $type . $key . ": ". $udprcvd->{$key} ."\n";
42 foreach $key (keys %{$udpsent}) {
43 print $type . $key . ": ". $udpsent->{$key} ."\n";