HomeSort by relevance Sort by last modified time
    Searched refs:port (Results 201 - 225 of 1339) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/asm-arm/
io.h 87 * IO port access primitives
132 #define outb_p(val,port) outb((val),(port))
133 #define outw_p(val,port) outw((val),(port))
134 #define outl_p(val,port) outl((val),(port))
135 #define inb_p(port) inb((port))
136 #define inw_p(port) inw((port)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 34 #include "talk/p2p/base/port.h"
86 // TODO: allow these to be set before we have a port
133 // We can write once we have a port and a remote address.
148 // Code to classify our NAT type and use the relay port if we are behind an
157 PortAllocatorSession* session, Port* port) {
160 if (port->type() == STUN_PORT_TYPE) {
161 stun_port_ = static_cast<StunPort*>(port);
167 } else if (port->type() == RELAY_PORT_TYPE) {
168 relay_port_ = static_cast<RelayPort*>(port);
    [all...]
tcpport.h 34 #include "talk/p2p/base/port.h"
42 // Communicates using a local TCP port.
48 class TCPPort : public Port {
55 TCPPort* port = new TCPPort(thread, factory, network, local
57 if (!port->Init()) {
58 delete port;
59 port = NULL;
61 return port;
117 TCPConnection(TCPPort* port, const Candidate& candidate,
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 60 * The Mapped port (in case STUN suport is enabled)
62 private int port; field in class:UDPMessageProcessor
98 SIPTransactionStack sipStack, int port) throws IOException {
99 super(ipAddress, port, "udp",sipStack);
105 this.port = port;
107 this.sock = sipStack.getNetworkLayer().createDatagramSocket(port,
137 * Get port on which to listen for incoming stuff.
139 * @return port on which I am listening.
142 return this.port;
    [all...]
  /external/qemu/
qemu-sockets.c 44 .name = "port",
82 static void inet_setport(struct addrinfo *e, int port)
90 i6->sin6_port = htons(port);
94 i4->sin_port = htons(port);
119 fprintf(stderr,"%s: getaddrinfo: family %s, host %s, port %s\n",
128 char port[33]; local
146 (qemu_opt_get(opts, "port") == NULL)) {
147 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
150 pstrcpy(port, sizeof(port), qemu_opt_get(opts, "port"))
236 const char *port; local
313 const char *port; local
428 char port[33]; local
    [all...]
  /external/webkit/Source/WebKit2/Platform/mac/
SharedMemoryMac.cpp 78 handle.m_port = machPort.port();
101 // Create a Mach port that represents the shared memory.
102 mach_port_t port;
104 kr = mach_make_memory_entry_64(mach_task_self(), &memoryObjectSize, address, VM_PROT_DEFAULT, &port, MACH_PORT_NULL);
116 sharedMemory->m_port = port;
175 mach_port_t port; local
178 // Just re-use the port we have.
179 port = m_port;
180 if (mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_SEND, 1) != KERN_SUCCESS)
183 // Create a mach port that represents the shared memory
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 306 XvPortID port,
329 req->port = port;
424 XvPortID port,
443 req->port = port;
464 XvPortID port,
482 req->port = port;
503 XvPortID port,
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965PortAttributeHandler.java 45 * <tt>"Port"</tt> cookie attribute handler for RFC 2965 cookie spec.
54 * Parses the given Port attribute value (e.g. "8000,8001,8002")
57 * @param portValue port attribute value
71 throw new MalformedCookieException ("Invalid Port attribute.");
76 throw new MalformedCookieException ("Invalid Port "
83 * Returns <tt>true</tt> if the given port exists in the given
86 * @param port port of host where cookie was received from or being sent to.
87 * @param ports port list
88 * @return true returns <tt>true</tt> if the given port exists i
131 int port = origin.getPort(); local
154 int port = origin.getPort(); local
    [all...]
  /external/chromium/net/http/
http_stream_factory.cc 49 int port; local
50 if (!base::StringToInt(port_protocol_vector[0], &port) ||
51 port <= 0 || port >= 1 << 16) {
53 << " header has unrecognizable port: "
85 alternate_protocols->SetAlternateProtocolFor(host_port, port, protocol);
92 const std::string port_str = base::IntToString(endpoint->port());
  /external/chromium/third_party/libevent/test/
regress_rpc.c 72 short port = -1; local
78 port = 8080 + i;
83 if (port == -1)
86 *pport = port;
131 short port; local
135 http = http_setup(&port);
142 *pport = port;
178 short port; local
186 rpc_setup(&http, &port, &base);
188 evcon = evhttp_connection_new("127.0.0.1", port);
261 short port; local
439 short port; local
510 short port; local
575 short port; local
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 23 __be16 port; member in struct:ip_conntrack_manip_proto::__anon7059
26 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon7060
32 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon7062
59 u_int16_t port; member in struct:ip_conntrack_tuple::__anon7064::__anon7065::__anon7066
62 u_int16_t port; member in struct:ip_conntrack_tuple::__anon7064::__anon7065::__anon7067
68 u_int16_t port; member in struct:ip_conntrack_tuple::__anon7064::__anon7065::__anon7069
  /external/webkit/Source/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 69 JSValue JSInspectorFrontendHost::port(ExecState* execState) function in class:WebCore::JSInspectorFrontendHost
72 DEFINE_STATIC_LOCAL(const String, port, ("qt"));
74 DEFINE_STATIC_LOCAL(const String, port, ("gtk"));
76 DEFINE_STATIC_LOCAL(const String, port, ("wx"));
78 DEFINE_STATIC_LOCAL(const String, port, ("unknown"));
80 return jsString(execState, port);
  /libcore/luni/src/main/java/java/net/
DatagramPacket.java 45 int port = -1; // The default port number is -1 field in class:DatagramPacket
79 * Constructs a new {@code DatagramPacket} object to send data to the port
93 * the port of the target host.
103 * Constructs a new {@code DatagramPacket} object to send data to the port
114 * @param port
115 * the port of the target host.
117 public DatagramPacket(byte[] data, int length, InetAddress host, int port) {
118 this(data, 0, length, host, port);
159 * Gets the port number of the target or sender host of this datagra
    [all...]
URL.java 50 * <tr><td>{@link #getPort() Port}</td><td>{@code 8080}</td><td></td></tr>
89 private int port = -1; field in class:URL
198 * protocol's default port.
209 * protocol's default port.
212 * @param port the port, or {@code -1} for the protocol's default port.
217 public URL(String protocol, String host, int port, String file) throws MalformedURLException {
218 this(protocol, host, port, file, null);
223 * protocol's default port
    [all...]
  /external/chromium/net/base/
ip_endpoint_unittest.cc 47 EXPECT_EQ(0, endpoint.port());
51 EXPECT_EQ(80, endpoint.port());
61 EXPECT_EQ(src.port(), dest.port());
71 EXPECT_EQ(src.port(), dest.port());
90 EXPECT_EQ(ip_endpoint.port(), GetPortFromSockaddr(sockaddr, addr_len));
95 EXPECT_EQ(ip_endpoint.port(), ip_endpoint2.port());
120 // Vary by port
    [all...]
  /development/tools/emulator/opengl/tests/event_injector/
EventInjector.cpp 27 EventInjectorPrivate(int port) {
29 mConsole = emulatorConsole_new(port, mLooper);
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 111 public MySSLSocket(String host, int port) throws IOException,
113 super(host, port);
116 protected MySSLSocket(InetAddress address, int port,
118 super(address, port, clientAddress, clientPort);
121 public MySSLSocket(InetAddress address, int port) throws IOException {
122 super(address, port);
125 public MySSLSocket(String host, int port, InetAddress clientAddress,
127 super(host, port, clientAddress, clientPort);
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.h 30 static scoped_refptr<DevToolsProtocolHandler> Start(int port);
62 explicit DevToolsProtocolHandler(int port);
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/invalid-config-files/
badselinux-1.conf 6 <listen>tcp:port=1234</listen>
badselinux-2.conf 6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/nist-sip/java/javax/sip/
SipStack.java 12 ListeningPoint createListeningPoint(int port, String transport)
14 ListeningPoint createListeningPoint(String ipAddress, int port,
  /external/opencv/otherlibs/highgui/
cvcap.cpp 90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int height )
92 return cvCreateCameraCapture_Socket(address, port, width, height);

Completed in 408 milliseconds

1 2 3 4 5 6 7 891011>>