HomeSort by relevance Sort by last modified time
    Searched refs:TCP (Results 1 - 25 of 28) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 46 public static final String TCP = GenericURI.TCP;
NetObject.java 50 protected static final String TCP = "tcp";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 8 String TCP = "TCP";
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
dictionary 61 ATTRIBUTE Login-TCP-Port 16 integer
158 VALUE Framed-Compression Van-Jacobson-TCP-IP 1
164 VALUE Login-Service TCP-Clear 2
  /device/generic/goldfish/libqemu/
tests.mk 3 # The first test program is a simple TCP server that will send back
  /system/bluetooth/tools/
sock_shutdown_test.c 46 TCP,
94 case TCP:
143 case TCP:
190 case TCP:
269 {"tcp", TCP},
asocket_test.c 48 TCP,
112 case TCP:
161 case TCP:
221 case TCP:
260 case TCP:
697 {"tcp", TCP},
socktest.c 47 TCP,
111 case TCP:
160 case TCP:
220 case TCP:
274 case TCP:
771 {"tcp", TCP},
  /external/libpcap/
tokdefs.h 49 TCP = 275,
153 #define TCP 275
grammar.c 84 TCP = 275,
188 #define TCP 275
784 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
grammar.y 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
343 | TCP { $$ = Q_TCP; }
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; }
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 50 * Low level Input output to a socket. Caches TCP connections and takes care of re-connecting to
66 private static String TCP = "tcp";
72 // sending tcp messages.
154 * @param transport -- tcp or udp.
164 // Server uses TCP transport. TCP client sockets are cached
174 if (transport.compareToIgnoreCase(TCP) == 0) {
249 // Copied and modified from the former section for TCP
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 51 private static final String TCP = "TCP";
207 * only "UDP" and "TCP" are supported.
219 if (!protocol.equals(UDP) && !protocol.equals(TCP)) {
  /external/openssh/contrib/caldera/
openssh.spec 98 X11 connections and arbitrary TCP/IP ports can also be forwarded over
105 Netzwerk her. X11 Verbindungen und beliebige andere TCP/IP Ports k?nnen ebenso
112 red insegura. Las conexiones X11 y puertos TCP/IP arbitrarios tambi?n pueden
119 connexions X11 et des ports TCP/IP arbitraires peuvent ?galement ?tre
126 X11 ad una porta TCP/IP arbitraria possono essere inoltrate attraverso
133 Liga??es X11 e portos TCP/IP arbitr?rios tamb?m poder ser reenviados
140 Liga??es X11 e portas TCP/IP arbitr?rias tamb?m podem ser reenviadas
181 --with-tcp-wrappers \
  /external/chromium/net/socket/
transport_client_socket_unittest.cc 28 TCP,
172 ::testing::Values(TCP));
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 841 """Drains unread data in the receive buffer to avoid sending out TCP
845 it sends out TCP RST packet to the other peer.
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 39 public static final int TCP = 6;
163 protocols.add(TCP, "tcp");
225 * TCP/UDP services. This is basically copied out of RFC 1010,
469 private static Mnemonic services = new Mnemonic("TCP/UDP service",
558 * Converts a TCP/UDP service port number into its textual
567 * Converts a textual representation of a TCP/UDP service into its
651 throw st.exception("Invalid TCP/UDP service: " +
  /external/openssh/contrib/suse/
openssh.spec 31 # TCP Wrappers (tcpd-devel),
57 arbitrary TCP/IP ports can also be forwarded over the secure channel.
71 arbitrary TCP/IP ports can also be forwarded over the secure channel.
102 - Added flag to configure daemon with TCP Wrappers support
143 --with-tcp-wrappers \
  /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...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 130 if (lp == null) lp = mSipProvider.getListeningPoint(ListeningPoint.TCP);
  /ndk/
ndk-gdb.py 141 help='Use tcp:localhost:<DEBUG_PORT> to communicate with gdbserver',
647 ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
651 Maybe using --port=<port> to use a different TCP port might help?''')
  /external/iproute2/doc/
api-ip6-flowlabels.tex 160 Flowinfo received and latched by a connected TCP socket also may be fetched
  /external/openssh/contrib/redhat/
openssh.spec 139 arbitrary TCP/IP ports can also be forwarded over the secure channel.
195 --with-tcp-wrappers \

Completed in 1495 milliseconds

1 2