HomeSort by relevance Sort by last modified time
    Searched refs:udp (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /prebuilts/go/linux-x86/src/net/
dial.go 142 case "udp", "udp4", "udp6":
194 udp *UDPAddr
203 udp = hint
204 wildcard = udp.isWildcard()
221 if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(udp.IP) {
241 // "udp", "udp4" (IPv4-only), "udp6" (IPv6-only), "ip", "ip4"
245 // For TCP and UDP networks, addresses have the form host:port.
543 // For TCP and UDP, the syntax of laddr is "host:port", like "127.0.0.1:8080".
571 // The network net must be a packet-oriented network: "udp", "udp4",
573 // For TCP and UDP, the syntax of laddr is "host:port", like "127.0.0.1:8080"
    [all...]
lookup_test.go 631 {"udp", "0", 0, true},
632 {"udp", "domain", 53, true},
638 {"udp", "-1", 0, false},
639 {"udp", "65536", 0, false},
646 {"udp", "", 0, true},
709 {"udp", 17},
packetconn_test.go 34 {"udp", "127.0.0.1:0", "127.0.0.1:0"},
ipsock_plan9.go 95 case "udp":
114 proto = "udp"
lookup_plan9.go 49 net = "udp"
174 network = "udp"
mockserver_test.go 335 case "udp":
452 case "udp":
453 peer, err = ResolveUDPAddr("udp", string(b[:n]))
  /prebuilts/go/darwin-x86/src/net/
lookup_test.go 631 {"udp", "0", 0, true},
632 {"udp", "domain", 53, true},
638 {"udp", "-1", 0, false},
639 {"udp", "65536", 0, false},
646 {"udp", "", 0, true},
709 {"udp", 17},
packetconn_test.go 34 {"udp", "127.0.0.1:0", "127.0.0.1:0"},
ipsock_plan9.go 95 case "udp":
114 proto = "udp"
lookup_plan9.go 49 net = "udp"
174 network = "udp"
mockserver_test.go 335 case "udp":
452 case "udp":
453 peer, err = ResolveUDPAddr("udp", string(b[:n]))
  /external/ipsec-tools/src/racoon/
nattraversal.c 39 #include <linux/udp.h>
42 #include <netinet/udp.h>
  /external/ltp/testcases/network/stress/udp/multi-diffnic/
udp4-multi-diffnic01 28 # Verify that the kernel is not crashed with receiving and sending UDP
58 tst_resm TINFO "Verify that the kernel is not crashed with receiving and sending UDP datagram at the differnt NICs with the following conditions"
99 # Kill the udp traffic server
286 server_port=`find_portbundle udp 1025 1`
292 # Run a UDP traffic server
296 tst_resm TFAIL "Failed to run a UDP traffic server"
325 # Watch the UDP traffic server
336 tst_resm TFAIL "udp traffic server is dead in $elapse_epoc [sec]"
  /external/ltp/testcases/network/stress/udp/multi-diffport/
udp4-multi-diffport01 28 # Verify that the kernel is not crashed with receiving and sending UDP
58 tst_resm TINFO "Verify that the kernel is not crashed with receiving and sending UDP datagram at many different ports with the following conditions"
102 # Kill the udp traffic server
281 portbundle=`find_portbundle udp 1025 $CONNECTION_TOTAL`
295 # Run a UDP traffic server
320 # Watch the UDP traffic server
330 tst_resm TFAIL "All udp traffic servers are dead in $elapse_epoc [sec]"
  /external/tcpdump/
Android.mk 158 print-udp.c \
  /external/libpcap/
pcap-nit.c 41 #include <netinet/udp.h>
  /external/syslinux/core/lwip/src/include/lwip/
api.h 135 /** type of the netconn (TCP, UDP or RAW) */
143 struct udp_pcb *udp; member in union:netconn::__anon33712
173 for UDP and RAW, used for FIONREAD */
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_udp.c 3 * PXE UDP API
10 #include <gpxe/udp.h>
35 /** A PXE UDP connection */
37 /** Data transfer interface to UDP stack */
46 * Receive PXE UDP data
69 DBG ( "PXE discarded UDP packet\n" );
104 /** PXE UDP data transfer interface operations */
114 /** The PXE UDP connection */
123 * UDP OPEN
129 * @err #PXENV_STATUS_UDP_OPEN UDP connection already ope
    [all...]
  /external/syslinux/gpxe/src/core/
gdbudp.c 27 #include <gpxe/udp.h>
35 * GDB over UDP transport
40 DEFAULT_PORT = 43770, /* UDP listen port */
120 /* UDP header */
178 /* UDP header */
220 /* Source UDP port */
241 printf ( "udp: missing <interface> argument\n" );
253 .name = "udp",
  /external/tcpdump/win32/prj/
GNUmakefile 139 ../../print-udp.o \
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 97 net.inet.udp
125 "net.inet6.udp6" => "net.inet.udp",
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 97 net.inet.udp
125 "net.inet6.udp6" => "net.inet.udp",
  /system/netd/server/
XfrmController.h 26 #include <linux/udp.h>
  /external/ltp/testcases/network/stress/udp/multi-diffip/
udp4-multi-diffip01 28 # Verify that the kernel is not crashed with receiving and sending UDP
58 tst_resm TINFO "Verify that the kernel is not crashed with receiving and sending UDP datagram at the different IP addresses(aliases) with the following conditions"
102 # Kill the udp traffic server
336 server_port=`find_portbundle udp 1025 1`
342 # Run a UDP traffic server
346 tst_resm TFAIL "Failed to run a UDP traffic server"
393 # Watch the UDP traffic server
404 tst_resm TFAIL "udp traffic server is dead in $elapse_epoc [sec]"
  /system/core/fastboot/
udp_test.cpp 17 #include "udp.h"
24 using namespace udp;
25 using namespace udp::internal;
302 // Fixture class to test UDP Transport read/write functionality.
437 // Write data: split into 3 UDP packets, each of which will be ACKed.

Completed in 878 milliseconds

1 2 3 4 5 6 78 910