HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /external/openssh/
kexdhc.c 135 buffer_ptr(&kex->peer), buffer_len(&kex->peer),
kexdhs.c 129 buffer_ptr(&kex->peer), buffer_len(&kex->peer),
  /external/libppp/src/
route.c 550 const struct ncpaddr *me, const struct ncpaddr *peer)
561 ncpaddr_copy(&r->gw, peer);
562 } else if ((r->type & ROUTE_DSTHISADDR) && !ncpaddr_equal(&dst, peer)) {
564 ncprange_sethost(&r->dst, peer);
566 ncpaddr_copy(&r->gw, peer);
567 } else if ((r->type & ROUTE_DSTDNS0) && !ncpaddr_equal(&dst, peer)) {
572 ncpaddr_copy(&r->gw, peer);
573 } else if ((r->type & ROUTE_DSTDNS1) && !ncpaddr_equal(&dst, peer)) {
578 ncpaddr_copy(&r->gw, peer);
579 } else if ((r->type & ROUTE_GWHISADDR) && !ncpaddr_equal(&r->gw, peer))
    [all...]
hdlc.h 50 #define DEF_MTU 0 /* whatever peer says */
78 u_int32_t ifInUniPackets; /* Packets received from peer */
81 u_int32_t ifInOctets; /* Octets received from peer (unused) */
84 u_int32_t InGoodOctets; /* Good octets received from peer */
86 u_int32_t InLQRs; /* LQRs received from peer */
91 struct lqrdata peer; /* Last LQR from peer */ member in struct:hdlc::__anon23762::__anon23763
radius.h 98 } peer; member in struct:radacct
lqr.c 232 memcpy(&lastlqr, &p->hdlc.lqm.lqr.peer, sizeof lastlqr);
233 lqr_ChangeOrder(lqr, &p->hdlc.lqm.lqr.peer);
234 lqr_Dump(l->name, "Input", &p->hdlc.lqm.lqr.peer);
235 /* we have received an LQR from our peer */
247 lqr_Analyse(&p->hdlc, &lastlqr, &p->hdlc.lqm.lqr.peer);
255 lastlqr.PeerInLQRs == p->hdlc.lqm.lqr.peer.PeerInLQRs))
275 memset(&physical->hdlc.lqm.lqr.peer, '\0',
276 sizeof physical->hdlc.lqm.lqr.peer);
404 log_Printf(LogLQM, " Likely due to both peer congestion"
407 log_Printf(LogLQM, " Likely due to peer congestion\n")
    [all...]
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
PeerActivity.java 39 setContentView(R.layout.peer);
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 69 BD_ADDR peer; member in struct:__anon3369
  /external/chromium_org/webkit/child/
resource_loader_bridge.h 13 // In turn, the bridge's owner on the WebKit end will implement the Peer
124 // within webkit. The Peer and it's bridge should have identical lifetimes
130 class WEBKIT_CHILD_EXPORT Peer {
185 virtual ~Peer() {}
197 // the peer's methods will be called asynchronously to report various events.
198 virtual bool Start(Peer* peer) = 0;
203 // the peer is still valid.
  /external/iptables/include/libipq/
libipq.h 53 struct sockaddr_nl peer; member in struct:ipq_handle
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp.x 88 peername peer;
134 peername peer;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp.x 88 peername peer;
134 peername peer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp.x 88 peername peer;
134 peername peer;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 39 // Set to the peer id of the originator when messages are being
40 // exchanged between peers, but set to the id of the receiving peer
45 // next, we don't use a custom name for our peer-id header (originally it was
46 // "X-Peer-Id: "). Instead, we use a "simple header", "Pragma" which should
110 void ChannelMember::ForwardRequestToPeer(DataSocket* ds, ChannelMember* peer) {
111 assert(peer);
116 if (peer == this) {
121 name_.c_str(), peer->name().c_str());
122 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
261 // Let the newly connected peer know about other members of the channel
    [all...]
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 51 struct wpa_state_machine *sm, const u8 *peer,
64 if (peer) {
65 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, peer, ETH_ALEN,
102 /* Initiator = sm->addr; Peer = kde.mac_addr */
202 const u8 *smk, const u8 *peer)
223 /* Peer RSN IE */
227 /* Peer MAC Address */
228 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, peer, ETH_ALEN, NULL, 0);
276 /* Peer = sm->addr; Initiator = kde.mac_addr;
277 * Peer Nonce = key->key_nonce; Initiator Nonce = kde.nonce *
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 127 const talk_base::SocketAddress& peer);
150 Permission(talk_base::Thread* thread, const talk_base::IPAddress& peer);
153 const talk_base::IPAddress& peer() const { return peer_; } function in class:cricket::TurnServer::Permission
171 const talk_base::SocketAddress& peer);
175 const talk_base::SocketAddress& peer() const { return peer_; } function in class:cricket::TurnServer::Channel
745 // If a permission exists, send the data on to the peer.
751 << "peer=" << peer_attr->GetAddress();
768 LOG_J(LS_INFO, this) << "Created permission, peer="
818 << ", peer=" << peer_attr->GetAddress();
831 // Send the data to the peer address
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 151 struct p2p_device *peer)
166 if (peer && peer->wps_method != WPS_NOT_READY) {
167 if (peer->wps_method == WPS_PBC)
169 else if (peer->wps_method == WPS_PIN_DISPLAY ||
170 peer->wps_method == WPS_PIN_KEYPAD)
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 53 public void setPeer(IParcelFileDescriptorPeer peer) throws RemoteException {
54 mPeer = peer;
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 240 (const bt_bdaddr_t*)conn->peer, btpan_conn_local_role, btpan_remote_role);
438 if(memcmp(btpan_cb.conns[i].peer, addr, sizeof(BD_ADDR)) == 0)
448 memset(&conn->peer, 0, sizeof(conn->peer));
464 bdcpy(btpan_cb.conns[i].peer, addr);
480 memset(&p->peer, 0, 6);
500 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0))
586 callback.connection_state_cb(BTPAN_STATE_DISCONNECTED, 0, (const bt_bdaddr_t*)conn->peer,
  /external/chromium_org/content/child/
resource_dispatcher.h 46 int AddPendingRequest(webkit_glue::ResourceLoaderBridge::Peer* callback,
88 PendingRequestInfo(webkit_glue::ResourceLoaderBridge::Peer* peer,
96 webkit_glue::ResourceLoaderBridge::Peer* peer; member in struct:content::ResourceDispatcher::PendingRequestInfo
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_asn1.c 300 if (in->peer != NULL)
301 M_ASN1_I2D_len_EXP_opt(in->peer,i2d_X509,3,v3);
346 if (in->peer != NULL)
347 M_ASN1_I2D_put_EXP_opt(in->peer,i2d_X509,3,v3);
508 if (ret->peer != NULL)
510 X509_free(ret->peer);
511 ret->peer=NULL;
513 M_ASN1_D2I_get_EXP_opt(ret->peer,d2i_X509,3);

Completed in 2635 milliseconds

1 2 34 5 6 7 8 910