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

<<11121314151617181920>>

  /external/toybox/
toys.h 53 #include <netinet/tcp.h>
  /external/mdnsresponder/mDNSCore/
uDNS.c 519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
652 // Even if we DIDN'T make a successful UPnP mapping yet, we might still have a partially-open TCP connection we need to clean up
731 // with LLQs over TLS/TCP we're doing a weird thing where instead of requesting packets be sent to ExternalAddress:ExternalPort
732 // we're requesting that packets be sent to ExternalPort, but at the source address of our outgoing TCP connection.
733 // Normally, after going through the NAT gateway, the source address of our outgoing TCP connection is the same as ExternalAddress,
734 // so this is fine, except when the TCP connection ends up going over a VPN tunnel instead.
735 // To work around this, if we find that the source address for our TCP connection is not a private address, we tell the Dot Mac
753 if (q->tcp) { LogMsg("sendChallengeResponse: ERROR!!: question %##s (%s) tcp non-NULL", q->qname.c, DNSTypeName(q->qtype)); return; }
775 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retr (…)
    [all...]
uDNS.h 47 // so that the first retry does not happen until 3 seconds which should be enough for TCP/TLS to be done.
121 extern void DisposeTCPConn(struct tcpInfo_t *tcp);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 211 for (layno = 0; layno < tcd->tcp->numlayers; layno++) {
310 opj_tcp_t *tcd_tcp = tcd->tcp;
410 opj_tcp_t *tcd_tcp = tcd->tcp;
1281 opj_tcp_t *tcp = &p_tcd->cp->tcps[0]; local
    [all...]
j2k.c 160 * Updates the rates of the tcp.
1600 opj_tcp_t *tcp = 00; local
1662 opj_tcp_t *tcp; local
    [all...]
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,
555 opj_tcp_t * tcp,
580 if (tcp->csty & J2K_CP_CSTY_SOP) {
726 if (tcp->csty & J2K_CP_CSTY_EPH) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 228 /* Common part of header generation for VP, TCP, TEP and GP. */
347 nvc0_tcp_gen_header(struct nvc0_program *tcp, struct nv50_ir_prog_info *info)
351 tcp->tp.input_patch_size = info->prop.tp.inputPatchSize;
356 tcp->hdr[0] = 0x20061 | (2 << 10);
358 tcp->hdr[1] = opcs << 24;
359 tcp->hdr[2] = info->prop.tp.outputPatchSize << 24;
361 tcp->hdr[4] = 0xff000; /* initial min/max parallel output read address */
363 nvc0_vtgp_gen_header(tcp, info);
365 nvc0_tp_get_tess_mode(tcp, info);
  /external/sepolicy/
property_contexts 34 service.adb.tcp.port u:object_r:shell_prop:s0
  /external/tcpdump/
Android.mk 27 print-symantec.c print-syslog.c print-tcp.c print-telnet.c print-tftp.c \
  /external/mksh/src/
syn.c 265 char *tcp; local
326 tcp = XPptrv(vars)[(vars.len = 0)];
328 tcp[wdscan(tcp, EOS) - tcp - 3] = EOS;
333 XPput(args, tcp);
  /ndk/
ndk-gdb 313 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
787 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
790 echo " Maybe using --port=<port> to use a different TCP port might help?"
827 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID
  /external/libpcap/
pcap-nit.c 47 #include <netinet/tcp.h>
pcap-snit.c 58 #include <netinet/tcp.h>
pcap-snoop.c 46 #include <netinet/tcp.h>
  /external/ppp/pppd/
ipv6cp.c 1528 u_char *tcp; local
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 132 ../../print-tcp.o \
  /frameworks/base/libs/common_time/
diag_thread.cpp 22 #include <linux/tcp.h>
  /system/bt/btif/src/
btif_sock_util.c 45 #include <netinet/tcp.h>
  /external/libvncserver/x11vnc/misc/
ultravnc_repeater.pl 54 the client. Then this program acts as general TCP rendezvous tool.
226 Proto => "tcp"
240 Proto => "tcp"
253 Proto => "tcp"
267 Proto => "tcp"
434 Proto => "tcp"
441 Proto => "tcp"
540 if (-e "/proc/net/tcp") {
541 push @proc_net_tcp, "/proc/net/tcp";
568 foreach my $tcp (@proc_net_tcp)
    [all...]
  /art/runtime/jdwp/
jdwp_socket.cc 21 #include <netinet/tcp.h>
193 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 33 package com.jme3.network.kernel.tcp;
257 log.log( Level.INFO, "Hosting TCP connection:{0}.", address );
  /external/libvncserver/x11vnc/
x11vnc.h 351 #include <netinet/tcp.h>
  /external/lldb/tools/debugserver/source/
RNBSocket.cpp 20 #include <netinet/tcp.h>
205 // Keep our TCP packets coming without any delays.
243 // Keep our TCP packets coming without any delays.
  /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;

Completed in 1431 milliseconds

<<11121314151617181920>>