| /freebsd-14.2/contrib/netbsd-tests/ipf/input/ |
| H A D | f13 | 32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0 36 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 41 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 46 # 1.1.1.1,53 -> 2.1.1.1,54 TTL=63 UDP MF FO=0 (short) 51 # 1.1.1.1,21 -> 2.1.1.1,54 TTL=63 UDP MF FO=0 61 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP FO=3 66 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP FO=1 71 # 2.1.1.1,53 -> 1.1.1.1,53 TTL=63 UDP
|
| H A D | f12 | 26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0 30 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 35 # 1.1.1.1,1 -> 2.1.1.1,1 TTL=63 UDP MF FO=0 40 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
|
| /freebsd-14.2/tests/sys/netinet6/frag6/ |
| H A D | frag6_14.py | 73 sp.UDP(dport=3456, sport=6543) / \ 79 sp.UDP(dport=3456, sport=6543) / \ 85 sp.UDP(dport=3456, sport=6543) / \ 91 sp.UDP(dport=3456, sport=6543) / \ 119 sp.UDP(dport=3456, sport=6543) / \ 125 sp.UDP(dport=3456, sport=6543) / \
|
| H A D | frag6_13.py | 74 sp.UDP(dport=3456, sport=6543) / \ 81 sp.UDP(dport=3456, sport=6543) / \ 103 sp.UDP(dport=3456, sport=6543) / \ 110 sp.UDP(dport=3456, sport=6543) / \
|
| H A D | frag6_20.py | 103 sp.UDP(dport=3456, sport=6543) / \ 110 sp.UDP(dport=3456, sport=6543) / \ 119 sp.UDP(dport=3456, sport=6543) / \
|
| H A D | frag6_07.py | 119 sp.UDP(dport=3456, sport=6543) / \ 125 sp.UDP(dport=3456, sport=6543) / \ 157 sp.UDP(dport=3456, sport=6543) / \
|
| H A D | frag6_15.py | 74 sp.UDP(dport=3456, sport=6543) / \ 97 sp.UDP(dport=3456, sport=6543) / \
|
| H A D | frag6_03.py | 94 sp.UDP(dport=3456, sport=6543) 121 sp.UDP(dport=3456, sport=6543)
|
| H A D | frag6_16.py | 97 sp.UDP(dport=3456, sport=6543) / \ 104 sp.UDP(dport=3456, sport=6543, len=ip6fd.len, chksum=ip6fd.chksum) / \
|
| H A D | frag6_08.py | 122 sp.UDP(dport=3456, sport=6543) / \ 131 sp.UDP(dport=3456, sport=6543) / \
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | netcmds.c | 146 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0); in changeitems() 170 protos = TCP | UDP; in selectproto() 174 protos = UDP; in selectproto() 188 if ((protos&UDP) == 0) in showprotos() 245 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp"); in showports()
|
| H A D | netstat.c | 158 protos = TCP|UDP; in initnetstat() 191 else if (protos&UDP) { in fetchnetstat_kvm() 228 if (istcp && (protos&UDP)) { in fetchnetstat_kvm() 251 } else if (protos&UDP) { in fetchnetstat_sysctl() 259 if (idx == 1 && !(protos&UDP)) in fetchnetstat_sysctl()
|
| /freebsd-14.2/tools/tools/netrate/ |
| H A D | README | 4 This pair of binaries is used to fixed rate UDP performance testing. 6 The netreceive tool consists solely of a UDP packet sink bound to a 7 specified UDP port. Packets received on its port are copied to user space 16 The payloadsize field specifies the size of the UDP payload, not the total 18 ethernet, IP, and UDP).
|
| /freebsd-14.2/sys/dev/iavf/ |
| H A D | iavf_common.c | 623 IAVF_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 632 IAVF_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 641 IAVF_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 653 IAVF_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 662 IAVF_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 674 IAVF_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 713 IAVF_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 722 IAVF_PTT(97, IP, IPV6, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 731 IAVF_PTT(104, IP, IPV6, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 743 IAVF_PTT(112, IP, IPV6, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), [all …]
|
| /freebsd-14.2/share/examples/find_interface/ |
| H A D | README | 2 routing mechanism using only a UDP socket. Pass it a hostname on 4 print out an IP address which names the interface over which UDP
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_lan_tx_rx.h | 1223 ICE_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 1232 ICE_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 1241 ICE_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 1253 ICE_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 1262 ICE_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 1274 ICE_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 1313 ICE_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 1322 ICE_PTT(97, IP, IPV6, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 1331 ICE_PTT(104, IP, IPV6, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 1343 ICE_PTT(112, IP, IPV6, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), [all …]
|
| /freebsd-14.2/tests/sys/netpfil/pf/ |
| H A D | CVE-2019-5598.py | 71 sp.UDP(dport=53, sport=1234) 82 sp.UDP(dport=53, sport=1234)
|
| /freebsd-14.2/cddl/usr.sbin/dwatch/libexec/ |
| H A D | udp | 10 # Display local/remote UDP addresses/ports and bytes sent/received for UDP I/O
|
| H A D | udplite | 10 # Display local/remote UDP addresses/ports and bytes sent/received for UDP I/O
|
| /freebsd-14.2/share/examples/ppp/ |
| H A D | ppp.conf.span-isp | 38 # to accept a multilink ppp connection over UDP, assigning a routable IP 40 # a *BSD box as I know of no other ppp implementations that can use UDP 89 # Using ppp to connect to your ISPs (PPP over UDP over PPP): 137 # Each ``set device'' command tells ppp to use UDP packets destined for 139 # ensure that these UDP packets use the correct ISP connection.
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
| H A D | tst.ipv4remoteudp.ksh.out | 1 Minimum UDP events seen
|
| H A D | tst.ipv4remoteudplite.ksh.out | 1 Minimum UDP-Lite events seen
|
| H A D | tst.ipv4localudp.ksh.out | 1 Minimum UDP events seen
|
| H A D | tst.ipv4localudplite.ksh.out | 1 Minimum UDP-Lite events seen
|
| /freebsd-14.2/share/examples/ipfilter/ |
| H A D | rules.txt | 77 # allow in UDP packets which are NOT from port 53 and are destined for 124 # block and log any inbound UDP packets on le0 which are going to port 2049 144 # block any inbound UDP packets destined for these subnets. 172 # Route all UDP packets through transparently.
|