| /openbsd-src/regress/sys/netinet/ipsec/ |
| H A D | README | 7 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 D | README | 8 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 D | SNMPv2-TM.txt | 59 -- 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 D | TRANSPORT-ADDRESS-MIB.txt | 41 "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 D | netstat.c | 63 #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 D | README | 19 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 D | Makefile | 127 @echo Send ICMP6 packet too big after UDP echo 147 @echo Send ICMP6 and try to trigger an atomic UDP IPv6 fragment
|
| H A D | udp_atomicfrag6.py | 34 udp=UDP(sport=uport, dport='echo')/data
|
| H A D | udp_echo6.py | 34 udp=UDP(sport=uport, dport='echo')/data
|
| /openbsd-src/distrib/miniroot/ |
| H A D | protocols | 4 udp 17 UDP
|
| /openbsd-src/regress/usr.sbin/syslogd/ |
| H A D | README | 5 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 D | dnstap.proto | 61 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 D | udp6_cksum.py | 15 UDP(sport=uport, dport=9)/payload)
|
| H A D | udp_cksum.py | 15 UDP(sport=uport, dport=9)/payload)
|
| /openbsd-src/regress/sys/netinet6/frag6/ |
| H A D | frag6_udpatomic.py | 18 UDP(sport=uport, dport=7)/payload
|
| H A D | frag6_udpheader.py | 19 UDP(sport=uport, dport=7)/payload
|
| H A D | frag6_udppayload.py | 19 UDP(sport=uport, dport=7)/payload
|
| /openbsd-src/regress/sys/netinet/frag/ |
| H A D | frag_udpheader.py | 19 UDP(sport=uport, dport=7)/payload
|
| H A D | frag_udppayload.py | 19 UDP(sport=uport, dport=7)/payload
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | FEATURES | 60 UDP and TCP service is provided downstream. 61 UDP and TCP are used to request from upstream servers.
|
| H A D | example.conf.in | 101 # 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 D | services | 51 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 D | dnstap.proto | 62 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 D | README | 24 Currently IPv4 and IPv6 UDP sockets are supported. Per default the
|
| /openbsd-src/lib/libpcap/ |
| H A D | grammar.y | 103 %token ARP RARP IP TCP UDP ICMP IGMP IGRP PIM 253 | UDP { $$ = Q_UDP; }
|