HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 101 - 125 of 336) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareManager.java 52 * discovery and peer-to-peer data connections.
56 * <li>Initialize a Aware cluster (peer-to-peer synchronization). Refer to
63 * to set-up a Aware connection with a peer. Refer to
442 "createNetworkSpecifier: Invalid peer handle (value of null) - not "
453 peerHandle != null ? peerHandle.peerId : 0, // 0 is an invalid peer ID
461 @Nullable byte[] peer, @Nullable byte[] pmk, @Nullable String passphrase) {
475 if (peer == null) {
476 throw new IllegalArgumentException("createNetworkSpecifier: Invalid peer MAC
    [all...]
  /system/bt/doc/
power_management.md 113 peer `BD_ADDR`.
119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
136 request to enable PARK for the given peer and connection.
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
170 `bta_dm_pm_set_mode`, clears some status bits in the peer device
171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer
173 - If the status is zero, and if the peer device `tBTA_DM_PEER_DEVICE`
180 previous low power mode in the peer device's `prev_low` field.
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
310 * @peer: MIC calculation for 0 = Server, 1 = Peer message
320 int peer, const u8 *eap, size_t eap_len,
332 if (peer) {
368 peer ? "Peer MIC" : "Server MIC",
  /external/boringssl/src/tool/
transport_common.cc 299 bssl::UniquePtr<X509> peer(SSL_get_peer_certificate(ssl));
300 if (peer != nullptr) {
302 X509_NAME_print_ex_fp(stderr, X509_get_subject_name(peer.get()), 0,
305 X509_NAME_print_ex_fp(stderr, X509_get_issuer_name(peer.get()), 0,
  /external/kernel-headers/original/uapi/linux/
tipc.h 250 __u32 peer; member in struct:tipc_sioc_ln_req
  /external/ltp/testcases/network/dhcp/
dhcp_lib.sh 47 ip li add $iface0 type veth peer name $iface1 || \
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 76 private static void crash(IParcelFileDescriptorPeer peer) {
78 peer.crash();
  /external/autotest/client/cros/cellular/
pseudo_modem.py 210 self.peer = self.interface + 'p'
228 Creates the virtual interface self.interface as well as a peer
229 interface. Runs dnsmasq on the peer interface so that a DHCP
232 os.system('ip link add name %s type veth peer name %s' % (
233 self.interface, self.peer))
235 os.system('ifconfig %s %s.1/24' % (self.peer, self.base))
236 os.system('ifconfig %s up' % self.peer)
239 os.system('route add -host 255.255.255.255 dev %s' % self.peer)
248 '--interface=%s' % self.peer,
252 os.system('iptables -I INPUT -i %s -j ACCEPT' % self.peer)
    [all...]
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 200 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
236 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
  /external/openssh/
kexdhc.c 170 sshbuf_ptr(kex->peer), sshbuf_len(kex->peer),
kexdhs.c 163 sshbuf_ptr(kex->peer), sshbuf_len(kex->peer),
kexecdhc.c 183 sshbuf_ptr(kex->peer), sshbuf_len(kex->peer),
kexgexc.c 228 sshbuf_ptr(kex->peer), sshbuf_len(kex->peer),
kexgexs.c 200 sshbuf_ptr(kex->peer), sshbuf_len(kex->peer),
  /external/syslinux/gpxe/src/core/
resolv.c 377 * @v peer Peer socket address to complete
383 struct sockaddr *peer, const char *name,
404 if ( ( rc = resolv ( &named->resolv, name, peer ) ) != 0 )
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 25 // peer connections. This methods helps work around that by allowing one to
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 382 "AUTH: started authentication with SAE peer: " MACSTR,
407 u8 *peer = sta->addr; local
419 if (os_memcmp(myaddr, peer, ETH_ALEN) < 0) {
421 addr2 = peer;
423 addr1 = peer;
441 u8 *peer = sta->addr; local
479 if (os_memcmp(myaddr, peer, ETH_ALEN) < 0) {
481 max = peer;
483 min = peer;
699 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: invalid peer nonce")
    [all...]
  /frameworks/base/core/java/android/net/
Network.java 334 final SocketAddress peer = Os.getpeername(fd); local
335 final InetAddress inetPeer = ((InetSocketAddress) peer).getAddress();
  /frameworks/base/graphics/java/android/graphics/
Region.java 376 Region peer = (Region) obj; local
377 return nativeEquals(mNativeRegion, peer.mNativeRegion);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.h 94 peername peer; member in struct:ypmap_parms
144 peername peer; member in struct:ypresp_master
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h 96 peername peer; member in struct:ypmap_parms
146 peername peer; member in struct:ypresp_master
  /system/bt/btif/src/
btif_pan.cc 245 (const bt_bdaddr_t*)conn->peer,
452 if (memcmp(btpan_cb.conns[i].peer, addr, sizeof(BD_ADDR)) == 0)
511 memset(&conn->peer, 0, sizeof(conn->peer));
526 bdcpy(btpan_cb.conns[i].peer, addr);
542 memset(&p->peer, 0, 6);
563 memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) ==
656 (const bt_bdaddr_t*)conn->peer,
  /external/libcups/cups/
http-addrlist.c 88 http_addr_t peer; /* Peer address */ local
322 len = sizeof(peer);
323 if (!getpeername(fds[i], (struct sockaddr *)&peer, &len))
324 DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&peer, temp, sizeof(temp)), httpAddrPort(&peer)));
  /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.
261 * with IFA_ADDRESS being the peer address if they differ */
348 nl_dump(p, " peer %s"
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 132 * peer_device_addr - P2P Device Address of the peer
137 * peer_interface_addr - P2P Interface Address of the peer
162 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
204 * session_mac - MAC address of the peer that started the session
209 * adv_mac - MAC address of the peer advertised the service
315 * struct p2p_peer_info - P2P peer information
319 * p2p_device_addr - P2P Device Address of the peer
397 * IE(s) from the frame that was used to discover the peer.
477 * local end may become the client. This may allow the peer to become a
617 * target peer is known or if other channels are scanned in steps)
2326 struct p2p_peer_info *peer; member in struct:p2p_nfc_params
    [all...]

Completed in 962 milliseconds

1 2 3 45 6 7 8 91011>>