Home
last modified time | relevance | path

Searched refs:peers (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-12.1/contrib/ntp/scripts/ntpsweep/
H A Dinvoke-ntpsweep.texi17 all peers.
25 * ntpsweep peers:: peers option (-p)
53 -p, --peers Recursively list all peers a host synchronizes to
54 -m, --maxlevel=num Traverse peers up to this level (4 is a reasonable number)
80 @node ntpsweep peers
81 @subsection peers option (-p)
82 @cindex ntpsweep-peers
84 This is the ``recursively list all peers a host synchronizes to'' option.
90 This is the ``traverse peers up to this level (4 is a reasonable number)'' option.
H A Dntpsweep-opts33 'peers' => '',
41 'host-list|l=s', 'peers|p', 'maxlevel|m=i',
51 -p, --peers Recursively list all peers a host synchronizes to
52 -m, --maxlevel=num Traverse peers up to this level (4 is a reasonable number)
H A Dntpsweep-opts.def29 name = peers;
31 descrip = 'Recursively list all peers a host synchronizes to';
38 descrip = 'Traverse peers up to this level (4 is a reasonable number)';
64 all peers.
H A Dntpsweep.in43 ($opts->{peers}, $opts->{maxlevel}, $opts->{strip});
105 my @peers;
145 push @peers, $_->{remote};
161 $known_host_peers{$host} = [@peers];
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi53 * ntpdc peers:: peers option (-p)
96 peers
98 -l no listpeers Print a list of the peers
101 -p no peers Print a list of the peers
103 -s no showpeers Show a list of the peers
186 command, listpeers, peers, showpeers.
195 This is the ``print a list of the peers'' option.
214 @node ntpdc peers
215 @subsection peers option (-p)
216 @cindex ntpdc-peers
[all …]
H A Dntpdc-opts.def56 flags-cant = command, listpeers, peers, showpeers;
67 descrip = "Print a list of the peers";
86 name = peers;
88 descrip = "Print a list of the peers";
99 descrip = "Show a list of the peers";
307 Obtains and prints a brief list of the peers for which the
313 .It Ic peers
314 Obtains a list of peers for which the server is maintaining
358 .Ic peers
361 Characters only appear beside peers which were
[all …]
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_proto.c3710 peer = peers[i].peer; in clock_select()
3711 h = peers[i].synch; in clock_select()
3733 peers[j] = peers[i]; in clock_select()
3745 peers[0].error = 0; in clock_select()
3768 stoa(&peers[i].peer->srcadr), peers[i].synch)); in clock_select()
3786 d = peers[i].error; in clock_select()
3787 peers[i].seljit = 0; in clock_select()
3795 if (peers[i].seljit * peers[i].synch > e) { in clock_select()
3797 e = peers[i].seljit * peers[i].synch; in clock_select()
3812 peers[j - 1] = peers[j]; in clock_select()
[all …]
H A Dntp_peer.c162 struct peer *peers; in getmorepeermem() local
164 peers = eallocarray(INC_PEER_ALLOC, sizeof(*peers)); in getmorepeermem()
167 LINK_SLIST(peer_free, &peers[i], p_link); in getmorepeermem()
659 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink, in set_peerdstadr()
670 LINK_SLIST(dstadr->peers, p, ilink); in set_peerdstadr()
/freebsd-12.1/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm104 my @peers;
116 push @peers, $r;
125 return \@peers;
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c32 for (peer = ibss_rsn->peers; peer; peer = peer->next) in ibss_rsn_get_peer()
357 for (peer = ibss_rsn->peers; peer; peer = peer->next) { in auth_for_each_sta()
552 peer->next = ibss_rsn->peers; in ibss_rsn_peer_init()
553 ibss_rsn->peers = peer; in ibss_rsn_peer_init()
645 peer = ibss_rsn->peers; in ibss_rsn_stop()
650 ibss_rsn->peers = peer; in ibss_rsn_stop()
657 for (prev = NULL, peer = ibss_rsn->peers; peer != NULL; in ibss_rsn_stop()
661 ibss_rsn->peers = peer->next; in ibss_rsn_stop()
701 peer = ibss_rsn->peers; in ibss_rsn_deinit()
823 return ibss_rsn_process_rx_eapol(ibss_rsn, ibss_rsn->peers, in ibss_rsn_rx_eapol()
H A Dibss_rsn.h49 struct ibss_rsn_peer *peers; member
/freebsd-12.1/sys/dev/proto/
H A Dproto_busdma.h37 LIST_ENTRY(proto_tag) peers;
51 LIST_ENTRY(proto_md) peers;
H A Dproto_busdma.c85 LIST_INSERT_HEAD(&parent->children, tag, peers); in proto_busdma_tag_create()
125 LIST_REMOVE(tag, peers); in proto_busdma_tag_destroy()
151 LIST_REMOVE(md, peers); in proto_busdma_md_destroy_internal()
209 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_mem_alloc()
252 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_md_create()
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c170 LIST_INIT(&port->peers); in lsock_open_port()
178 LIST_INSERT_HEAD(&port->peers, peer, link); in lsock_open_port()
231 while ((peer = LIST_FIRST(&port->peers)) != NULL) in lsock_close_port()
291 LIST_INSERT_HEAD(&p->peers, peer, link); in lsock_listen_input()
348 peer = LIST_FIRST(&p->peers); in lsock_init_port()
406 peer = LIST_FIRST(&p->peers); in lsock_send()
410 LIST_FOREACH(peer, &p->peers, link) in lsock_send()
H A Dtrans_lsock.h56 LIST_HEAD(, lsock_peer) peers;
/freebsd-12.1/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c159 static struct peer_list peers = TAILQ_HEAD_INITIALIZER(peers); variable
934 while ((p = TAILQ_FIRST(&peers)) != NULL) { in fetch_peers()
935 TAILQ_REMOVE(&peers, p, link); in fetch_peers()
980 INSERT_OBJECT_INT(p, &peers); in fetch_peers()
1226 t = NEXT_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable()
1234 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable()
1242 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable()
1362 t = NEXT_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
1370 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
1378 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
/freebsd-12.1/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.texi4 @cindex Trace peers of an NTP server
65 ntptrace - Trace peers of an NTP server - Ver. 4.2.8p14
69 -m, --max-hosts=num Maximum number of peers to trace
90 This is the ``maximum number of peers to trace'' option.
H A Dntptrace-opts43 ntptrace - Trace peers of an NTP server - Ver. 4.2.8p14
47 -m, --max-hosts=num Maximum number of peers to trace
H A Dntptrace-opts.def8 prog-title = 'Trace peers of an NTP server';
31 descrip = 'Maximum number of peers to trace';
/freebsd-12.1/contrib/ntp/html/hints/
H A Dnotes-xntp-v311 previous versions as non-configured peers; for version-2 configured
12 peers a "version 2" keyword should be included on the "peer" line.
104 In the clock_select algorithm the peers selected for combining are
106 This helps avoid whiplash when large numbers of peers are at the same
/freebsd-12.1/contrib/ntp/ntpq/
H A Dinvoke-ntpq.texi296 @code{peers}
305 Display a list of peers in the form:
310 @code{peers}
494 @item @code{peers}
495 Display a list of peers in the form:
924 * ntpq peers:: peers option (-p)
966 -p no peers Print a list of the peers
1054 command, peers.
1081 @node ntpq peers
1082 @subsection peers option (-p)
[all …]
H A Dntpq-opts.def55 flags-cant = command, peers;
91 name = peers;
93 descrip = "Print a list of the peers";
97 Print a list of the peers known to the server as well as a summary
411 .Ic peers
420 Display a list of peers in the form:
423 .Ic peers
470 ttl, mc, received, sent, send failed, peers, uptime.
492 Display a list of all peers and clients showing
608 .It Ic peers
[all …]
/freebsd-12.1/contrib/wpa/src/wps/
H A Dwps_upnp_web.c471 if (dl_list_len(&iface->peers) > 3) { in web_process_get_device_info()
474 old = dl_list_first(&iface->peers, struct upnp_wps_peer, list); in web_process_get_device_info()
480 dl_list_add_tail(&iface->peers, &peer->list); in web_process_get_device_info()
525 dl_list_for_each(tmp, &iface->peers, struct upnp_wps_peer, list) { in web_process_put_message()
549 peer = dl_list_first(&iface->peers, struct upnp_wps_peer, list); in web_process_put_message()
/freebsd-12.1/contrib/ntp/scripts/
H A Dinvoke-plot_summary.texi83 This is the ``peers to generate plots for'' option.
94 specify list of peers if you want to generate plots for them.
H A DREADME22 ntptrace Trace ntp peers of a server up to stratum 1.

123