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

12 3

  /external/qemu/slirp/
tftp.c 74 spt->client_port = tp->udp.uh_sport;
91 if (spt->client_port == tp->udp.uh_sport) {
158 saddr.sin_port = recv_tp->udp.uh_dport;
198 saddr.sin_port = recv_tp->udp.uh_dport;
244 saddr.sin_port = recv_tp->udp.uh_dport;
  /external/qemu/slirp-android/
tftp.c 74 spt->client_port = port_geth(tp->udp.uh_sport);
91 if (spt->client_port == port_geth(tp->udp.uh_sport)) {
159 port_geth(recv_tp->udp.uh_dport) );
201 port_geth(recv_tp->udp.uh_dport) );
249 port_geth(recv_tp->udp.uh_dport) );
  /external/iptables/
Android.mk 54 PF_EXT_SLIB+=2tcpmss 2tos 2ttl udp unclean CLASSIFY CONNMARK DNAT LOG #DSCP ECN
  /external/tcpdump/
Android.mk 108 print-udp.c\
  /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/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/wpa_supplicant/
Android.mk 559 CONFIG_CTRL_IFACE=udp
565 ifeq ($(CONFIG_CTRL_IFACE), udp)
Makefile 648 ifeq ($(CONFIG_CTRL_IFACE), udp)
  /external/dhcpcd/
client.c 612 /* Always have the UDP socket open to avoid the kernel sending
638 uint8_t *udp; local
656 /* If we couldn't open a UDP port for our IP address
677 len = make_udp_packet(&udp, (uint8_t *)dhcp, len, from, to);
678 r = send_raw_packet(state->interface, ETHERTYPE_IP, udp, len);
679 free(udp);
    [all...]
  /external/strace/
net.c 50 #include <netinet/udp.h>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 900 ifeq ($(CONFIG_CTRL_IFACE), udp)
Makefile 877 ifeq ($(CONFIG_CTRL_IFACE), udp)
  /external/qemu/
net-android.c 89 #include <netinet/udp.h>
879 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
924 } else if (!strcmp(buf, "udp")) {
935 is_udp ? "udp" : "tcp", host_port);
956 } else if (!strcmp(buf, "udp")) {
1316 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1318 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-android.c 96 #include <netinet/udp.h>
    [all...]
qemu-char.c 95 #include <netinet/udp.h>
    [all...]
vl-android.c 124 #include <netinet/udp.h>
    [all...]
vl.c 89 #include <netinet/udp.h>
    [all...]

Completed in 932 milliseconds

12 3