/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 33 port, enumerator in enum:__anon2372
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
RemoteDebugEventSocketListener.java | 45 int port; field in class:RemoteDebugEventSocketListener 160 int port) throws IOException 164 this.port = port; 193 channel = new Socket(machine, port);
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 882 int port = target.getPort(); local 1095 int port = host.getPort(); local [all...] |
/external/fio/engines/ |
net.c | 40 unsigned int port; member in struct:netio_options 87 .name = "port", 88 .lname = "net engine port", 90 .off1 = offsetof(struct netio_options, port), 93 .help = "Port to use for TCP or UDP net connections", 1049 const char *host, unsigned short port) 1067 nd->addr.sin_port = htons(port); 1069 nd->addr6.sin6_port = htons(port); 1115 return fio_netio_setup_connect_inet(td, td->o.filename,o->port); 1153 static int fio_netio_setup_listen_inet(struct thread_data *td, short port) [all...] |
/external/iproute2/include/linux/ |
if.h | 75 #define IFF_MACVLAN_PORT 0x2000 /* device used as macvlan port */ 76 #define IFF_BRIDGE_PORT 0x4000 /* device used as bridge port */ 78 * datapath port */ 82 #define IFF_TEAM_PORT 0x40000 /* device used as team port */ 146 unsigned char port; member in struct:ifmap
|
/external/ipsec-tools/src/racoon/ |
isakmp.c | 357 /* avoid packets with malicious port/address */ 360 "src port == 0 (valid as UDP but not with IKE)\n"); 501 /* set the flag to prevent further port floating 1176 /* RFC3947 says that we MUST accept new phases1 on NAT-T floated port. 2475 u_short port; local 2862 u_int16_t port; local [all...] |
/external/iptables/include/ |
xtables.h | 66 * %XTTYPE_PORT: 16-bit port name or number (supports %XTOPT_NBO) 67 * %XTTYPE_PORTRC: colon-separated port range (names acceptable), 156 uint16_t u16, u16_range[2], port, port_range[2]; member in union:xt_option_call::__anon10732 449 extern u_int16_t xtables_parse_port(const char *port, const char *proto);
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
AbstractHttpConnection.java | 196 int port = _destination.getAddress().getPort(); local 202 if (!(secure && port == 443 || !secure && port == 80)) 203 absoluteURI.append(":").append(port);
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
Response.java | 201 int port=uri.getPort(); local 202 if (port<0) 203 port = HttpSchemes.HTTPS.equalsIgnoreCase(uri.getScheme())?443:80; 205 request.getServerPort()!=port || [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
ConnectHandler.java | 219 * @param serverAddress the remote server address in the form {@code host:port} 230 int port = 80; local 235 port = Integer.parseInt(serverAddress.substring(colon + 1)); 250 channel = connectToServer(request,host,port); 333 * @param address the address of the remote server in the form {@code host:port}. 354 private SocketChannel connectToServer(HttpServletRequest request, String host, int port) throws IOException 356 SocketChannel channel = connect(request, host, port); 366 * @param port the port to connect to 370 protected SocketChannel connect(HttpServletRequest request, String host, int port) throws IOExceptio [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 321 int port = _messageInputStream.readUnsignedShort(); local 331 rec = new DNSRecord.Service(domain, recordClass, unique, ttl, priority, weight, port, target);
|
/external/kernel-headers/original/uapi/linux/ |
if.h | 175 unsigned char port; member in struct:ifmap
|
telephony.h | 75 port, enumerator in enum:__anon11581 226 * the PSTN port. The caller_id bit indicates that caller_id data has been
|
/external/kernel-headers/original/uapi/sound/ |
sfnt_info.h | 199 int port; /* -1 = all */ member in struct:snd_emux_misc_mode
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | 180 UINT8 port; member in struct:__anon12652 187 static tLINUX_CB linux_cb; /* case of multipel port support use array : [MAX_SERIAL_PORT] */ 807 (*linux_cb.ser_cb)(linux_cb.port, USERIAL_RX_READY_EVT, (tUSERIAL_EVT_DATA *)p_buf); 831 (*linux_cb.ser_cb)(linux_cb.port, USERIAL_ERR_EVT, (tUSERIAL_EVT_DATA *)p_buf); 937 ** Description Open the indicated serial port with the given configuration 944 UDRV_API void USERIAL_Open(tUSERIAL_PORT port, tUSERIAL_OPEN_CFG *p_cfg, tUSERIAL_CBACK *p_cback) 997 ALOGI("USERIAL_Open() device: %s port=%d, uart_port=%d WAKE_DELAY(%d) WRITE_DELAY(%d) POWER_ON_DELAY(%d) PRE_POWER_OFF_DELAY(%d) POST_POWER_OFF_DELAY(%d)", 998 (char*)userial_dev, port, uart_port, nfc_wake_delay, nfc_write_delay, gPowerOnDelay, gPrePowerOffDelay, [all...] |
/external/libpcap/ |
pcap-sita.c | 49 #define IOP_SNIFFER_PORT 49152 /* TCP port on the IOP used for 'distributed pcap' usage */ 422 char *port; local 480 fprintf(stderr, "Error...couldn't allocate memory for IOP port name...value of errno is: %d\n", errno); [all...] |
/external/libvncserver/x11vnc/ |
remote.c | 509 int port = find_free_port(5800, 5850); local 510 if (port) { 512 screen->httpPort = port; 530 rfbLog("http_connections: failed to listen on http port: %d\n", screen->httpPort); 545 rfbLog("http_connections: Listening %s on IPv6 port %d (socket %d)\n", 607 rfbLog("reset_httpport: failed to listen on http port: %d\n", 617 rfbLog("reset_httpport: ipv6_http_fd: %d port: %d\n", 641 screen->port = rp; 646 rfbLog("reset_rfbport: warning could not listen on port: %d\n", 647 screen->port); [all...] |
xevents.c | 1973 int i, port, lsock; local [all...] |
/external/libxml2/ |
nanoftp.c | 125 int port; /* the port */ member in struct:xmlNanoFTPCtxt 148 static int proxyPort = 0; /* the proxy port if any */ 256 * @port: the proxy port 267 xmlNanoFTPProxy(const char *host, int port, const char *user, 287 proxyPort = port; 297 * the protocol host port and path it indicates. 337 if (uri->port != 0) 338 ctxt->port = uri->port 858 int port; local [all...] |
nanohttp.c | 134 int port; /* the port */ member in struct:xmlNanoHTTPCtxt 163 static int proxyPort; /* the proxy port if any */ 273 * the protocol host port and path it indicates. 327 if (uri->port != 0) 328 ctxt->port = uri->port; 338 * the protocol host port it indicates. 373 if (uri->port != 0) 374 proxyPort = uri->port; [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 420 union { uint16_t s; u_char b[2]; } port = { opaqueport }; local 421 uint16_t PortAsNumber = ((uint16_t)port.b[0]) << 8 | port.b[1]; 550 union { uint16_t s; u_char b[2]; } port = { opaqueport }; local 551 uint16_t PortAsNumber = ((uint16_t)port.b[0]) << 8 | port.b[1]; 728 p += snprintf(p, rdb + sizeof(rdb) - p, "%d %d %d ", // priority, weight, port 767 if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Address", "Protocol", "Internal Port", "External Port", "TTL"); [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | 1375 unsigned char *port; local [all...] |
dnssd_clientstub.c | 333 *len += 2; // Allocate space for two-byte port number 363 // Put dummy data in for the port, since we don't know what it is yet. 577 union { uint16_t s; u_char b[2]; } port; local 589 port.s = caddr.sin_port; 590 data[0] = port.b[0]; // don't switch the byte order, as the 591 data[1] = port.b[1]; // daemon expects it in network byte order 1113 union { uint16_t s; u_char b[2]; } port; local 1484 union { uint16_t s; u_char b[2]; } port = { PortInNetworkByteOrder }; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 111 private int port; field in class:SipProviderImpl 389 //set port and transport if user hasn't already done this. 762 int port = via.getRPort(); local 763 if (port == -1) { 764 port = via.getPort(); 765 if (port == -1) { 767 port = 5061; 769 port = 5060; 779 new HopImpl(host, port, transport)); 790 listeningPoint.port, hop) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 164 // For two URIs to be equal, the user, password, host, and port 296 int port = authority.getPort(); local 297 // If port not set assign the default. 304 if (port != -1) { 305 return s.append(host).append(COLON).append(port).toString(); 396 * Get the host and port of the server. 397 * @return get the host:port part of the url parsed into a 409 /** Get the port from the authority field. 411 *@return the port from the authority field. 509 *remove the port setting [all...] |