Home
last modified time | relevance | path

Searched refs:udp (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/netbsd/src/external/bsd/ipf/dist/etc/
Dservices2 tcpmux 1/udp # TCP Port Service Multiplexer
4 compressnet 2/udp # Management Utility
6 compressnet 3/udp # Compression Process
8 rje 5/udp # Remote Job Entry
10 echo 7/udp # Echo
12 discard 9/udp # Discard
14 systat 11/udp # Active Users
16 daytime 13/udp # Daytime (RFC 867)
18 qotd 17/udp # Quote of the Day
20 msp 18/udp # Message Send Protocol
[all …]
/netbsd/src/distrib/common/
Dservices4 ftp-data 20/udp
6 ftp 21/udp
8 bootps 67/udp
10 bootpc 68/udp
12 tftp 69/udp
15 sunrpc 111/udp
17 sftp 115/udp
19 mftp 349/udp
22 kshell 544/udp
24 dhcpv6-client 546/udp
[all …]
/netbsd/src/etc/
Dservices72 # 0 udp Reserved [Jon_Postel] …
74 tcpmux 1/udp # TCP Port Service Multiplexer [Mark_Lottor] …
76 compressnet 2/udp # Management Utility
78 compressnet 3/udp # Compression Process [Bernie_Volz] …
80 # 4 udp Unassigned
82 rje 5/udp # Remote Job Entry [Jon_Postel] …
84 # 6 udp Unassigned
86 echo 7/udp # Echo [Jon_Postel] …
88 # 8 udp Unassigned
90 discard 9/udp # Discard [Jon_Postel] …
[all …]
/netbsd/src/tests/ipf/regress/
Df52 block in proto udp from any port = 23 to any
3 block in proto tcp/udp from any port = 23 to any
5 pass in proto udp from any port <= 1023 to any
6 pass in proto tcp/udp from any port <= 1023 to any
8 block in proto udp from any port >= 1024 to any
9 block in proto tcp/udp from any port >= 1024 to any
11 pass in proto udp from any port >= 1024 to any
12 pass in proto tcp/udp from any port >= 1024 to any
14 block in proto udp from any port 0 >< 512 to any
15 block in proto tcp/udp from any port 0 >< 512 to any
[all …]
Df62 block in proto udp from any to any port = 23
3 block in proto tcp/udp from any to any port = 23
5 pass in proto udp from any to any port <= 1023
6 pass in proto tcp/udp from any to any port <= 1023
8 block in proto udp from any to any port >= 1024
9 block in proto tcp/udp from any to any port >= 1024
11 pass in proto udp from any to any port >= 1024
12 pass in proto tcp/udp from any to any port >= 1024
14 block in proto udp from any to any port 0 >< 512
15 block in proto tcp/udp from any to any port 0 >< 512
[all …]
/netbsd/src/tests/ipf/input/
Df615 in udp 2.2.2.2,2222 1.1.1.1,0
16 in udp 2.2.2.2,2222 1.1.1.1,1
17 in udp 2.2.2.2,2222 1.1.1.1,23
18 in udp 2.2.2.2,2222 1.1.1.1,21
19 in udp 2.2.2.2,2222 1.1.1.1,1023
20 in udp 2.2.2.2,2222 1.1.1.1,1024
21 in udp 2.2.2.2,2222 1.1.1.1,1025
22 in udp 2.2.2.2,2222 1.1.1.1,32767
23 in udp 2.2.2.2,2222 1.1.1.1,32768
24 in udp 2.2.2.2,2222 1.1.1.1,65535
[all …]
Df515 in udp 1.1.1.1,0 2.2.2.2,2222
16 in udp 1.1.1.1,1 2.2.2.2,2222
17 in udp 1.1.1.1,23 2.2.2.2,2222
18 in udp 1.1.1.1,21 2.2.2.2,2222
19 in udp 1.1.1.1,1023 2.2.2.2,2222
20 in udp 1.1.1.1,1024 2.2.2.2,2222
21 in udp 1.1.1.1,1025 2.2.2.2,2222
22 in udp 1.1.1.1,32767 2.2.2.2,2222
23 in udp 1.1.1.1,32768 2.2.2.2,2222
24 in udp 1.1.1.1,65535 2.2.2.2,2222
[all …]
Df294 in on nic0 udp 4.4.3.1,1000 4.2.3.2,2000
5 in on nic0 udp 4.4.3.1,1000 4.2.3.2,2000
6 in on nic0 udp 4.4.1.1,1001 4.2.1.2,2001
7 in on nic0 udp 4.4.1.1,1001 4.2.1.2,2001
8 in on nic0 udp 4.4.2.1,1002 4.2.2.2,2002
9 in on nic0 udp 4.4.2.1,1002 4.2.2.2,2002
10 in on nic0 udp 4.4.3.1,1003 4.2.3.2,2003
11 in on nic0 udp 4.4.3.1,1003 4.2.3.2,2003
/netbsd/src/external/bsd/ipf/dist/perl/
Dlogfilter.pl28 %udp = ();
44 if ($proto =~ m/^udp$/) { $udp{$identifier} = $filename; last SWITCH; };
111 $filename = $udp{$sport} if (defined($udp{$sport}));
112 $filename = $udp{$dport} if (defined($udp{$dport}));
157 udp 25 smtp.log
158 udp 53 dns.log
162 udp 111 rpc.log
164 udp 137 netbios.log
166 udp 161 snmp.log
167 udp 370 backweb.log
[all …]
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dedns-opts-vv.out2 192.0.0.1.46225 > 192.0.0.2.53: [bad udp cksum 0xcd13 -> 0xc573!] 13784+ A? example.com. (29)
4 …192.0.0.2.53 > 192.0.0.1.46225: [udp sum ok] 13784*- q: A? example.com. 1/0/0 example.com. A 93.18…
6 …192.0.0.1.46225 > 192.0.0.2.53: [bad udp cksum 0xcd1e -> 0x9191!] 47424+ [1au] A? example.com. ar:…
8 …192.0.0.2.53 > 192.0.0.1.46225: [udp sum ok] 47424*- q: A? example.com. 2/0/1 example.com. A 93.18…
10 …192.0.0.1.46225 > 192.0.0.2.53: [bad udp cksum 0xcd29 -> 0x6dce!] 41739+ [1au] A? example.com. ar:…
12 …192.0.0.2.53 > 192.0.0.1.46225: [udp sum ok] 41739*- q: A? example.com. 1/0/1 example.com. A 93.18…
14 …192.0.0.1.46225 > 192.0.0.2.53: [bad udp cksum 0xcd2a -> 0xc240!] 18065+ [1au] A? example.com. ar:…
16 …192.0.0.2.53 > 192.0.0.1.46225: [udp sum ok] 18065*- q: A? example.com. 1/0/1 example.com. A 93.18…
18 …192.0.0.1.46225 > 192.0.0.2.53: [bad udp cksum 0xcd33 -> 0xc368!] 34237+ [1au] A? example.com. ar:…
20 …192.0.0.2.53 > 192.0.0.1.46225: [udp sum ok] 34237*- q: A? example.com. 1/0/1 example.com. A 93.18…
[all …]
Dbabel1v.out1 … (17) payload length: 20) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
3 …P (17) payload length: 20) fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
5 …17) payload length: 122) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (11…
12 …(17) payload length: 36) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (24)
15 …P (17) payload length: 20) fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
17 … (17) payload length: 20) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
19 … (17) payload length: 36) fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (24)
22 … (17) payload length: 20) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
24 …P (17) payload length: 20) fe80::3428:af91:251:d626.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (8)
26 …(17) payload length: 64) fe80::68d3:1235:d068:1f9e.6697 > ff02::1:6.6697: [udp sum ok] babel 2 (52)
[all …]
Dntp-control--v.out1 …lim 64, next-header UDP (17) payload length: 20) ::1.38531 > ::1.123: [bad udp cksum 0x0027 -> 0x5…
4 …im 64, next-header UDP (17) payload length: 416) ::1.123 > ::1.38531: [bad udp cksum 0x01b3 -> 0x4…
8 …lim 64, next-header UDP (17) payload length: 20) ::1.38531 > ::1.123: [bad udp cksum 0x0027 -> 0x5…
11 …lim 64, next-header UDP (17) payload length: 40) ::1.123 > ::1.38531: [bad udp cksum 0x003b -> 0xf…
15 …lim 64, next-header UDP (17) payload length: 20) ::1.38531 > ::1.123: [bad udp cksum 0x0027 -> 0x5…
18 …lim 64, next-header UDP (17) payload length: 40) ::1.123 > ::1.38531: [bad udp cksum 0x003b -> 0xf…
22 …lim 64, next-header UDP (17) payload length: 20) ::1.38531 > ::1.123: [bad udp cksum 0x0027 -> 0x9…
25 …im 64, next-header UDP (17) payload length: 488) ::1.123 > ::1.38531: [bad udp cksum 0x01fb -> 0x5…
29 …im 64, next-header UDP (17) payload length: 128) ::1.123 > ::1.38531: [bad udp cksum 0x0093 -> 0xb…
33 …lim 64, next-header UDP (17) payload length: 20) ::1.38531 > ::1.123: [bad udp cksum 0x0027 -> 0x9…
[all …]
Dikev2fourv4.out2 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0765 -> 0xf5df!] isakmp 2.0 msgid 00000000 coo…
22 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0629 -> 0x0cd0!] isakmp 2.0 msgid 00000000 coo…
25 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0785 -> 0x7702!] isakmp 2.0 msgid 00000000 coo…
46 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x071d -> 0x8650!] isakmp 2.0 msgid 00000000 coo…
58 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07d9 -> 0xb2d6!] isakmp 2.0 msgid 00000001 coo…
61 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0689 -> 0x0748!] isakmp 2.0 msgid 00000001 coo…
64 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07e9 -> 0x35ac!] isakmp 2.0 msgid 00000002 coo…
67 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x06c9 -> 0xdeaf!] isakmp 2.0 msgid 00000003 coo…
70 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0xc72b!] isakmp 2.0 msgid 00000002 coo…
73 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0x4119!] isakmp 2.0 msgid 00000003 coo…
[all …]
Dikev2fourv.out2 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0765 -> 0xf5df!] isakmp 2.0 msgid 00000000 coo…
22 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0629 -> 0x0cd0!] isakmp 2.0 msgid 00000000 coo…
25 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0785 -> 0x7702!] isakmp 2.0 msgid 00000000 coo…
46 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x071d -> 0x8650!] isakmp 2.0 msgid 00000000 coo…
58 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07d9 -> 0xb2d6!] isakmp 2.0 msgid 00000001 coo…
61 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0689 -> 0x0748!] isakmp 2.0 msgid 00000001 coo…
64 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07e9 -> 0x35ac!] isakmp 2.0 msgid 00000002 coo…
67 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x06c9 -> 0xdeaf!] isakmp 2.0 msgid 00000003 coo…
70 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0xc72b!] isakmp 2.0 msgid 00000002 coo…
73 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0x4119!] isakmp 2.0 msgid 00000003 coo…
[all …]
Dbabel_rfc6126bis.out1 … payload length: 68) fe80::8d84:d538:a212:c6dd.6696 > ff02::1:6.6696: [bad udp cksum 0xc98d -> 0x1…
6 …(17) payload length: 36) fe80::e091:f5ff:fecc:7abd.6696 > ff02::1:6.6696: [udp sum ok] babel 2 (24)
9 … payload length: 84) fe80::8d84:d538:a212:c6dd.6696 > ff02::1:6.6696: [bad udp cksum 0xc99d -> 0xb…
15 …17) payload length: 318) fe80::e091:f5ff:fecc:7abd.6696 > ff02::1:6.6696: [udp sum ok] babel 2 (30…
35 … payload length: 84) fe80::8d84:d538:a212:c6dd.6696 > ff02::1:6.6696: [bad udp cksum 0xc99d -> 0x2…
41 …(17) payload length: 36) fe80::e091:f5ff:fecc:7abd.6696 > ff02::1:6.6696: [udp sum ok] babel 2 (24)
44 … payload length: 84) fe80::8d84:d538:a212:c6dd.6696 > ff02::1:6.6696: [bad udp cksum 0xc99d -> 0x4…
50 …(17) payload length: 36) fe80::e091:f5ff:fecc:7abd.6696 > ff02::1:6.6696: [udp sum ok] babel 2 (24)
53 …payload length: 144) fe80::8d84:d538:a212:c6dd.6696 > ff02::1:6.6696: [bad udp cksum 0xc9d9 -> 0x3…
62 …(17) payload length: 36) fe80::e091:f5ff:fecc:7abd.6696 > ff02::1:6.6696: [udp sum ok] babel 2 (24)
[all …]
/netbsd/src/tests/ipf/expected/
Dl18 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN
9 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
10 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN
12 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 3.3.3.3,1023 -> 1.1.1.1,2049 PR udp len 20 28 IN
13 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,2049 -> 3.3.3.3,1023 PR udp len 20 28 IN
22 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
23 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN
46 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN
47 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
48 01/01/1970 00:00:00.000000 anon0 @0:3 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
[all …]
Dl1.b7 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN
8 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
9 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN
11 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 3.3.3.3,1023 -> 1.1.1.1,2049 PR udp len 20 28 IN
12 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,2049 -> 3.3.3.3,1023 PR udp len 20 28 IN
18 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
20 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN
43 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN
44 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
45 01/01/1970 00:00:00.000000 anon0 @0:3 p 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN
[all …]
Di144 block out on ed0(!) proto udp from any to any group 1000000
5 block in on vm0(!) proto tcp/udp from any to any head 101
6 pass in inet proto tcp/udp from 1.1.1.1/32 to 2.2.2.2/32 group 101
8 pass in inet proto udp from 2.0.0.2/32 to 3.0.0.3/32 group 101
9 block in on vm0(!) proto tcp/udp from any to any head vm0-group
10 pass in inet proto tcp/udp from 1.1.1.1/32 to 2.2.2.2/32 group vm0-group
11 block in on vm0(!) proto tcp/udp from any to any head vm0-group
12 pass in inet proto tcp/udp from 1.1.1.1/32 to 2.2.2.2/32 group vm0-group
14 block in inet6 proto udp from any to any
Din61 map foo0 from 0/0 port = 1 to 0/0 port != 0 -> 0/32 udp
2 map foo0 from 0/0 port = 1 to 0/0 port != 0 -> 0/32 udp
5 map foo0 from 0/0 port <= 1 to 0/0 port >= 0 -> 0/32 tcp/udp
6 map foo0 from 0/0 port <= 1 to 0/0 port >= 0 -> 0/32 tcp/udp
7 map foo0 from 0/0 port 1 >< 20 to 0/0 port 20 <> 40 -> 0/32 tcp/udp
8 map foo0 from 0/0 port 10:20 to 0/0 port 30:40 -> 0/32 tcp/udp
/netbsd/src/usr.bin/rump_dhcpclient/
Dnet.c371 struct udphdr udp; member
405 struct udphdr *udp; in make_udp_packet() local
409 udp = &udpp->udp; in make_udp_packet()
429 udp->uh_sport = htons(DHCP_CLIENT_PORT); in make_udp_packet()
430 udp->uh_dport = htons(DHCP_SERVER_PORT); in make_udp_packet()
431 udp->uh_ulen = htons(sizeof(*udp) + length); in make_udp_packet()
432 ip->ip_len = udp->uh_ulen; in make_udp_packet()
433 udp->uh_sum = checksum(udpp, sizeof(*udpp)); in make_udp_packet()
439 ip->ip_len = htons(sizeof(*ip) + sizeof(*udp) + length); in make_udp_packet()
443 return sizeof(*ip) + sizeof(*udp) + length; in make_udp_packet()
[all …]
/netbsd/src/share/examples/pppd/
Dsprint3G10 #active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
11 #active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
12 #pass-filter-in "tcp or (udp and not udp port route) or icmp"
13 #pass-filter-out "tcp or (udp and not udp port route) or icmp"
Dcingular3G10 #active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
11 #active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
12 #pass-filter-in "tcp or (udp and not udp port route) or icmp"
13 #pass-filter-out "tcp or (udp and not udp port route) or icmp"
Dcosmote3G14 #active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
15 #active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
16 #pass-filter-in "tcp or (udp and not udp port route) or icmp"
17 #pass-filter-out "tcp or (udp and not udp port route) or icmp"
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_netbios_pxy.c79 udphdr_t *udp; in ipf_p_netbios_out() local
87 dlen = fin->fin_dlen - sizeof(*udp); in ipf_p_netbios_out()
95 udp = (udphdr_t *)fin->fin_dp; in ipf_p_netbios_out()
96 off = (char *)udp - (char *)ip + sizeof(*udp) + fin->fin_ipoff; in ipf_p_netbios_out()
114 dgmbuf[4] = (char)((udp->uh_sport )&0xFF); in ipf_p_netbios_out()
115 dgmbuf[5] = (char)((udp->uh_sport >> 8)&0xFF); in ipf_p_netbios_out()
Dip_tftp_pxy.c158 udphdr_t *udp; in ipf_p_tftp_new() local
184 udp = (udphdr_t *)fin->fin_dp; in ipf_p_tftp_new()
185 aps->aps_sport = udp->uh_sport; in ipf_p_tftp_new()
186 aps->aps_dport = udp->uh_dport; in ipf_p_tftp_new()
280 udphdr_t udp; in ipf_p_tftp_backchannel() local
297 bzero((char *)&udp, sizeof(udp)); in ipf_p_tftp_backchannel()
298 udp.uh_sport = 0; /* XXX - don't specify remote port */ in ipf_p_tftp_backchannel()
299 udp.uh_dport = ti->ti_rule->in_ndport; in ipf_p_tftp_backchannel()
300 udp.uh_ulen = htons(sizeof(udp)); in ipf_p_tftp_backchannel()
301 udp.uh_sum = 0; in ipf_p_tftp_backchannel()
[all …]

12345678910>>...14