Home
last modified time | relevance | path

Searched refs:max_hop_count (Results 1 – 22 of 22) sorted by relevance

/dports/www/wwwoffle/wwwoffle-2.9j/cache/search/htdig/conf/
H A Dhtdig-incr.conf28 max_hop_count: 4
H A Dhtdig-lasttime.conf28 max_hop_count: 4
H A Dhtdig-full.conf28 max_hop_count: 4
/dports/textproc/htdig/htdig-3.2.0b6/htdig/
H A DRetriever.h149 int max_hop_count; variable
H A DRetriever.cc68 max_hop_count = config->Value("max_hop_count", 999999); in Retriever()
1662 if (!ref && currenthopcount + hops > max_hop_count) in got_href()
1682 if (currenthopcount + hops > max_hop_count) in got_href()
/dports/net/samba412/samba-4.12.15/ctdb/utils/pmda/
H A Dpmns42 max_hop_count CTDB:0:16
H A Dhelp94 @ ctdb.max_hop_count maximum hops performed by a CTDB_REQ_CALL packet
H A Dpmda_ctdb.c287 atom->ul = stats->max_hop_count; in fill_base()
/dports/textproc/htdig/htdig-3.2.0b6/libhtdig/
H A Dlibhtdig_api.h262 int max_hop_count; member
/dports/textproc/htdig/htdig-3.2.0b6/test/
H A Dt_htdig_local23 # max_hop_count
218 set_attr max_hop_count 1 # removes "empty%20file.html"
280 set_attr max_hop_count # removes "empty%20file.html"
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/relay/
H A Ddhcrelay.c78 int max_hop_count = 10; /* Maximum hop count */ variable
431 max_hop_count= hcount; in main()
957 if (packet->hops < max_hop_count) in do_relay4()
1718 if (packet->dhcpv6_hop_count >= max_hop_count) { in process_up6()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/relay/
H A Ddhcrelay.c78 int max_hop_count = 10; /* Maximum hop count */ variable
431 max_hop_count= hcount; in main()
957 if (packet->hops < max_hop_count) in do_relay4()
1718 if (packet->dhcpv6_hop_count >= max_hop_count) { in process_up6()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/relay/
H A Ddhcrelay.c78 int max_hop_count = 10; /* Maximum hop count */ variable
431 max_hop_count= hcount; in main()
957 if (packet->hops < max_hop_count) in do_relay4()
1718 if (packet->dhcpv6_hop_count >= max_hop_count) { in process_up6()
/dports/textproc/htdig/htdig-3.2.0b6/libhtdigphp/
H A Dhtdigphp.c683 sprintf(htdigparms.max_hop_count, Z_STRVAL_PP(pvalue)); in PHP_FUNCTION()
/dports/devel/omniORB/omniORB-4.2.4/idl/COS/
H A DCosTrading.idl155 readonly attribute unsigned long max_hop_count;
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dprotocol_common.c140 p->max_hop_count = rand32(); in fill_ctdb_statistics()
203 assert(p1->max_hop_count == p2->max_hop_count); in verify_ctdb_statistics()
/dports/net/samba412/samba-4.12.15/ctdb/protocol/
H A Dprotocol.h440 uint32_t max_hop_count; member
H A Dprotocol_types.c232 ctdb_uint32_len(&in->max_hop_count) + in ctdb_statistics_len()
374 ctdb_uint32_push(&in->max_hop_count, buf+offset, &np); in ctdb_statistics_push()
701 &out->max_hop_count, &np); in ctdb_statistics_pull_elems()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGraphLayout.C1095 int max_hop_count = 1; in computeRequiredHopsToSiblingsOf() local
1118 max_hop_count = MAX(max_hop_count, this->computeRequiredHopsTo(dest)); in computeRequiredHopsToSiblingsOf()
1124 return max_hop_count; in computeRequiredHopsToSiblingsOf()
/dports/net/samba412/samba-4.12.15/ctdb/server/
H A Dctdb_call.c1091 CTDB_UPDATE_STAT(ctdb, max_hop_count, c->hopcount); in ctdb_request_call()
/dports/net/samba412/samba-4.12.15/ctdb/tools/
H A Dctdb.c1185 STATISTICS_FIELD(max_hop_count),
/dports/textproc/htdig/htdig-3.2.0b6/
H A DChangeLog.02770 AddDescription even if max_hop_count is reached. It's important
2771 for wwwoffle (urls in the cache are restricted by max_hop_count)