HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_PORT (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/
SIPConstants.java 42 public static final int DEFAULT_PORT = 5060;
  /external/webkit/WebKit/android/wds/
DebugServer.cpp 44 #define DEFAULT_PORT 9999
84 if (!cs.connect(DEFAULT_PORT)) {
  /system/extras/tests/bionic/libc/common/
test_udp.c 5 #define DEFAULT_PORT 7000
30 printf(" -p<port> use specific port (default %d)\n", DEFAULT_PORT);
39 int udpPort = DEFAULT_PORT;
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 43 private static final int DEFAULT_PORT = 5060;
53 private int mPort = DEFAULT_PORT;
286 if (mProfile.mPort != DEFAULT_PORT) {
493 if (mPort == 0) mPort = DEFAULT_PORT;
  /external/qemu/telephony/
simulator.c 19 #define DEFAULT_PORT 6703
182 int port = DEFAULT_PORT;
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 54 final static int DEFAULT_PORT = 8080;
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
  /external/bluetooth/hcidump/src/
hcidump.c 70 #define DEFAULT_PORT "10839";
93 static char *dump_port = DEFAULT_PORT;
  /prebuilt/common/ant/
ant.jar 

Completed in 667 milliseconds