Home
last modified time | relevance | path

Searched refs:announce_count (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/server/impl/
H A DTRTrackerServerTorrentStatsImpl.java36 private long announce_count; field in TRTrackerServerTorrentStatsImpl
64 announce_count++; in addAnnounce()
97 return( announce_count );
202 …return( "an=" + announce_count + ",sc=" + scrape_count + ",co=" + completed_count +",le=" + getLee…
H A DTRTrackerServerFactoryImpl.java84 long announce_count = 0; in AzureusCoreStats.registerProvider()
97 announce_count += stats.getAnnounceCount(); in AzureusCoreStats.registerProvider()
113 values.put( AzureusCoreStats.ST_TRACKER_ANNOUNCE_COUNT, new Long( announce_count )); in AzureusCoreStats.registerProvider()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/tracker/
H A DRPTrackerTorrent.java57 public long announce_count; field in RPTrackerTorrent
114 announce_count = delegate.getAnnounceCount(); in _setDelegate()
291 return( announce_count ); in getAnnounceCount()
/dports/net/libbgpdump/libbgpdump-1.6.0/
H A Dbgpdump_formats.h198 u_int16_t announce_count; member
241 u_int16_t announce_count; member
H A Dbgpdump.c611 …if ( (entry->body.zebra_message.announce_count) || (entry->attr->flag & ATTR_FLAG_BIT(BGP_ATTR_MP_… in process()
614 if (entry->body.zebra_message.announce_count) in process()
617 …show_prefixes(entry->body.zebra_message.announce_count,entry->body.zebra_message.announce, addpath… in process()
671 …if ( (entry->body.zebra_message.announce_count) || (entry->attr->flag & ATTR_FLAG_BIT(BGP_ATTR_MP_… in process()
674 …nnounce(entry->body.zebra_message.announce,entry->body.zebra_message.announce_count,entry,time_str… in process()
1090 if (entry->body.mrtd_message.announce_count) { in process_bgpdump_mrtd_bgp()
1092 … show_prefixes(entry->body.mrtd_message.announce_count, entry->body.mrtd_message.announce, 0); in process_bgpdump_mrtd_bgp()
1101 if (entry->body.mrtd_message.announce_count) in process_bgpdump_mrtd_bgp()
1102 …rtd_table_line_announce(entry->body.mrtd_message.announce, entry->body.mrtd_message.announce_count, in process_bgpdump_mrtd_bgp()
H A Dexample.c278 show_prefixes(entry->body.zebra_message.announce_count,entry->body.zebra_message.announce); in process()
H A Dbgpdump_lib.c438 entry->body.mrtd_message.announce_count = read_prefix_list(s, AFI_IP, in process_mrtd_bgp()
970 entry->body.zebra_message.announce_count = read_prefix_list(s, AFI_IP, in process_zebra_bgp_message_update()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dimap-commands-util.c306 if (!selecting && count == client->keywords.announce_count) { in client_send_mailbox_flags()
311 client->keywords.announce_count = count; in client_send_mailbox_flags()
347 client->keywords.announce_count = 0; in client_update_mailbox_flags()
H A Dimap-client.h28 unsigned int announce_count; member
H A Dimap-sync.c196 i_array_init(&ctx->tmp_keywords, client->keywords.announce_count + 8); in imap_sync_init()
H A Dimap-state.c665 client->keywords.announce_count = state->keywords_count; in import_state_mailbox_open()
H A Dimap-fetch.c142 client->keywords.announce_count + 8); in imap_fetch_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/net/hsr/
H A Dhsr_device.c83 hsr->announce_count = 0; in hsr_check_announce()
283 if (hsr->announce_count < 3 && hsr->prot_version == 0) { in send_hsr_supervision_frame()
286 hsr->announce_count++; in send_hsr_supervision_frame()
H A Dhsr_main.h202 int announce_count; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/hsr/
H A Dhsr_device.c83 hsr->announce_count = 0; in hsr_check_announce()
283 if (hsr->announce_count < 3 && hsr->prot_version == 0) { in send_hsr_supervision_frame()
286 hsr->announce_count++; in send_hsr_supervision_frame()
H A Dhsr_main.h202 int announce_count; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/hsr/
H A Dhsr_device.c83 hsr->announce_count = 0; in hsr_check_announce()
283 if (hsr->announce_count < 3 && hsr->prot_version == 0) { in send_hsr_supervision_frame()
286 hsr->announce_count++; in send_hsr_supervision_frame()
H A Dhsr_main.h202 int announce_count; member
/dports/net-mgmt/bgpuma/bgpuma-a29b2a7/src/
H A Dreadfile.cpp74 if (my_entry->body.zebra_message.announce_count) in process()
75 …show_prefixes(my_entry->body.zebra_message.announce_count,my_entry->body.zebra_message.announce,BG… in process()
228 …else if ((entry->body.zebra_message.announce_count) || (entry->attr->flag & ATTR_FLAG_BIT(BGP_ATTR… in print_entry()
/dports/net-p2p/bitflu/bitflu-1.52/plugins/Bitflu/
H A D30_SourcesBitTorrentKademlia.pm227 …" NextAnnounce: ".$next_announce.", Announces: ".$self->{huntlist}->{$key}->{announce_count}]);
356 $self->{huntlist}->{$huntkey}->{announce_count}++;
768 …huntlist}->{$sha} = { addtime=>$nowtime, trmap=>$tr_id, state=>$initial_state, announce_count => 0,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c2744 uint32_t announce_count = 0; in conference_new() local
3066 announce_count = strtol(val, NULL, 0); in conference_new()
3068 announce_count = 0; in conference_new()
3559 conference->announce_count = announce_count; in conference_new()
H A Dconference_member.c907 if (conference->count >= conference->announce_count && conference->announce_count > 1) { in conference_member_add()
H A Dmod_conference.h657 uint32_t announce_count; member