HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 526 - 550 of 628) sorted by null

<<212223242526

  /external/curl/lib/
config-win32.h 410 /* BSD-style lwIP TCP/IP stack SPECIFIC */
413 /* Define to use BSD-style lwIP TCP/IP stack. */
442 /* Watt-32 tcp/ip SPECIFIC */
446 #include <tcp.h>
curl_setup.h 431 # include <tcp.h>
649 * Ensure that Winsock and lwIP TCP/IP stacks are not mixed.
658 # error "Winsock and lwIP TCP/IP stack definitions shall not coexist!"
  /external/libpcap/
pcap-nit.c 43 #include <netinet/tcp.h>
pcap-snit.c 53 #include <netinet/tcp.h>
pcap-snoop.c 42 #include <netinet/tcp.h>
  /external/parameter-framework/upstream/remote-processor/
Message.cpp 132 asio::ip::tcp::socket &asioSocket = socket.get();
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 218 opj_tcp_t *tcp; member in struct:opj_tcd
t2.c 63 @param tcp Tile coding parameters
73 opj_tcp_t *tcp,
84 @param tcp Tile coding parameters
95 opj_tcp_t *tcp,
562 opj_tcp_t * tcp,
587 if (tcp->csty & J2K_CP_CSTY_SOP) {
733 if (tcp->csty & J2K_CP_CSTY_EPH) {
    [all...]
  /external/ppp/pppd/
ipv6cp.c 1528 u_char *tcp; local
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 133 ../../print-tcp.o \
  /frameworks/base/libs/common_time/
diag_thread.cpp 22 #include <linux/tcp.h>
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 96 net.inet.tcp
124 "net.inet6.tcp6" => "net.inet.tcp",
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 96 net.inet.tcp
124 "net.inet6.tcp6" => "net.inet.tcp",
  /system/bt/btif/src/
btif_sock_util.c 26 #include <netinet/tcp.h>
  /external/opencv3/3rdparty/libjasper/
jpc_t2enc.c 195 if (cp->tcp.csty & JPC_COD_SOP) {
334 if (cp->tcp.csty & JPC_COD_EPH) {
  /external/v8/build/android/
adb_gdb 332 --port=<port> Specify the tcp port to use.
961 adb forward tcp:$HOST_PORT tcp:$TARGET_PORT
  /art/runtime/jdwp/
jdwp_socket.cc 21 #include <netinet/tcp.h>
195 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /external/c-ares/
ares.h 51 # include <tcp.h>
  /external/libmicrohttpd/src/microhttpd/
internal.h 41 #include <netinet/tcp.h>
571 * from the TCP stream and destroyed at the end of
591 * TCP connection (which may span multiple HTTP requests). Here is
    [all...]
  /external/mksh/src/
eval.c 1006 const char *tcp; local
1009 tcp = maybe_expand_tilde(sp,
1012 if (tcp) {
1016 sp = tcp;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 209 int32_t SetTransportOverhead(bool tcp,
  /external/libnl/lib/netfilter/
ct_obj.c 289 diff |= CT_DIFF_VAL(TCP_STATE, ct_protoinfo.tcp.state);
419 ct->ct_protoinfo.tcp.state = state;
430 return ct->ct_protoinfo.tcp.state;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 453 struct nvc0_program *tcp; member in struct:nvc0_blitctx::__anon19111
863 blit->saved.tcp = nvc0->tctlprog;
917 nvc0->tctlprog = blit->saved.tcp;
    [all...]
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 379 # include <netinet/tcp.h>
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
query.py 191 def tcp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, function
193 """Return the response obtained after sending a query via TCP.

Completed in 2190 milliseconds

<<212223242526