Searched refs:UDP (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/tests/sys/netinet6/frag6/
H A Dfrag6_14.py74 sp.UDP(dport=3456, sport=6543) / \
80 sp.UDP(dport=3456, sport=6543) / \
86 sp.UDP(dport=3456, sport=6543) / \
92 sp.UDP(dport=3456, sport=6543) / \
120 sp.UDP(dport=3456, sport=6543) / \
126 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_13.py75 sp.UDP(dport=3456, sport=6543) / \
82 sp.UDP(dport=3456, sport=6543) / \
104 sp.UDP(dport=3456, sport=6543) / \
111 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_20.py104 sp.UDP(dport=3456, sport=6543) / \
111 sp.UDP(dport=3456, sport=6543) / \
120 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_15.py75 sp.UDP(dport=3456, sport=6543) / \
98 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_07.py120 sp.UDP(dport=3456, sport=6543) / \
126 sp.UDP(dport=3456, sport=6543) / \
158 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_03.py89 # A: Nothing listening on UDP port.
95 sp.UDP(dport=3456, sport=6543)
111 # A: Nothing listening on UDP port.
122 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_08.py123 sp.UDP(dport=3456, sport=6543) / \
132 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_16.py89 # We need to do a bit of a dance to get the UDP checksum right.
98 sp.UDP(dport=3456, sport=6543) / \
105 sp.UDP(dport=3456, sport=6543, len=ip6fd.len, chksum=ip6fd.chksum) / \
H A Dfrag6_05.py75 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_06.py74 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_10.py71 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_11.py71 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_17.py81 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_18.py81 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_01.py100 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_02.py96 sp.UDP(dport=3456, sport=6543) / \
H A Dfrag6_09.py96 sp.UDP(dport=3456, sport=6543)
H A Dfrag6_12.py97 sp.UDP(dport=3456, sport=6543) / \
/freebsd-13-stable/usr.bin/systat/
H A Dsystat.h62 #define UDP 0x2 macro
H A Dnetcmds.c149 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
173 protos = TCP | UDP;
177 protos = UDP;
191 if ((protos&UDP) == 0)
248 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp");
/freebsd-13-stable/tests/sys/netpfil/pf/
H A DCVE-2019-5598.py71 sp.UDP(dport=53, sport=1234)
82 sp.UDP(dport=53, sport=1234)
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.h59 #define UDP 0x04 macro
H A Dalias_dummy.c107 .proto = UDP|TCP,
/freebsd-13-stable/tests/sys/netinet6/
H A Dscapyi386.py70 sp.UDP(dport=3456, sport=6543) / \
/freebsd-13-stable/tests/sys/netinet/
H A Dredirect.py63 return e / l3 / icmp / orig_ip / sc.UDP()

Completed in 77 milliseconds

12