HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 176 - 200 of 238) sorted by null

1 2 3 4 5 6 78 910

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 140 result = request.put_u8(RTT_ATTRIBUTE_TARGET_PEER, rttParams[i].peer);
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 766 if (ss->peer != NULL) X509_free(ss->peer);
881 return s->peer;
    [all...]
s3_clnt.c     [all...]
  /external/libnl/lib/route/
addr.c 21 * @note The address may not contain a prefix length if the peer address
40 * // The peer address can be specified if necessary, in either case a peer
43 * // Note: Real peer addresses are only supported by IPv4 for now.
80 * // local nor peer address have been specified.
91 * // The peer address can be specified if necessary, in either case a peer
94 * // Note: Real peer addresses are only supported by IPv4 for now.
250 * with IFA_ADDRESS being the peer address if they differ */
322 nl_dump(p, " peer %s"
    [all...]
  /external/openssl/ssl/
ssl_sess.c 778 if (ss->peer != NULL) X509_free(ss->peer);
893 return s->peer;
    [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 575 sta = ap_get_sta(hapd, rx_auth->peer);
577 sta = ap_sta_add(hapd, rx_auth->peer);
605 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1,
ap_drv_ops.h 119 enum wnm_oper oper, const u8 *peer,
ap_drv_ops.c 729 const u8 *peer, u8 *buf, u16 *buf_len)
733 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c     [all...]
  /art/runtime/
debugger.cc 2248 mirror::Object* peer = t->GetPeer(); local
2398 mirror::Object* peer = gRegistry->Get<mirror::Object*>(thread_id); local
    [all...]
  /external/qemu/
block.c 691 assert(!bs->peer);
709 if (bs->peer) {
712 bs->peer = qdev;
718 assert(bs->peer == qdev);
719 bs->peer = NULL;
724 return bs->peer;
    [all...]
  /external/qemu/hw/android/goldfish/
pipe.c 421 void* peer = svc->funcs.init(pipe, svc->opaque, pipeArgs); local
422 if (peer == NULL) {
428 pipe->opaque = peer;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 656 # other peer. Just forget them.
845 it sends out TCP RST packet to the other peer.
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 209 const std::string& peer,
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 169 * (host not found, connection reset by peer, etc), the onload
  /external/sepolicy/
access_vectors 811 # network peer labels
812 class peer
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 58 return NULL; /* peer does not support SD */
65 /* Use WSD only if the peer indicates support or it */
82 os_memcmp(q->peer, dev->info.p2p_device_addr, ETH_ALEN) ==
273 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer "
427 * separately for each peer to avoid having to drop old
858 os_memcpy(q->peer, dst, ETH_ALEN);
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /external/iproute2/doc/
ip-cref.tex 285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
406 attached to each end. All packets sent to this link will reach the peer
407 and all packets received by us came from this single peer.
464 (or the peer address for pointopoint links) is a
471 NBMA links have no well-defined broadcast or peer address,
584 \item \verb|peer ADDRESS|
588 encoding the network prefix length. If a peer address is specified,
590 with the peer rather than with the local address.
    [all...]
  /external/chromium_org/net/server/
http_server_unittest.cc 237 ASSERT_TRUE(StartsWithASCII(GetRequest(0).peer.ToString(),
  /external/ipsec-tools/
setup.c 648 const vchar_t *peer, int remoteid)
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 394 os_memcpy(data.stkstart.peer, buf, ETH_ALEN);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):

Completed in 1163 milliseconds

1 2 3 4 5 6 78 910