HomeSort by: relevance | last modified time | path
    Searched refs:traffic (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/libpcap/dist/
libpcap.pc.in 14 Description: Platform-independent network traffic capture library
  /src/tests/net/net/
t_pktinfo.c 44 static const char traffic[] = "foo"; variable
93 if (sendto(s, traffic, sizeof(traffic), 0,
104 char buf[sizeof(traffic)];
151 if (strcmp(traffic, buf) != 0)
152 ERRX2("Bad message '%s' != '%s'", buf, traffic);
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
tests_xml.py 73 r = requests.get(f"http://{statsip}:{statsport}/xml/v3/traffic", timeout=600)
78 traffic = {}
81 proto_root = root.find("traffic").find(ip).find(proto)
89 traffic[key] = values
91 return traffic
  /src/external/bsd/ipf/dist/perl/
plog 29 # Generate a source report of traffic to or from www.example.com using
36 # other aggressive traffic.
43 # hostname lookups. This is a handy usage for examining traffic more
83 # - Added option for reporting traffic for specific hosts.
623 # Get the source/destination traffic hash for the host in question.
643 # Count the packet as outgoing traffic from the source address.
646 # Count the packet as incoming traffic to the destination address.
657 print "### Traffic by $order address:\n";
675 my $traffic = $hosts{$host}->{$dir};
677 # Skip hosts with no traffic
    [all...]
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 745 /* Initialize traffic size statistics */
1907 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "traffic"));
2006 TRY0(xmlTextWriterEndElement(writer)); /* </traffic> */
2804 json_object *traffic = NULL; local
3216 traffic = json_object_new_object();
3217 CHECKMEM(traffic);
3291 json_object_object_add(traffic,
3295 traffic, "dns-udp-responses-sizes-sent-ipv4", udpresp4);
3296 json_object_object_add(traffic,
3300 traffic, "dns-tcp-responses-sizes-sent-ipv4", tcpresp4)
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 522 Obtain and print traffic counts collected and maintained by the
564 overhear traffic on your LAN, much more difficult.
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 37 # unbound_munin_hits - base volume, cache hits, unwanted traffic
78 unbound_munin_hits - base volume, cache hits, unwanted traffic
242 echo "graph_title Unbound DNS traffic and cache hits"
  /src/usr.bin/telnet/
commands.c 765 "print hexadecimal representation of network traffic" },
780 "print hexadecimal representation of terminal traffic" },

Completed in 45 milliseconds