| /src/etc/rc.d/ |
| ppp | 27 # /etc/ppp/peers and $ppp_peers contain boot configuration 29 # file in /etc/ppp/peers of the same name, will be run as 38 if [ -f /etc/ppp/peers/$peer ]; then
|
| /src/external/bsd/ntp/dist/scripts/ntpsweep/ |
| ntpsweep-opts.def | 29 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.
|
| ntpsweep.in | 44 ($opts->{peers}, $opts->{maxlevel}, $opts->{strip}); 106 my @peers; 146 push @peers, $_->{remote}; 162 $known_host_peers{$host} = [@peers]; 171 # append number of peers in brackets if requested and valid 180 # Loop through peers
|
| /src/usr.sbin/ldpd/ |
| ldp_peer.h | 75 SLIST_ENTRY(ldp_peer) peers; member in struct:ldp_peer 84 /* LDP Peers States */
|
| ldp_peer.c | 166 SLIST_INSERT_HEAD(&ldp_peer_head, p, peers); 235 SLIST_FOREACH(p, &ldp_peer_head, peers) { 251 SLIST_REMOVE(&ldp_peer_head, p, ldp_peer, peers); 265 SLIST_FOREACH(p, &ldp_peer_head, peers) { 284 SLIST_FOREACH(p, &ldp_peer_head, peers) 296 SLIST_FOREACH(p, &ldp_peer_head, peers)
|
| ldp_command.c | 412 SLIST_FOREACH(p, &ldp_peer_head, peers) { 486 SLIST_FOREACH(p, &ldp_peer_head, peers) {
|
| tlv_stack.c | 324 SLIST_FOREACH(p, &ldp_peer_head, peers) 403 SLIST_FOREACH(p, &ldp_peer_head, peers)
|
| socketops.c | 744 SLIST_FOREACH(p, &ldp_peer_head, peers) 748 SLIST_FOREACH_SAFE(p, &ldp_peer_head, peers, ptmp) 768 SLIST_FOREACH(p, &ldp_peer_head, peers) 894 SLIST_FOREACH(p, &ldp_peer_head, peers) { 1289 * For now I just assume peers are processing messages
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ibss_rsn.h | 49 struct ibss_rsn_peer *peers; member in struct:ibss_rsn
|
| ibss_rsn.c | 32 for (peer = ibss_rsn->peers; peer; peer = peer->next) 377 for (peer = ibss_rsn->peers; peer; peer = peer->next) { 568 peer->next = ibss_rsn->peers; 569 ibss_rsn->peers = peer; 659 /* remove all peers */ 660 wpa_printf(MSG_DEBUG, "%s: Remove all peers", __func__); 661 peer = ibss_rsn->peers; 666 ibss_rsn->peers = peer; 673 for (prev = NULL, peer = ibss_rsn->peers; peer != NULL; 677 ibss_rsn->peers = peer->next [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_proto.c | 91 * flag bits propagated from pool/manycast to individual peers 160 int peer_ntpdate; /* active peers in ntpdate mode */ 539 * If preemptible and we have more peers than maxclock, 567 * set and all peers have completed the burst, 3004 * Clock was stepped. Flush all time values of all peers. 3550 static peer_select *peers = NULL; local 3576 peers_size = ALIGNED_SIZE(nlist * sizeof(*peers)); 3580 peers = INC_ALIGNED_PTR(endpoint, endpoint_size); 3581 indx = INC_ALIGNED_PTR(peers, peers_size); 3584 * Initially, we populate the island with all the rifraff peers [all...] |
| ntp_peer.c | 67 * and the maintenance of three data structures involving all peers: 69 * - peer_list is a single list with all peers, suitable for scanning 70 * operations over all peers. 85 int peer_hash_count[NTP_HASH_SIZE]; /* peers in each bucket */ 87 int assoc_hash_count[NTP_HASH_SIZE];/* peers in each bucket */ 164 struct peer *peers; local 166 peers = eallocarray(INC_PEER_ALLOC, sizeof(*peers)); 169 LINK_SLIST(peer_free, &peers[i], p_link); 682 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink [all...] |
| /src/external/bsd/tmux/dist/ |
| proc.c | 51 TAILQ_HEAD(, tmuxpeer) peers; 203 TAILQ_INIT(&tp->peers); 223 TAILQ_FOREACH(peer, &tp->peers, entry) 321 TAILQ_INSERT_TAIL(&tp->peers, peer, entry); 330 TAILQ_REMOVE(&peer->parent->peers, peer, entry);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.cpp | 130 peers = NULL; 209 if (peers) { 210 peers->close(); 211 delete peers; 212 peers = NULL; 953 if (peers) 954 peers->event_notify(wm); 1603 if (peers) { 1604 peers->close(); 1605 delete peers; [all...] |
| wpagui.h | 124 Peers *peers; member in class:WpaGui
|
| peers.cpp | 2 * wpa_gui - Peers class 16 #include "peers.h" 65 Peers::Peers(QWidget *parent, const char *, bool, Qt::WindowFlags) 85 peers->setModel(&model); 86 peers->setResizeMode(QListView::Adjust); 87 peers->setDragEnabled(false); 88 peers->setSelectionMode(QAbstractItemView::NoSelection); 90 peers->setContextMenuPolicy(Qt::CustomContextMenu); 91 connect(peers, SIGNAL(customContextMenuRequested(const QPoint &)) [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_upnp_i.h | 112 struct dl_list peers; /* active UPnP peer sessions */ member in struct:upnp_wps_device_interface
|
| wps_upnp_web.c | 471 if (dl_list_len(&iface->peers) > 3) { 474 old = dl_list_first(&iface->peers, struct upnp_wps_peer, list); 480 dl_list_add_tail(&iface->peers, &peer->list); 525 dl_list_for_each(tmp, &iface->peers, struct upnp_wps_peer, list) { 549 peer = dl_list_first(&iface->peers, struct upnp_wps_peer, list);
|
| wps_upnp.c | 1146 while ((peer = dl_list_first(&iface->peers, struct upnp_wps_peer, 1190 dl_list_init(&iface->peers);
|
| /src/external/bsd/ntp/dist/scripts/ |
| plot_summary-opts.def | 50 descrip = 'Peers to generate plots for'; 53 specify list of peers if you want to generate plots for them.
|
| /src/usr.sbin/wgconfig/ |
| wgconfig.c | 284 prop_array_t peers; local 303 prop_obj = prop_dictionary_get(prop_dict, "peers"); 307 errx(EXIT_FAILURE, "invalid peers"); 308 peers = prop_obj; 310 prop_object_iterator_t it = prop_array_iterator(peers); 349 prop_obj = prop_dictionary_get(prop_dict, "peers"); 353 errx(EXIT_FAILURE, "invalid peers"); 355 prop_array_t peers = prop_obj; local 356 prop_object_iterator_t it = prop_array_iterator(peers);
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.def | 56 flags-cant = command, listpeers, peers, showpeers; 67 descrip = "Print a list of the peers"; 70 Print a list of the peers known to the server as well as a summary of 86 name = peers; 88 descrip = "Print a list of the peers"; 91 Print a list of the peers known to the server as well as a summary 92 of their state. This is equivalent to the 'peers' interactive command. 99 descrip = "Show a list of the peers"; 102 Print a list of the peers known to the server as well as a summary 317 Obtains and prints a brief list of the peers for which th [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-opts.def | 55 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 98 of their state. This is equivalent to the 'peers' interactive command. 153 list of peers in a common format by sending multiple queries to the 421 .Ic peers 430 Display a list of peers in the form: 433 .Ic peers 480 ttl, mc, received, sent, send failed, peers, uptime [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_config.h | 220 peer_fifo * peers; member in struct:config_tree_tag
|
| /src/sys/net/ |
| if_wg.c | 135 * - It has a list of peers (struct wg_peer) 1565 * coordinated, so that peers generally agree on what coin is 5014 prop_array_t peers = NULL; local 5038 peers = prop_array_create(); 5039 if (peers == NULL) 5147 prop_array_set(peers, i, prop_peer); 5158 prop_dictionary_set(prop_dict, "peers", peers); 5159 prop_object_release(peers); 5160 peers = NULL [all...] |