HomeSort by relevance Sort by last modified time
    Searched full:peers (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/core/java/android/net/
Credentials.java 24 /** pid of process. root peers may lie. */
26 /** uid of process. root peers may lie. */
28 /** gid of process. root peers may lie. */
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 75 peer_t *peers; variable
199 for (p = peers; p; p = p->next) {
215 for (p = peers; p; p = p->next)
228 p->next = peers;
229 peers = p;
235 for (p = peers; p; p = p->next)
249 p = peers;
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-natt 20 # the same address so that peers can do 'Port floating'.
30 # traffic between the peers. Normally the UDP-Encap traffic
74 # force - if NAT-T is supported by both peers, it is used
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
X509TrustManager.java 70 * authentication of peers.
73 * authentication of peers.
  /external/ppp/pppd/
pathnames.h 31 #define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/"
pppd.8 84 Read options from the file /etc/ppp/peers/\fIname\fR. This file may
225 Allow peers to use the given IP address or subnet without
231 Allow peers to connect from the given telephone number. A trailing
    [all...]
  /external/bluetooth/bluez/network/
connection.c 86 static GSList *peers = NULL; variable
545 peers = g_slist_remove(peers, peer);
567 peer = find_peer(peers, path);
621 peer = find_peer(peers, path);
626 peers = g_slist_append(peers, peer);
  /system/core/libcutils/
mq.c 39 /** Number of dead peers to remember. */
55 /** Listens for bytes coming from remote peers. */
58 /** Listens for the deaths of remote peers. */
152 /** Listens for packets from remote peers. */
155 /** Listens for deaths of remote peers. */
158 /** Keeps track of recently dead peers. Requires mutex. */
340 // system calls, but we could also starve other peers.
618 // If this is the master peer, we already know about all peers.
808 * Connects two known peers.
815 // TODO: Send CONNECTION_FAILED packets to peers
    [all...]
  /external/ipsec-tools/src/racoon/doc/
FAQ 45 able to ditinguish peers hidden behind the same NAT.
48 course this means that you cannot have multiple peers
README.plainrsa 76 keys of all the remote peers involved. For your local private key and
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 171 // perform the interaction between the peers
279 // perform the interaction between the peers
332 // perform the interaction between the peers
452 // perform the interaction between the peers and check the results
495 // perform the interaction between the peers and check the results
547 // perform the interaction between the peers and check the results
608 // perform the interaction between the peers and check the results
663 // perform the interaction between the peers and check the results
674 // perform the interaction between the peers and check the results
740 // perform the interaction between the peers and check the result
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 682 ArrayList<ZygoteConnection> peers = new ArrayList(); local
686 peers.add(null);
720 peers.add(newPeer);
724 done = peers.get(index).runOnce();
727 peers.remove(index);
ZygoteConnection.java 587 * <li> peers of uid 0 (root) and uid 1000 (Process.SYSTEM_UID)
602 // All peers with UID other than root or SYSTEM_UID
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CompositeFont.java 52 // an array of font peers applicable to this CompositeFont
62 // font peers composing this font
74 * @param physFonts an array of physical font peers related to the CompositeFont
FontManager.java 214 * Maximum number of unreferenced font peers to keep.
806 * Removes keys from the Hashtable with font peers which corresponding
  /external/dbus/dbus/
dbus-shared.h 93 /** The interface supported by most dbus peers */
  /external/ipsec-tools/
NEWS 58 o NAT-T works with multiple peers behind the NAT (need kernel support)
  /external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h 57 between the peers */
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 153 /* But some brain-dead peers disobey the RFC, so frame types are variables */
  /external/ipsec-tools/src/racoon/
racoon.conf.5 769 NAT-T allows one or both peers to reside behind a NAT gateway (i.e.,
778 NAT-T is used when a NAT gateway is detected between the peers.
784 peers or not.
    [all...]
isakmp_inf.c     [all...]
isakmp.h 273 /* the method to get peers certificate */
remoteconf.c 543 plog(LLV_INFO, LOCATION, NULL, "\t/* peers certificate from payload */\n");
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tls_common.c 216 /* Limit length to avoid rogue peers from causing large
  /external/iproute2/man/man8/
ip.8 1452 peers are allowed to send to us.
1576 and, probably, even advertise them to its peers.
    [all...]

Completed in 924 milliseconds

1 2