Searched refs:peer (Results 226 - 235 of 235) sorted by relevance

12345678910

/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c949 ps->peer = (uintptr_t)pi.pipe_peer;
972 ps->peer = kif->kf_un.kf_pipe.kf_pipe_peer;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c230 * received from a peer that has ACKed a request. */
449 pos = os_strstr(cmd, " peer=");
456 "DPP: Could not find bootstrapping info for the identified peer");
491 "DPP: Mismatching curves in bootstrapping info (peer=%s own=%s)",
752 /* Try to find own and peer bootstrapping key matches based on the
1360 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_INTRO "peer=" MACSTR
1368 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_INTRO "peer=" MACSTR
1376 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_INTRO "peer=" MACSTR
1384 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_INTRO "peer=" MACSTR
1393 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_INTRO "peer
1676 wpas_dpp_pkex_finish(struct wpa_supplicant *wpa_s, const u8 *peer, unsigned int freq) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c1738 * disconnect peer from this interface
3159 * unbound peer - drop request and wait for better
3926 struct peer * peer,
3938 * Initialize the peer structure and dance the interface jig.
3947 } else if (peer->cast_flags &
4041 /* [Bug 3437] The dummy POOL peer comes in with an AF of
4113 * find the kernel's preferred local address for a given peer address is
3925 select_peerinterface( struct peer * peer, sockaddr_u * srcadr, endpt * dstadr ) argument
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c4146 int cursor, peer, window; local
4290 peer = SYNAPTICS_QUEUE_CURSOR(cursor + window - 1);
4291 dxp = abs(x0 - smoother->queue[peer].x) + 1;
4292 dyp = abs(y0 - smoother->queue[peer].y) + 1;
4308 "smoother%d: peer=%d, len=%d, weight=%d/%d, div=%d/%d\n",
4309 smoother_id, peer, len, weight_prev_x, weight_prev_y,
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h1124 struct netmap_pipe_adapter *peer; /* the other end of the pipe */ member in struct:netmap_pipe_adapter
1125 int peer_ref; /* 1 iff we are holding a ref to the peer */
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h1259 int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_mesh.c134 "Maximum retries during peer link establishment");
139 "backinoff during peer link establishment");
400 const uint8_t peer[IEEE80211_ADDR_LEN])
407 if (IEEE80211_ADDR_EQ(rt->rt_nexthop, peer))
911 ni, "peer link: %s -> %s",
941 * peer establishment.
1609 "peer link not yet established (%d)",
1929 * Automatically peer with discovered nodes if possible.
1957 * Valid beacon from a peer mesh STA
2135 /* NB: peer lin
399 ieee80211_mesh_rt_flush_peer(struct ieee80211vap *vap, const uint8_t peer[IEEE80211_ADDR_LEN]) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c613 static int dpp_ecdh(EVP_PKEY *own, EVP_PKEY *peer, argument
635 if (EVP_PKEY_derive_set_peer(ctx, peer) != 1) {
3291 "DPP: Mutual authentication required with QR Codes, but peer info is not yet available - request more time");
3873 * role that is compatible with peer's selection. */
4119 /* Mutual authentication and peer did not include its
4625 "DPP: Convert DPP+legacy credential to DPP-only for peer that does not support version 2");
6341 wpa_printf(MSG_DEBUG, "DPP: No peer groups array found");
6351 "DPP: Missing peer groupId string");
6358 "DPP: Missing peer groups::netRole string");
6362 "DPP: peer connecto
8518 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, unsigned int freq) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c101 "display peer summary information [IP Version]" },
104 "display peer summary info the way Dave Mills likes it (IP Version)" },
122 "display peer memory usage statistics" },
131 "configure a new peer association" },
143 "unconfigure existing peer assocations" },
174 "reset stat counters associated with particular peer(s)" },
402 * peers - show peer summary
414 * dmpeers - show peer summary, Dave Mills style
427 * peers - show peer summary
587 * printpeer - print detail information for a peer
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c893 r = s->session->peer;
914 * If we are a client, cert_chain includes the peer's own certificate; if

Completed in 262 milliseconds

12345678910