Home
last modified time | relevance | path

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

12345

/trueos/contrib/netbsd-tests/ipf/input/
HDf1332 # 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
HDf1226 # 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
HDipv6.14 # UDP
/trueos/usr.bin/systat/
HDnetcmds.c147 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0); in changeitems()
171 protos = TCP | UDP; in selectproto()
175 protos = UDP; in selectproto()
189 if ((protos&UDP) == 0) in showprotos()
246 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp"); in showports()
HDnetstat.c156 protos = TCP|UDP; in initnetstat()
189 else if (protos&UDP) { in fetchnetstat_kvm()
234 if (istcp && (protos&UDP)) { in fetchnetstat_kvm()
258 } else if (protos&UDP) { in fetchnetstat_sysctl()
266 if (idx == 1 && !(protos&UDP)) in fetchnetstat_sysctl()
HDsystat.h59 #define UDP 0x2 macro
/trueos/tools/tools/netrate/
HDREADME4 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).
/trueos/share/examples/find_interface/
HDREADME2 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
/trueos/share/examples/ppp/
HDppp.conf.span-isp39 # to accept a multilink ppp connection over UDP, assigning a routable IP
41 # a *BSD box as I know of no other ppp implementations that can use UDP
90 # Using ppp to connect to your ISPs (PPP over UDP over PPP):
138 # Each ``set device'' command tells ppp to use UDP packets destined for
140 # ensure that these UDP packets use the correct ISP connection.
/trueos/sys/netinet/libalias/
HDalias_cuseeme.c98 .proto = UDP,
105 .proto = UDP,
HDHISTORY22 - Corrected error in handling incoming UDP packets
28 traceroute, which uses UDP packets to non-existent
38 for IP headers (TCP, UDP and ICMP checksums
/trueos/share/examples/ipfilter/
HDrules.txt78 # allow in UDP packets which are NOT from port 53 and are destined for
125 # block and log any inbound UDP packets on le0 which are going to port 2049
145 # block any inbound UDP packets destined for these subnets.
173 # Route all UDP packets through transparently.
HDexamples.txt9 [Image] TCP/UDP Ports
171 Filtering by port number only works with the TCP and UDP IP protocols. When
195 # allow in UDP packets which are NOT from port 53 and are destined for
338 # block all inbound UDP packets and send back an ICMP error.
348 # block all inbound UDP packets and send back an ICMP error.
354 packet to in response to any UDP packet received destined for a port greater
399 For UDP packets, packet exchanges are effectively stateless. However, if a
404 # allow UDP replies back from name servers
408 Held UDP state is timed out, as is TCP state for entries added which do not
419 to another range of network addresses. For TCP and UDP, this also can
[all …]
HDexample.1425 # block and log any inbound UDP packets on le0 which are going to port 2049
45 # block any inbound UDP packets destined for these subnets.
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
HDtst.ipv4remoteudp.ksh.out1 Minimum UDP events seen
HDtst.ipv4localudp.ksh.out1 Minimum UDP events seen
/trueos/share/doc/smm/12.timed/
HDspell.ok27 UDP
/trueos/sys/dev/qlxgb/
HDREADME.txt43 * UDP over IPv4 checksum offload
46 * UDP over IPv6 checksum offload
/trueos/sys/dev/qlxge/
HDREADME.txt43 * UDP over IPv4 checksum offload
46 * UDP over IPv6 checksum offload
/trueos/sys/dev/qlxgbe/
HDREADME.txt43 * UDP over IPv4 checksum offload
46 * UDP over IPv6 checksum offload
/trueos/contrib/ipfilter/rules/
HDexample.sr24 # block and log any inbound UDP packets on le0 which are going to port 2049
44 # block any inbound UDP packets destined for these subnets.
HDexample.88 # block all inbound UDP packets and send back an ICMP error.
/trueos/release/picobsd/mfs_tree/etc/
HDprotocols7 udp 17 UDP # user datagram protocol
/trueos/sys/dev/ixl/
HDREADME194 Checksum offloading supports IPv4 and IPv6 with TCP and UDP packets
320 UDP transmit errors, it is a tuneable, and if no UDP traffic is used it can
354 UDP Stress Test Dropped Packet Issue
356 Under small packet UDP stress test with the ixl driver, the FreeBSD system
357 may drop UDP packets due to the fullness of socket buffers. You may want to
/trueos/contrib/ipfilter/
HDREADME32 filter routines will see the packet as a UDP packet, protocol XYZ.
42 of the packets being "short". ICMP and UDP packets which are too small
45 through for TCP/UDP/ICMP packets.

12345