Home
last modified time | relevance | path

Searched refs:UDP (Results 1 – 25 of 67) sorted by relevance

123

/openbsd-src/regress/sys/netinet/ipsec/
H A DREADME7 Currently ICMP ping, UDP, TCP packets are protected with ESP and
12 ip versions, and the ip protocols ping, UDP, TCP. Small and big
24 Test NAT-Traversal over UDP.
/openbsd-src/regress/sys/netinet/mcast/
H A DREADME8 mcsend - send one multicat UDP packet
9 mcrecv - receive one multicast UDP packet
10 mcroute - route one multicast UDP packet
/openbsd-src/share/snmp/
H A DSNMPv2-TM.txt59 -- SNMP over UDP over IPv4
64 "The SNMP over UDP over IPv4 transport domain.
73 "Represents a UDP over IPv4 address:
77 5-6 UDP-port network-byte order
169 "The transport domain for SNMPv1 over UDP over IPv4.
H A DTRANSPORT-ADDRESS-MIB.txt41 "The UDP over IPv4 transport domain. The corresponding
49 "The UDP over IPv6 transport domain. The corresponding
57 "The UDP over IPv4 transport domain. The corresponding
65 "The UDP over IPv6 transport domain. The corresponding
155 "The UDP transport domain using fully qualified domain
286 address and a port number (as used for example by UDP,
305 address and a port number (as used for example by UDP,
325 example by UDP, TCP and SCTP):
345 example by UDP, TCP and SCTP):
/openbsd-src/usr.bin/systat/
H A Dnetstat.c63 #define UDP 0x2 macro
184 if ((protos & UDP) == 0) in enter()
351 protos = TCP|UDP|OTHER; in initnetstat()
478 protos = TCP|UDP; in ns_keyboard_callback()
486 protos ^= UDP; in ns_keyboard_callback()
/openbsd-src/regress/sys/netinet/pmtu/
H A DREADME19 An IPv6 UDP packet with 1400 octets payload is sent from FAKE_NET
21 1300 MTU limit from LOCAL. The response to the next UDP echo packet
25 first IPv6 UDP echo must have 1400 octets payload. A single ICMP6
H A DMakefile127 @echo Send ICMP6 packet too big after UDP echo
147 @echo Send ICMP6 and try to trigger an atomic UDP IPv6 fragment
H A Dudp_atomicfrag6.py34 udp=UDP(sport=uport, dport='echo')/data
H A Dudp_echo6.py34 udp=UDP(sport=uport, dport='echo')/data
/openbsd-src/distrib/miniroot/
H A Dprotocols4 udp 17 UDP
/openbsd-src/regress/usr.sbin/syslogd/
H A DREADME5 messages are passed via the log socket or via UDP from the client
6 to syslogd. From there UDP transport is used to reach the server.
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddnstap.proto61 UDP = 1; // DNS over UDP transport (RFC 1035 section 4.2.1) enumerator
65 DNSCryptUDP = 5; // DNSCrypt over UDP (https://dnscrypt.info/protocol)
90 TRUNCATE = 5; // Truncate UDP response, forcing TCP retry
250 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
254 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
/openbsd-src/regress/sys/net/pf_fragment/
H A Dudp6_cksum.py15 UDP(sport=uport, dport=9)/payload)
H A Dudp_cksum.py15 UDP(sport=uport, dport=9)/payload)
/openbsd-src/regress/sys/netinet6/frag6/
H A Dfrag6_udpatomic.py18 UDP(sport=uport, dport=7)/payload
H A Dfrag6_udpheader.py19 UDP(sport=uport, dport=7)/payload
H A Dfrag6_udppayload.py19 UDP(sport=uport, dport=7)/payload
/openbsd-src/regress/sys/netinet/frag/
H A Dfrag_udpheader.py19 UDP(sport=uport, dport=7)/payload
H A Dfrag_udppayload.py19 UDP(sport=uport, dport=7)/payload
/openbsd-src/usr.sbin/unbound/doc/
H A DFEATURES60 UDP and TCP service is provided downstream.
61 UDP and TCP are used to request from upstream servers.
H A Dexample.conf.in101 # Use this to make sure Unbound does not grab a UDP port that some
114 # buffer size for UDP port 53 incoming (SO_RCVBUF socket option).
118 # buffer size for UDP port 53 outgoing (SO_SNDBUF socket option).
141 # EDNS reassembly buffer to advertise to UDP peers (the actual buffer
145 # Maximum UDP response size (not applied to TCP response).
153 # size can be sent or received, by UDP or TCP. In bytes.
171 # msec to wait before close of port on timeout UDP. 0 disables.
174 # perform connect for UDP sockets to mitigate ICMP side channel.
278 # Enable UDP, "yes" or "no".
284 # upstream connections use TCP only (and no UDP), "ye
[all...]
/openbsd-src/etc/
H A Dservices51 kerberos 88/udp kerberos-sec # Kerberos 5 UDP
234 gre-in-udp 4754/udp # GRE-in-UDP Encapsulation
235 gre-udp-dtls 4755/udp # GRE-in-UDP Encapsulation with DTLS
238 rfe 5002/udp # Actually uses UDP only
/openbsd-src/usr.sbin/nsd/dnstap/
H A Ddnstap.proto62 UDP = 1; // User Datagram Protocol (RFC 768) enumerator
183 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
187 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
/openbsd-src/regress/sys/netinet/bindconnect/
H A DREADME24 Currently IPv4 and IPv6 UDP sockets are supported. Per default the
/openbsd-src/lib/libpcap/
H A Dgrammar.y103 %token ARP RARP IP TCP UDP ICMP IGMP IGRP PIM
253 | UDP { $$ = Q_UDP; }

123