Searched refs:udp (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/statschannel/
H A Dtraffic-xml.pl19 my $udp = $ref->{traffic}->{ipv4}->{udp}->{counters};
20 foreach $group (@$udp) {
21 my $type = "udp " . $group->{type} . " ";
/bind-9.11.3/bin/tests/system/checkconf/
H A Dportrange-good.conf10 avoid-v4-udp-ports {
H A Dbad-many.conf12 avoid-v4-udp-ports { 100; }
13 avoid-v6-udp-ports { 100; };
H A Dgood.conf15 avoid-v4-udp-ports {
18 avoid-v6-udp-ports {
/bind-9.11.3/bin/tests/system/
H A Dpacket.pl33 # Usage: packet.pl [-a <address>] [-p <port>] [-t (udp|tcp)] [filename]
36 # to udp, and file to stdin.
48 print ("Usage: packet.pl [-a address] [-p port] [-t (tcp|udp)] [file]\n");
61 my $proto = "udp";
63 usage if ($proto !~ /^(udp|tcp)$/);
90 if ($proto eq "udp") {
H A Dgenzone.sh82 wks02 WKS 10.0.0.1 udp domain 0 1 2
/bind-9.11.3/bin/tests/system/cookie/ns2/
H A Dnamed.conf22 nocookie-udp-size 512;
/bind-9.11.3/bin/tests/system/cookie/ns1/
H A Dnamed.conf35 nocookie-udp-size 512;
/bind-9.11.3/bin/tests/system/cookie/ns3/
H A Dnamed.conf35 nocookie-udp-size 512;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c248 int udp; /* use UDP in place of TCP */ variable
666 if (udp)
791 if (udp)
963 if (udp)
1131 if (udp)
1550 if (udp) {
1592 if (udp) {
1808 udp = 1;
2071 if (udp)
/bind-9.11.3/bin/named/
H A Dstatschannel.c271 SET_NSSTATDESC(udp, "UDP queries received", "QryUDP");
658 desc, udp ## inout ## sizestats_desc, \
659 xmldesc, udp ## inout ## sizestats_xmldesc); \
664 udp ## inout ## sizestats_index[i] = dns_sizecounter_ ## inout ## _ ## counterid; \
1676 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "udp"));
1706 TRY0(xmlTextWriterEndElement(writer)); /* </udp> */
1742 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "udp"));
1772 TRY0(xmlTextWriterEndElement(writer)); /* </udp> */
2753 "dns-udp-requests-sizes-received-ipv4",
2756 "dns-udp
[all...]

Completed in 33 milliseconds