HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 26 - 50 of 395) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/boringssl/src/crypto/bio/
pair.c 66 BIO *peer; // NULL if buf == NULL. member in struct:bio_bio_st
67 // If peer != NULL, then peer->ptr is also a bio_bio_st,
68 // and its "peer" member points back to us.
69 // peer != NULL iff init != 0 in the BIO.
71 // This is for what we write (i.e. reading uses peer's struct):
72 int closed; // valid iff peer != NULL
73 size_t len; // valid iff buf != NULL; 0 if peer == NULL
78 size_t request; // valid iff peer != NULL; 0 if len != 0,
79 // otherwise set by peer to number of byte
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
udp.h 44 extern int udp_open ( struct xfer_interface *xfer, struct sockaddr *peer,
open.h 40 * struct sockaddr *peer;
78 * @v peer Peer socket address
82 int ( * open ) ( struct xfer_interface *xfer, struct sockaddr *peer,
96 int semantics, struct sockaddr *peer,
99 struct sockaddr *peer, struct sockaddr *local );
ipoib.h 39 /** Peer addresses
42 * peer addresses using a lookup key. There simply
51 } __attribute__ (( packed )) peer; member in union:ipoib_hdr::__anon38423
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
P2pDiscovery.java 40 /** Convert a peer device to a debug representation */
50 /** Convert a peer device address to a Uri-based path */
81 public void onPeerFound(WifiP2pDevice peer) {
82 DiscoveredPrinter printer = toPrinter(peer);
94 public void onPeerLost(WifiP2pDevice peer) {
95 DiscoveredPrinter printer = toPrinter(peer);
  /external/iproute2/ip/
ifcfg 36 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2
81 peer=$1
82 if [ "$peer" != "" ]; then
84 echo "Peer address with non-trivial netmask." 1>&2
87 pfx="$ipaddr peer $peer"
141 elif [ "$peer" != "" ]; then
142 if ping -q -c 2 -w 4 $peer ; then
143 ip ro append default via $peer dev $dev metric 30001
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pPrinterConnection.java 61 /** Create a new connection to a known P2P peer device */
62 public P2pPrinterConnection(BuiltInPrintService service, WifiP2pDevice peer,
65 if (DEBUG) Log.d(TAG, "Connecting to " + P2pMonitor.toString(peer));
66 connectToPeer(peer);
75 WifiP2pDevice peer = service.getP2pMonitor().getConnection().getPeer(); local
76 connectToPeer(peer);
84 private void connectToPeer(WifiP2pDevice peer) {
85 mPeer = peer;
90 public void onPeerFound(WifiP2pDevice peer) {
97 if (peer.deviceAddress.equals(address))
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 89 * IPoIB peer cache
95 * IPoIB peer address
111 /** Number of IPoIB peer cache entries
117 /** IPoIB peer address cache */
120 /** Oldest IPoIB peer cache entry index */
124 * Look up cached peer by key
126 * @v key Peer cache key
127 * @ret peer Peer cache entry, or NULL
130 struct ipoib_peer *peer; local
153 struct ipoib_peer *peer; local
    [all...]
  /device/generic/goldfish/wifi/
init.wifi.sh 22 # | ril |<----->| radio0 |<--+--->| radio0-peer |<-------+
58 /system/bin/ip link add radio0 type veth peer name radio0-peer
59 /system/bin/ip link set radio0-peer netns ${PID}
63 execns ${NAMESPACE} /system/bin/ip addr add 192.168.200.1/24 dev radio0-peer
65 execns ${NAMESPACE} /system/bin/ip link set radio0-peer up
  /external/syslinux/gpxe/src/net/
udp.c 37 struct sockaddr_tcpip peer; member in struct:udp_connection
95 * @v peer Peer socket address, or NULL
101 struct sockaddr *peer, struct sockaddr *local,
103 struct sockaddr_tcpip *st_peer = ( struct sockaddr_tcpip * ) peer;
115 memcpy ( &udp->peer, st_peer, sizeof ( udp->peer ) );
141 * @v peer Peer socket address
145 int udp_open ( struct xfer_interface *xfer, struct sockaddr *peer,
446 struct sockaddr_tcpip peer; local
    [all...]
  /hardware/qcom/gps/msm8998/core/
SystemStatus.h 87 bool equals(SystemStatusLocation& peer);
115 bool equals(SystemStatusTimeAndClock& peer);
126 bool equals(SystemStatusXoState& peer);
161 bool equals(SystemStatusRfAndParams& peer);
172 bool equals(SystemStatusErrRecovery& peer);
196 bool equals(SystemStatusInjectedPosition& peer);
218 bool equals(SystemStatusBestPosition& peer);
250 bool equals(SystemStatusXtra& peer);
270 bool equals(SystemStatusEphemeris& peer);
310 bool equals(SystemStatusSvHealth& peer);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 154 wpa_printf(MSG_DEBUG, "*** Live Peer List ***");
157 wpa_printf(MSG_DEBUG, "*** Potential Live Peer List ***");
162 mi = body->peer + i;
287 struct ieee802_1x_kay_peer *peer; local
289 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) {
290 if (os_memcmp(peer->mi, mi, MI_LEN) == 0)
291 return peer;
349 struct ieee802_1x_kay_peer *peer; local
351 peer = ieee802_1x_kay_get_live_peer(participant, mi);
352 if (peer)
407 struct ieee802_1x_kay_peer *peer; local
552 struct ieee802_1x_kay_peer *peer; local
576 struct ieee802_1x_kay_peer *peer; local
610 struct ieee802_1x_kay_peer *peer; local
632 struct ieee802_1x_kay_peer *peer; local
750 struct ieee802_1x_kay_peer *peer; local
843 struct ieee802_1x_kay_peer *peer; local
862 struct ieee802_1x_kay_peer *peer; local
903 struct ieee802_1x_kay_peer *peer; local
922 struct ieee802_1x_kay_peer *peer; local
1015 struct ieee802_1x_kay_peer *peer; local
1258 struct ieee802_1x_kay_peer *peer; local
1511 struct ieee802_1x_kay_peer *peer; local
1932 struct ieee802_1x_kay_peer *peer; local
2080 struct ieee802_1x_kay_peer *peer; local
2172 struct ieee802_1x_kay_peer *peer; local
2332 struct ieee802_1x_kay_peer *peer, *pre_peer; local
3396 struct ieee802_1x_kay_peer *peer; local
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp 208 /* add peer info only when both interfaces support inter-interface communication */
269 IPACMDBG_H("Populate peer info between: new_iface %s, existing iface %s\n", new_iface->get_iface_pointer()->dev_name,
293 /* add new peer info in both new iface and existing iface */
449 peer_iface_info &peer = m_peer_iface_info.front(); local
451 peer_l2_type = peer.peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type;
456 add_client_rt_rule(&peer, &(*it));
469 peer_l2_hdr_type = peer_info->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type;
471 /* if the peer info is not for intra interface communication */
472 if(peer_info->peer != this
    [all...]
  /external/autotest/client/site_tests/peerd_DiscoverServices/
peerd_DiscoverServices.py 85 peer = self._peerd.has_peer(self.PEER_ID)
86 if peer is None:
87 logging.debug('No peer found.')
89 logging.debug('Found peer=%s', peer)
90 if len(peer.services) != len(self.PEER_SERVICES):
92 len(peer.services), len(self.PEER_SERVICES))
96 for s in peer.services:
112 # We're publishing records from a "peer" outside the chroot.
123 # Expose serbus mDNS records through our fake peer
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareSession.java 209 * an unencrypted WiFi Aware connection (link) to the specified peer. The
213 * This API is targeted for applications which can obtain the peer MAC address using OOB
214 * (out-of-band) discovery. Aware discovery does not provide the MAC address of the peer -
224 * @param peer The MAC address of the peer's Aware discovery interface. On a RESPONDER this
226 * peer.
235 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer) {
245 return mgr.createNetworkSpecifier(mClientId, role, peer, null, null);
250 * an encrypted WiFi Aware connection (link) to the specified peer. The
254 * This API is targeted for applications which can obtain the peer MAC address using OO
    [all...]
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd_test.cpp 55 SharedFD peer = SharedFD::Accept(*server); local
56 EXPECT_TRUE(peer->IsOpen());
63 peer->RecvMsgAndFDs(hdr, 0, &fds);
  /external/iptables/libipq/
libipq.c 77 { IPQ_ERR_ADDRLEN, "Invalid peer address length" },
107 (struct sockaddr *)&h->peer, sizeof(h->peer));
135 addrlen = sizeof(h->peer);
168 (struct sockaddr *)&h->peer, &addrlen);
173 if (addrlen != sizeof(h->peer)) {
177 if (h->peer.nl_pid != 0) {
248 memset(&h->peer, 0, sizeof(struct sockaddr_nl));
249 h->peer.nl_family = AF_NETLINK;
250 h->peer.nl_pid = 0
    [all...]
  /external/curl/docs/cmdline-opts/
capath.d 3 Help: CA directory to verify peer against
7 peer. Multiple paths can be provided by separating them with ":" (e.g.
cacert.d 3 Help: CA certificate to verify peer against
6 Tells curl to use the specified certificate file to verify the peer. The file
25 certificates in the system and user Keychain to verify the peer, which is the
26 preferred method of verifying the peer's certificate chain.
crlfile.d 8 specify peer certificates that are to be considered revoked.
  /external/iproute2/tipc/
Makefile 10 peer.o tipc.o
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_accept_op.hpp 34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
39 peer_(peer),
56 // On success, assign new connection to peer socket object.
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
87 : reactive_socket_accept_op_base<Socket, Protocol>(socket, state, peer,
  /external/v8/tools/testrunner/network/
distro.py 77 # Pick the least-busy peer. Sorting the list for each test
81 # If the peer already has a shell assigned and would need this one
83 peer = peers[index]
84 if (shell.total_duration < peer.needed_work and
85 len(peer.shells) > 0 and
90 peer.AddTests(shell)
  /external/iputils/
tftpd.c 79 int peer; variable
189 peer = socket(from.sa.sa_family, SOCK_DGRAM, 0);
190 if (peer < 0) {
194 if (connect(peer, (struct sockaddr *)&from, sizeof(from)) < 0) {
372 if (send(peer, dp, size + 4, confirmed) != size + 4) {
380 n = recv(peer, ackbuf, sizeof (ackbuf), 0);
398 synchnet(peer);
437 if (send(peer, ackbuf, 4, confirmed) != 4) {
445 n = recv(peer, dp, PKTSIZE, 0);
461 (void) synchnet(peer);
    [all...]
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 17 Peer = collections.namedtuple('Peer', ['uuid', 'last_seen', 'services'])
22 DBUS_INTERFACE_PEER = 'org.chromium.peerd.Peer'
112 peer = Peer(uuid=peer_properties[PEER_PROPERTY_ID],
115 peers.append(peer)
141 Return a Peer instance if peerd has found a matching peer.
145 @param uuid: string unique identifier of peer.
146 @return Peer tuple if a matching peer exists, None otherwise
    [all...]

Completed in 531 milliseconds

12 3 4 5 6 7 8 91011>>