HomeSort by: relevance | last modified time | path
    Searched defs:peers (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/ldpd/
ldp_peer.h 75 SLIST_ENTRY(ldp_peer) peers; member in struct:ldp_peer
84 /* LDP Peers States */
  /src/external/bsd/wpa/dist/wpa_supplicant/
ibss_rsn.h 49 struct ibss_rsn_peer *peers; member in struct:ibss_rsn
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.h 124 Peers *peers; member in class:WpaGui
  /src/external/bsd/ntp/dist/ntpd/
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...]
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...]
  /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
  /src/external/mit/libuv/dist/src/unix/
udp.c 156 struct sockaddr_in6 peers[20]; local
157 struct iovec iov[ARRAY_SIZE(peers)];
158 struct mmsghdr msgs[ARRAY_SIZE(peers)];
175 msgs[k].msg_hdr.msg_name = peers + k;
176 msgs[k].msg_hdr.msg_namelen = sizeof(peers[0]);
  /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/include/
ntp_config.h 220 peer_fifo * peers; member in struct:config_tree_tag
ntp.h 203 struct peer * peers; /* list of peers using endpt */ member in struct:endpt_tag
267 struct peer *ilink; /* list of peers for interface */
704 * To speed lookups, peers are hashed by the low order bits of the
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 44 static void peers (struct parse *, FILE *);
100 "display list of peers the server knows about [IP Version]" },
101 { "peers", peers, { OPT|IP_VERSION, NO, NO, NO },
109 "display detailed information for one or more peers" },
112 "display statistical information for one or more peers" },
347 * peerlist - get a short list of peers
404 * peers - show peer summary
407 peers( function
429 * peers - show peer summar
    [all...]
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 49 head.next->peers.prev = head.prev; \
50 head.prev->peers.next = head.next; \
51 head.next = object->peers.next; \
52 if (object->peers.next) \
53 head.next->peers.prev = 0; \
55 object->peers.next = 0; \
59 type next = object->peers.next; \
60 type prev = object->peers.prev; \
61 if (prev) prev->peers.next = next; \
63 if (next) next->peers.prev = prev;
163 QMGR_TRANSPORT_LIST peers; \/* linkage *\/ member in struct:QMGR_TRANSPORT
213 QMGR_QUEUE_LIST peers; \/* neighbor queues *\/ member in struct:QMGR_QUEUE
269 QMGR_ENTRY_LIST peers; \/* neighbor entries *\/ member in struct:QMGR_ENTRY
    [all...]
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 52 #define QMGR_LIST_ROTATE(head, object, peers) { \
53 head.next->peers.prev = head.prev; \
54 head.prev->peers.next = head.next; \
55 head.next = object->peers.next; \
56 head.next->peers.prev = 0; \
58 object->peers.next = 0; \
61 #define QMGR_LIST_UNLINK(head, type, object, peers) { \
62 type _next = object->peers.next; \
63 type _prev = object->peers.prev; \
64 if (_prev) _prev->peers.next = _next;
204 QMGR_TRANSPORT_LIST peers; \/* linkage *\/ member in struct:QMGR_TRANSPORT
252 QMGR_QUEUE_LIST peers; \/* neighbor queues *\/ member in struct:QMGR_QUEUE
441 QMGR_PEER_LIST peers; \/* neighbor linkage *\/ member in struct:QMGR_PEER
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 115 dns_peerlist_t *peers; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 120 dns_peerlist_t *peers; member in struct:dns_view
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 64 static void peers (struct parse *, FILE *);
93 "print list of association ID's and statuses for the server's peers" },
135 "read the peer variables in the variable list for multiple peers" },
138 "read the peer variables in the variable list for multiple peers" },
141 "read peer variables from multiple peers" },
144 "read peer variables from multiple peers" },
160 { "peers", peers, { OPT|IP_VERSION, NO, NO, NO },
162 "obtain and print a list of the server's peers [IP version]" },
165 "obtain and print a list of the server's peers and their assocIDs [IP version]" }
2132 peers( function
    [all...]
  /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...]
  /src/external/mpl/bind/dist/bin/named/
server.c 5240 const cfg_obj_t *peers = NULL; local
5243 (void)named_config_get(cfgmaps, "server", &peers);
5245 for (element = cfg_list_first(peers); element != NULL;
5255 dns_peerlist_detach(&view->peers);
5256 view->peers = newpeers; /* Transfer ownership. */

Completed in 60 milliseconds