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

1 23

  /external/kernel-headers/original/linux/
ipv6.h 222 #include <linux/udp.h>
381 /* WARNING: don't change the layout of the members in {raw,udp,tcp}6_sock! */
394 struct udp_sock udp; member in struct:udp6_sock
  /external/ipsec-tools/src/racoon/
nattraversal.c 39 #include <linux/udp.h>
42 #include <netinet/udp.h>
isakmp.c 114 # include <linux/udp.h>
126 # include <netinet/udp.h>
244 /* Lucent IKE in UDP encapsulation */
246 struct udphdr *udp; local
250 udp = (struct udphdr *)&x.lbuf[0];
251 if (ntohs(udp->dest) == 501) {
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
253 extralen += sizeof(*udp) + ip->ihl;
258 udp = (struct udphdr *)&x.lbuf[0];
259 if (ntohs(udp->uh_dport) == 501)
    [all...]
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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 33 package com.jme3.network.kernel.udp;
49 * A Kernel implementation using UDP packets.
63 // The nature of UDP means that even through a firewall,
64 // a user would have to have a unique address+port since UDP
188 // whether it's new or not. In these UDP schemes, firewalls have
245 setName( "UDP Host@" + address );
257 log.log( Level.INFO, "Hosting UDP connection:{0}.", address );
  /external/libpcap/
pcap-nit.c 45 #include <netinet/udp.h>
pcap-snit.c 56 #include <netinet/udp.h>
pcap-snoop.c 44 #include <netinet/udp.h>
pcap-pf.c 51 #include <netinet/udp.h>
scanner.l 180 udp return UDP;
  /external/dhcpcd/
dhcpcd.c 296 uint8_t *udp; local
324 /* If we couldn't open a UDP port for our IP address
349 len = make_udp_packet(&udp, (uint8_t *)dhcp, len, from, to);
350 r = send_raw_packet(iface, ETHERTYPE_IP, udp, len);
351 free(udp);
655 syslog(LOG_ERR, "%s: invalid UDP packet from %s",
    [all...]
  /external/strace/
net.c 50 #include <netinet/udp.h>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 898 ifeq ($(CONFIG_CTRL_IFACE), udp)
Makefile 877 ifeq ($(CONFIG_CTRL_IFACE), udp)
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 442 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets
469 // 40 (IPv6 header) + 8 (UDP header) + 12 (DNS message header) + 1440 (DNS message body) = 1500 total
475 mDNSu8 data[AbsoluteMaxDNSMessageData]; // 40 (IPv6) + 8 (UDP) + 12 (DNS header) + 8940 (data) = 9000
529 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
539 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
578 mDNSu16 len; // Length including UDP header (i.e. minimum value is 8 bytes)
606 UDPHeader udp; member in union:__anon9592
    [all...]
mDNS.c     [all...]
  /external/qemu/
net-android.c 89 #include <netinet/udp.h>
883 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
928 } else if (!strcmp(buf, "udp")) {
939 is_udp ? "udp" : "tcp", host_port);
960 } else if (!strcmp(buf, "udp")) {
1320 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1322 syslog(LOG_ERR, "Can't open /dev/ip (actually /dev/udp)");
    [all...]
net.c 87 #include <netinet/udp.h>
755 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
800 } else if (!strcmp(buf, "udp")) {
811 is_udp ? "udp" : "tcp", host_port);
832 } else if (!strcmp(buf, "udp")) {
1192 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1194 syslog(LOG_ERR, "Can't open /dev/ip (actually /dev/udp)");
    [all...]
qemu-char.c 92 #include <netinet/udp.h>
    [all...]
vl-android.c 143 #include <netinet/udp.h>
    [all...]
vl.c 88 #include <netinet/udp.h>
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 1151 ifeq ($(CONFIG_CTRL_IFACE), udp)
    [all...]

Completed in 662 milliseconds

1 23