HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/srec/tests/
Android.mk 5 # Compiled grammars, TCP test scripts, audio data and shell scripts #
9 ../config/en.us/tcp/bothtags5.tcp \
10 ../config/en.us/tcp/bothtags5_from_saved.tcp \
11 ../config/en.us/tcp/change_sample_rate2.tcp \
12 ../config/en.us/tcp/recognize_1_live.tcp \
13 ../config/en.us/tcp/recognize_10_live.tcp
    [all...]
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 47 protocol=tcp
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 } tcp; member in union:ip_conntrack_manip_proto
60 } tcp; member in union:ip_conntrack_tuple::__anon4769::__anon4770
ip_conntrack.h 22 struct ip_ct_tcp tcp; member in union:ip_conntrack_proto
235 /* Update TCP window tracking data when NAT mangles the packet */
  /external/srec/srec/include/
ann_util.h 37 annotate *tcp; member in struct:__anon7416
  /external/libpcap/
scanner.l 179 tcp return TCP;
349 tcp-fin { yylval.i = 0x01; return NUM; }
350 tcp-syn { yylval.i = 0x02; return NUM; }
351 tcp-rst { yylval.i = 0x04; return NUM; }
352 tcp-push { yylval.i = 0x08; return NUM; }
353 tcp-ack { yylval.i = 0x10; return NUM; }
354 tcp-urg { yylval.i = 0x20; return NUM; }
pcap-nit.c 47 #include <netinet/tcp.h>
pcap-snit.c 58 #include <netinet/tcp.h>
pcap-snoop.c 46 #include <netinet/tcp.h>
pcap-pf.c 53 #include <netinet/tcp.h>
  /external/dbus/test/data/valid-config-files/
many-rules.conf 6 <listen>tcp:port=1234</listen>
  /external/dropbear/
Android.mk 15 tcp-accept.c listener.c process-packet.c \
includes.h 91 #include <netinet/tcp.h>
  /hardware/ril/mock-ril/
Makefile 140 # forward the control server tcp port (54312) to a port on the PC side (11111)
143 adb forward tcp:11111 tcp:54312
168 adb forward tcp:11111 tcp:54312
  /external/iptables/
Android.mk 53 PF_EXT_SLIB+=owner physdev pkttype policy realm sctp standard state tcp
  /external/tcpdump/
Android.mk 103 print-tcp.c\
  /external/strace/
util.c 335 printnum(tcp, addr, fmt)
336 struct tcb *tcp;
346 if (umove(tcp, addr, &num) < 0) {
390 printpath(tcp, addr)
391 struct tcb *tcp;
396 else if (umovestr(tcp, addr, MAXPATHLEN, path) < 0)
404 printpathn(tcp, addr, n)
405 struct tcb *tcp;
411 else if (umovestr(tcp, addr, n, path) < 0)
420 printstr(tcp, addr, len
    [all...]
  /external/ppp/pppd/
ipv6cp.c 1545 u_char *tcp; local
    [all...]
ipcp.c 180 "Nameserver for SMB over TCP/IP for peer" },
2178 u_char *tcp; local
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 24 #include <netinet/tcp.h>
323 D( "%s: failed to created network socket on TCP:%d\n",
sysdeps_posix.c 25 #include <netinet/tcp.h>
601 /* set to non-blocking and disable TCP Nagle algorithm */
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 11 #include <netinet/tcp.h>
41 // DisableNagle turns off buffering in the kernel. By default, TCP sockets will
44 // `man 7 tcp`.
  /ndk/
ndk-gdb 222 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
554 run $ADB_CMD forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
557 echo " Maybe using --port=<port> to use a different TCP port might help?"
  /development/tools/jdwpspy/
Net.c 16 #include <netinet/tcp.h>
348 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /system/core/adb/
sysdeps.h 270 #include <netinet/tcp.h>

Completed in 889 milliseconds

1 2 34 5