/packages/services/Telephony/src/com/android/phone/common/mail/ |
MailTransport.java | 42 import java.net.Socket; 61 private Socket mSocket; 105 mSocket = new Socket(); 124 // After the socket connects to an SSL server, confirm that the hostname is as 149 * connected socket. It is harmless to call this method redundantly if the hostname has already 156 * @param socket An SSL socket which has been connected to a server 161 private static void verifyHostname(Socket socket, String hostname) throws IOException { 164 SSLSocket ssl = (SSLSocket) socket; [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 52 int sock; /* raw packet socket for driver access */ 53 int dhcp_sock; /* socket for dhcp packets */ 210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); 212 wpa_printf(MSG_ERROR, "socket[PF_PACKET,SOCK_RAW]: %s", 218 wpa_printf(MSG_INFO, "Could not register read socket"); 233 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d", 264 /* setup dhcp listen socket for sta detection */ 265 if ((drv->dhcp_sock = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0) { 266 wpa_printf(MSG_ERROR, "socket call failed for dhcp: %s", 273 wpa_printf(MSG_INFO, "Could not register read socket"); [all...] |
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
ViewDebug$ViewServer.class | |
/device/asus/flo/sepolicy/ |
thermald.te | 12 allow thermald self:socket create_socket_perms; 18 # Talk to qmuxd (/dev/socket/qmux_radio)
|
/device/lge/hammerhead/sepolicy/ |
sensors.te | 18 # to /dev/socket/sensor_ctl_socket . 44 allow sensors self:socket *;
|
/external/android-clat/ |
mtu.c | 22 #include <sys/socket.h> 36 fd = socket(AF_INET, SOCK_STREAM, 0);
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
ioctl.cc | 10 #include <sys/socket.h> 14 int fd = socket(AF_INET, SOCK_DGRAM, 0);
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
nfnetlink_log.h | 47 NFULA_UID, /* user id of socket */ 50 NFULA_GID, /* group id of socket */
|
/external/libnl/include/linux/netfilter/ |
nfnetlink_log.h | 51 NFULA_UID, /* user id of socket */ 54 NFULA_GID, /* group id of socket */
|
/external/libnl/include/netlink/ |
socket.h | 2 * netlink/socket.h Netlink Socket
|
/external/libvncserver/webclients/novnc/ |
LICENSE.txt | 18 include/web-socket-js/ : New BSD license. Source code at 19 http://github.com/gimite/web-socket-js
|
/external/libxml2/macos/src/ |
libxml2_GUSIConfig.cp | 13 /**************** BEGIN GUSI CONFIGURATION ****************************
*
* GUSI Configuration section generated by GUSI Configurator
* last modified: Wed Oct 31 17:07:45 2001
*
* This section will be overwritten by the next run of Configurator.
*/
#define GUSI_SOURCE
#include <GUSIConfig.h>
#include <sys/cdefs.h>
/* Declarations of Socket Factories */
__BEGIN_DECLS
void GUSIwithInetSockets();
void GUSIwithLocalSockets();
void GUSIwithMTInetSockets();
void GUSIwithMTTcpSockets();
void GUSIwithMTUdpSockets();
void GUSIwithOTInetSockets();
void GUSIwithOTTcpSockets();
void GUSIwithOTUdpSockets();
void GUSIwithPPCSockets();
void GUSISetupFactories();
__END_DECLS
/* Configure Socket Factories */
void GUSISetupFactories()
{
#ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_ (…)
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/ |
DefaultServerSocketFactory.java | 16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/ |
StubServerSocketFactory.java | 16 package org.mockftpserver.core.socket;
43 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/ |
DefaultServerSocketFactory.java | 16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
|
/external/ppp/pppd/ |
pppox.c | 25 {"pppox", o_special, pppox_set, "PPPoX socket", OPT_DEVNAM}, 49 info("Using PPPoX (socket = %d)", pppox);
|
/external/sepolicy/ |
global_macros | 11 define(`socket_class_set', `{ socket tcp_socket udp_socket rawip_socket netlink_socket packet_socket key_socket unix_stream_socket unix_dgram_socket appletalk_socket netlink_route_socket netlink_firewall_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_ip6fw_socket netlink_dnrt_socket netlink_kobject_uevent_socket tun_socket }') 42 # Common socket permission sets.
|
wpa.te | 21 # Create a socket for receiving info from wpa 35 # Allow wpa_cli to work. wpa_cli creates a socket in
|
/external/srtp/ |
configure.in | 98 dnl socket() and friends 99 AC_CHECK_HEADERS(sys/socket.h netinet/in.h arpa/inet.h) 114 AC_CHECK_FUNCS(socket inet_aton usleep) 116 dnl Find socket function if not found yet. 118 AC_CHECK_LIB(socket, socket) 119 AC_MSG_CHECKING([for socket in -lwsock32]) 125 socket(0, 0, 0);
|
/external/valgrind/auxprogs/docs/ |
valgrind-listener-manpage.xml | 17 <refpurpose>listens on a socket for Valgrind commentary</refpurpose> 33 <option>--log-socket</option> option on the specified port and copies the
|
/external/vogar/src/vogar/util/ |
IoUtils.java | 22 import java.net.Socket; 50 public static void closeQuietly(Socket c) {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
TestDriver.java | 9 import java.net.Socket; 18 * Test ANQP code by talking to an ANQP server of a socket. 64 Socket sock = new Socket(InetAddress.getLoopbackAddress(), 6104); 103 Socket sock = new Socket(InetAddress.getLoopbackAddress(), 6104); 124 Socket sock = new Socket(InetAddress.getLoopbackAddress(), 6104);
|
/libcore/luni/src/main/java/java/net/ |
SocketException.java | 23 * This {@code SocketException} may be thrown during socket creation or setting 24 * options, and is the superclass of all other socket related exceptions.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sockaddr.h | 21 * Never include this file directly; use <sys/socket.h> instead. 32 of the data types used for socket addresses, `struct sockaddr',
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
inet_diag.h | 12 /* Socket identity */ 75 /* Base info structure. It contains socket identity (addrs/ports/cookie)
|