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

1 2 3 4 5 6 7 8910

  /external/libpcap/
pcap-snit.c 51 #include <netinet/udp.h>
pcap-snoop.c 40 #include <netinet/udp.h>
pcap-pf.c 46 #include <netinet/udp.h>
scanner.l 251 udp return UDP;
  /external/linux-kselftest/tools/testing/selftests/net/
psock_fanout.c 55 #include <netinet/udp.h>
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 33 #include <netinet/udp.h>
61 // Check the protocol is UDP.
143 // '(ip and udp port 68)' or
156 // Check the protocol is UDP.
  /system/core/fastboot/
udp.cpp 29 // This file implements the fastboot UDP protocol; see fastboot_protocol.txt for documentation.
31 #include "udp.h"
45 namespace udp { namespace
116 // Performs the UDP initialization procedure. Returns true on success.
334 fprintf(stderr, "UDP error: %s\n", error.c_str());
339 fprintf(stderr, "UDP error: receive overflow, target sent too much fastboot data\n");
352 fprintf(stderr, "UDP error: %s\n", error.c_str());
355 // UDP protocol error: only empty ACK packets are allowed when writing to a device.
356 fprintf(stderr, "UDP error: target sent fastboot data out-of-turn\n");
391 } // namespace udp
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 114 # include <linux/udp.h>
120 #include <netinet/udp.h>
126 # include <netinet/udp.h>
248 /* Lucent IKE in UDP encapsulation */
250 struct udphdr *udp; local
254 udp = (struct udphdr *)&x.lbuf[0];
255 if (ntohs(udp->dest) == 501) {
256 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
257 extralen += sizeof(*udp) + ip->ihl;
262 udp = (struct udphdr *)&x.lbuf[0]
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 13 // Random UDP source port (net.Dial should do that for us).
51 // "UDP usage" transport mechanism. c should be a packet-oriented connection,
121 case "tcp", "tcp4", "tcp6", "udp", "udp4", "udp6":
137 case "udp", "udp4", "udp6":
154 for _, network := range []string{"udp", "tcp"} {
155 // TODO(mdempsky): Refactor so defers from UDP-based
fd_plan9.go 124 if fd.net == "udp" && err == io.EOF {
addrselect.go 38 // srcsAddrs tries to UDP-connect to each address to see if it has a
47 c, err := DialUDP("udp", nil, &dst)
cgo_unix.go 67 case "udp", "udp4", "udp6":
timeout_test.go 444 ls, err := newLocalPacketServer("udp")
626 c1, err := newLocalPacketListener("udp")
707 c1, err := newLocalPacketListener("udp")
net_test.go 255 for _, network := range []string{"udp", "unixgram"} {
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 13 // Random UDP source port (net.Dial should do that for us).
51 // "UDP usage" transport mechanism. c should be a packet-oriented connection,
121 case "tcp", "tcp4", "tcp6", "udp", "udp4", "udp6":
137 case "udp", "udp4", "udp6":
154 for _, network := range []string{"udp", "tcp"} {
155 // TODO(mdempsky): Refactor so defers from UDP-based
fd_plan9.go 124 if fd.net == "udp" && err == io.EOF {
addrselect.go 38 // srcsAddrs tries to UDP-connect to each address to see if it has a
47 c, err := DialUDP("udp", nil, &dst)
cgo_unix.go 67 case "udp", "udp4", "udp6":
timeout_test.go 444 ls, err := newLocalPacketServer("udp")
626 c1, err := newLocalPacketListener("udp")
707 c1, err := newLocalPacketListener("udp")
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 8 * - RAW, UDP and TCP
47 #include <netinet/udp.h>
401 " -u: use udp\n"
459 error(1, 0, "udp packet might exceed expected MTU");
528 const char *sock_names[] = { NULL, "TCP", "UDP", "RAW" };
  /external/iputils/Modules/
pg3.c 105 #include <linux/udp.h>
276 iph->protocol = IPPROTO_UDP; /* UDP */
  /external/iputils/
traceroute6.c 13 * UDP datagrams are now sent via an UDP socket instead of magic
80 * Probe packets are UDP format. We don't want the destination
194 * The udp port usage may appear bizarre (well, ok, it is bizarre).
196 * data from the original datagram. 8 bytes is the size of a udp
199 * udp header (the ip id could be used but there's no way to
225 * sending a loose-source-routed udp datagram through the destination
247 #include <netinet/udp.h>
303 int sndsock; /* send (udp) socket file descriptor */
317 u_short port = 32768+666; /* start udp dest port # for probe packets *
    [all...]
  /external/strace/
net.c 42 # include <netinet/udp.h>
  /external/toybox/generated/
globals.h 853 int udp; member in struct:tcpsvd_data
  /external/toybox/toys/pending/
traceroute.c 26 -U Use UDP datagrams instead of ICMP ECHO (supports IPV4 only)
27 -I Use ICMP ECHO instead of UDP datagrams (supports IPV4 only)
34 -p Base UDP port number used in probes(default 33434)(RANGE 1 to 65535)
46 #include <netinet/udp.h>
505 TT.msg_len = pack_size = ICMP_HD_SIZE4; //udp payload is also 8bytes

Completed in 2715 milliseconds

1 2 3 4 5 6 7 8910