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

1 2 3

  /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
  /libcore/luni/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 85 static GSList *peers = NULL; variable
544 peers = g_slist_remove(peers, peer);
566 peer = find_peer(peers, path);
620 peer = find_peer(peers, path);
625 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...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 137 // perform the interaction between the peers
210 // perform the interaction between the peers
251 // perform the interaction between the peers
327 // perform the interaction between the peers and check the results
360 // perform the interaction between the peers and check the results
391 // perform the interaction between the peers and check the results
431 // perform the interaction between the peers and check the results
465 // perform the interaction between the peers and check the results
476 // perform the interaction between the peers and check the results
515 // perform the interaction between the peers and check the result
    [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
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 653 ArrayList<ZygoteConnection> peers = new ArrayList(); local
657 peers.add(null);
691 peers.add(newPeer);
695 done = peers.get(index).runOnce();
698 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
  /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/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...]
  /external/dbus/doc/
dcop-howto.txt 57 destinations. All clients are peers of each other.
  /frameworks/base/obex/javax/obex/
HeaderSet.java 135 * determine if the two peers are talking to each other.
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 784 /* Note, currently this value will be set to FFFFFFFFFFFF to indicate it is relevant for all peers
    [all...]

Completed in 353 milliseconds

1 2 3