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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/linux-x86/src/net/
net_test.go 255 for _, network := range []string{"udp", "unixgram"} {
fd_windows.go 296 // It's not safe to skip completion notifications for UDP:
309 case "udp", "udp4", "udp6":
net.go 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets.
110 Network() string // name of the network (for example, "tcp", "udp")
  /system/core/fastboot/
fastboot.cpp 67 #include "udp.h"
262 } else if (android::base::StartsWith(serial, "udp:")) {
264 port = udp::kDefaultPort;
265 net_address = serial + strlen("udp:");
284 transport = udp::Connect(host, port, &error).release();
390 " <protocol> is either tcp or udp.\n"
    [all...]
  /external/toybox/toys/pending/
dhcp6.c 41 #include <netinet/udp.h>
dhcp.c 53 #include <netinet/udp.h>
610 // opens UDP socket
691 dbg("\tPacket with bad UDP checksum received, ignoring\n");
768 // Sends data through UDP socket.
    [all...]
dhcpd.c 45 #include <netinet/udp.h>
772 // opens UDP socket for listen ipv6 packets
821 // opens UDP socket for listen
980 // Reads from UDP socket
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 429 udp { YYD; yylval.num = IPPROTO_UDP; return(UL_PROTO); }
pfkey.c 50 # include <linux/udp.h>
54 # include <netinet/udp.h>
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c 48 #include "lwip/udp.h"
166 /* udp .1.3.6.1.2.1.7 */
221 const struct mib_array_node udp = { variable in typeref:struct:mib_array_node
705 (struct mib_node*)&udp,
861 /* mib-2.udp counter(s) */
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 296 // It's not safe to skip completion notifications for UDP:
309 case "udp", "udp4", "udp6":
net.go 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets.
110 Network() string // name of the network (for example, "tcp", "udp")
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 52 #include <linux/udp.h>
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 453 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets
480 // 40 (IPv6 header) + 8 (UDP header) + 12 (DNS message header) + 1440 (DNS message body) = 1500 total
486 mDNSu8 data[AbsoluteMaxDNSMessageData]; // 40 (IPv6) + 8 (UDP) + 12 (DNS header) + 8940 (data) = 9000
540 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
550 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
589 mDNSu16 len; // Length including UDP header (i.e. minimum value is 8 bytes)
617 UDPHeader udp; member in union:__anon26947
    [all...]
mDNS.c     [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h 292 pseudo_bit_t tcp_udp[0x00001]; /* When set, InfiniHost III Ex will calculate the TCP/UDP checksum of the packet that is present immediately after the IP header. In the case of multiple headers (encapsulation), InfiniHost III Ex will calculate the checksum only for the first TCP header following the IP header. This bit may be set only if the entire TCP/UDP segment is present in one IB packet */
2457 pseudo_bit_t udp[0x00001]; \/* UD Port Check Enable member in struct:arbelprm_init_hca_st
    [all...]
MT25408_PRM.h 259 pseudo_bit_t tcp_udp[0x00001]; /* When set, InfiniHost III Ex will calculate the TCP/UDP checksum of the packet that is present immediately after the IP header. In the case of multiple headers (encapsulation), InfiniHost III Ex will calculate the checksum only for the first TCP header following the IP header. This bit may be set only if the entire TCP/UDP segment is present in one IB packet */
2298 pseudo_bit_t udp[0x00001]; \/* UD Port Check Enable member in struct:hermonprm_init_hca_st
    [all...]
hermon.c     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go     [all...]

Completed in 1155 milliseconds

1 2 3 4 5 6 7 8 910