Home
last modified time | relevance | path

Searched refs:nexthash (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dobjects.h92 struct timeperiod_struct *nexthash; member
109 struct contactgroup_struct *nexthash; member
209 struct host_struct *nexthash; member
226 struct hostgroup_struct *nexthash; member
244 struct servicegroup_struct *nexthash; member
276 struct contact_struct *nexthash; member
368 struct service_struct *nexthash; member
377 struct command_struct *nexthash; member
452 struct hostdependency_struct *nexthash; member
475 struct hostextinfo_struct *nexthash; member
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dstatusdata.c191 …host_name, NULL, new_hoststatus->host_name, NULL) < 0; temp_hoststatus = temp_hoststatus->nexthash) in add_hoststatus_to_hashlist()
196 lastpointer->nexthash = new_hoststatus; in add_hoststatus_to_hashlist()
199 new_hoststatus->nexthash = temp_hoststatus; in add_hoststatus_to_hashlist()
230 …>host_name, new_servicestatus->description) < 0; temp_servicestatus = temp_servicestatus->nexthash) in add_servicestatus_to_hashlist()
235 lastpointer->nexthash = new_servicestatus; in add_servicestatus_to_hashlist()
238 new_servicestatus->nexthash = temp_servicestatus; in add_servicestatus_to_hashlist()
303 new_hoststatus->nexthash = NULL; in add_host_status()
375 new_svcstatus->nexthash = NULL; in add_service_status()
455 …mp_hoststatus->host_name, NULL, host_name, NULL) < 0; temp_hoststatus = temp_hoststatus->nexthash); in find_hoststatus()
471 …estatus->description, host_name, svc_desc) < 0; temp_servicestatus = temp_servicestatus->nexthash); in find_servicestatus()
H A Dcomments.c164 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
167 last_hash->nexthash = this_hash->nexthash; in delete_comment()
169 if(this_hash->nexthash) in delete_comment()
170 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
366 …mment->host_name, NULL, new_comment->host_name, NULL) < 0; temp_comment = temp_comment->nexthash) { in add_comment_to_hashlist()
374 lastpointer->nexthash = new_comment; in add_comment_to_hashlist()
377 new_comment->nexthash = temp_comment; in add_comment_to_hashlist()
631 temp_comment = start->nexthash; in get_next_comment_by_host()
633 …shdata(temp_comment->host_name, NULL, host_name, NULL) < 0; temp_comment = temp_comment->nexthash); in get_next_comment_by_host()
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dobjects.h127 struct timeperiod_struct *nexthash; member
147 struct contactgroup_struct *nexthash; member
175 struct command_struct *nexthash; member
229 struct contact_struct *nexthash; member
263 struct hostgroup_struct *nexthash; member
389 struct host_struct *nexthash; member
402 struct servicegroup_struct *nexthash; member
520 struct service_struct *nexthash; member
570 struct servicedependency_struct *nexthash; member
591 struct hostescalation_struct *nexthash; member
[all …]
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dobjects.h126 struct timeperiod_struct *nexthash; member
146 struct contactgroup_struct *nexthash; member
174 struct command_struct *nexthash; member
228 struct contact_struct *nexthash; member
262 struct hostgroup_struct *nexthash; member
388 struct host_struct *nexthash; member
401 struct servicegroup_struct *nexthash; member
519 struct service_struct *nexthash; member
569 struct servicedependency_struct *nexthash; member
590 struct hostescalation_struct *nexthash; member
[all …]
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dobjects.h126 struct timeperiod_struct *nexthash; member
146 struct contactgroup_struct *nexthash; member
174 struct command_struct *nexthash; member
228 struct contact_struct *nexthash; member
262 struct hostgroup_struct *nexthash; member
388 struct host_struct *nexthash; member
401 struct servicegroup_struct *nexthash; member
519 struct service_struct *nexthash; member
569 struct servicedependency_struct *nexthash; member
590 struct hostescalation_struct *nexthash; member
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dstatusdata.c258 …host_name, NULL, new_hoststatus->host_name, NULL) < 0; temp_hoststatus = temp_hoststatus->nexthash) in add_hoststatus_to_hashlist()
263 lastpointer->nexthash = new_hoststatus; in add_hoststatus_to_hashlist()
266 new_hoststatus->nexthash = temp_hoststatus; in add_hoststatus_to_hashlist()
297 …>host_name, new_servicestatus->description) < 0; temp_servicestatus = temp_servicestatus->nexthash) in add_servicestatus_to_hashlist()
302 lastpointer->nexthash = new_servicestatus; in add_servicestatus_to_hashlist()
305 new_servicestatus->nexthash = temp_servicestatus; in add_servicestatus_to_hashlist()
370 new_hoststatus->nexthash = NULL; in add_host_status()
442 new_svcstatus->nexthash = NULL; in add_service_status()
522 …mp_hoststatus->host_name, NULL, host_name, NULL) < 0; temp_hoststatus = temp_hoststatus->nexthash); in find_hoststatus()
538 …estatus->description, host_name, svc_desc) < 0; temp_servicestatus = temp_servicestatus->nexthash); in find_servicestatus()
H A Dcomments.c204 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
207 last_hash->nexthash = this_hash->nexthash; in delete_comment()
209 if(this_hash->nexthash) in delete_comment()
210 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
423 …mment->host_name, NULL, new_comment->host_name, NULL) < 0; temp_comment = temp_comment->nexthash) { in add_comment_to_hashlist()
431 lastpointer->nexthash = new_comment; in add_comment_to_hashlist()
434 new_comment->nexthash = temp_comment; in add_comment_to_hashlist()
697 temp_comment = start->nexthash; in get_next_comment_by_host()
699 …shdata(temp_comment->host_name, NULL, host_name, NULL) < 0; temp_comment = temp_comment->nexthash); in get_next_comment_by_host()
/dports/games/gltron/gltron-0.70/lua/src/
H A Dlstring.c64 TString *next = p->nexthash; /* save next */ in luaS_resize()
69 p->nexthash = newhash[h1]; /* chain it in new position */ in luaS_resize()
82 ts->nexthash = tb->hash[h]; /* chain new entry */ in newentry()
95 for (ts = L->strt.hash[h1]; ts; ts = ts->nexthash) { in luaS_newlstr()
102 ts->nexthash = NULL; in luaS_newlstr()
119 ts->nexthash = NULL; in luaS_newudata()
133 for (ts = L->udt.hash[h1]; ts; ts = ts->nexthash) { in luaS_createudata()
H A Dlgc.c246 p = &next->nexthash; in collectstrings()
249 *p = next->nexthash; in collectstrings()
269 p = &next->nexthash; in collectudata()
273 *p = next->nexthash; in collectudata()
274 next->nexthash = L->TMtable[tag].collected; /* chain udata */ in collectudata()
320 L->TMtable[tag].collected = udata->nexthash; /* remove it from list */ in callgcTMudata()
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlstring.c64 TString *next = p->nexthash; /* save next */ in luaS_resize()
69 p->nexthash = newhash[h1]; /* chain it in new position */ in luaS_resize()
82 ts->nexthash = tb->hash[h]; /* chain new entry */ in newentry()
95 for (ts = L->strt.hash[h1]; ts; ts = ts->nexthash) { in luaS_newlstr()
102 ts->nexthash = NULL; in luaS_newlstr()
119 ts->nexthash = NULL; in luaS_newudata()
133 for (ts = L->udt.hash[h1]; ts; ts = ts->nexthash) { in luaS_createudata()
H A Dlgc.c246 p = &next->nexthash; in collectstrings()
249 *p = next->nexthash; in collectstrings()
269 p = &next->nexthash; in collectudata()
273 *p = next->nexthash; in collectudata()
274 next->nexthash = L->TMtable[tag].collected; /* chain udata */ in collectudata()
320 L->TMtable[tag].collected = udata->nexthash; /* remove it from list */ in callgcTMudata()
/dports/games/zangband/zangband/src/lua/
H A Dlstring.c64 TString *next = p->nexthash; /* save next */ in luaS_resize()
69 p->nexthash = newhash[h1]; /* chain it in new position */ in luaS_resize()
82 ts->nexthash = tb->hash[h]; /* chain new entry */ in newentry()
95 for (ts = L->strt.hash[h1]; ts; ts = ts->nexthash) { in luaS_newlstr()
102 ts->nexthash = NULL; in luaS_newlstr()
119 ts->nexthash = NULL; in luaS_newudata()
133 for (ts = L->udt.hash[h1]; ts; ts = ts->nexthash) { in luaS_createudata()
H A Dlgc.c246 p = &next->nexthash; in collectstrings()
249 *p = next->nexthash; in collectstrings()
269 p = &next->nexthash; in collectudata()
273 *p = next->nexthash; in collectudata()
274 next->nexthash = L->TMtable[tag].collected; /* chain udata */ in collectudata()
320 L->TMtable[tag].collected = udata->nexthash; /* remove it from list */ in callgcTMudata()
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dobjects.h123 struct timeperiod_struct *nexthash; member
143 struct contactgroup_struct *nexthash; member
171 struct command_struct *nexthash; member
225 struct contact_struct *nexthash; member
259 struct hostgroup_struct *nexthash; member
398 struct servicegroup_struct *nexthash; member
539 struct serviceescalation_struct *nexthash; member
566 struct servicedependency_struct *nexthash; member
587 struct hostescalation_struct *nexthash; member
611 struct hostdependency_struct *nexthash; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dobjects.h123 struct timeperiod_struct *nexthash; member
143 struct contactgroup_struct *nexthash; member
171 struct command_struct *nexthash; member
225 struct contact_struct *nexthash; member
259 struct hostgroup_struct *nexthash; member
398 struct servicegroup_struct *nexthash; member
539 struct serviceescalation_struct *nexthash; member
566 struct servicedependency_struct *nexthash; member
587 struct hostescalation_struct *nexthash; member
611 struct hostdependency_struct *nexthash; member
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dippool.c57 for (p = this->hash[hash]; p; p = p->nexthash) in ippool_hashadd()
63 p_prev->nexthash = member; in ippool_hashadd()
75 for (p = this->hash[hash]; p; p = p->nexthash) { in ippool_hashdel()
88 this->hash[hash] = p->nexthash; in ippool_hashdel()
90 p_prev->nexthash = p->nexthash; in ippool_hashdel()
300 for (p = this->hash[hash]; p; p = p->nexthash) { in ippool_getip()
364 for (p = this->hash[hash]; p; p = p->nexthash) { in ippool_newip()
512 member->nexthash = NULL; in ippool_freeip()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dnsec3.c103 memmove(p, nexthash, hash_length); in dns_nsec3_buildrdata()
595 next_length = sizeof(nexthash); in dns_nsec3_addnsec3()
598 INSIST(next_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
716 nsec3.next = nexthash; in dns_nsec3_addnsec3()
725 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
726 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
839 nsec3.next = nexthash; in dns_nsec3_addnsec3()
849 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
1434 next_length = sizeof(nexthash); in dns_nsec3_delnsec3()
1514 nsec3.next = nexthash; in dns_nsec3_delnsec3()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dnsec3.c103 memmove(p, nexthash, hash_length); in dns_nsec3_buildrdata()
561 next_length = sizeof(nexthash); in dns_nsec3_addnsec3()
565 INSIST(next_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
679 nsec3.next = nexthash; in dns_nsec3_addnsec3()
688 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
689 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
798 nsec3.next = nexthash; in dns_nsec3_addnsec3()
825 nexthash, next_length, nsec3buf, in dns_nsec3_addnsec3()
1361 next_length = sizeof(nexthash); in dns_nsec3_delnsec3()
1435 nsec3.next = nexthash; in dns_nsec3_delnsec3()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dnsec3.c101 memmove(p, nexthash, hash_length); in dns_nsec3_buildrdata()
584 next_length = sizeof(nexthash); in dns_nsec3_addnsec3()
587 INSIST(next_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
705 nsec3.next = nexthash; in dns_nsec3_addnsec3()
714 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
715 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
828 nsec3.next = nexthash; in dns_nsec3_addnsec3()
838 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
1423 next_length = sizeof(nexthash); in dns_nsec3_delnsec3()
1503 nsec3.next = nexthash; in dns_nsec3_delnsec3()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dnsec3.c101 memmove(p, nexthash, hash_length); in dns_nsec3_buildrdata()
593 next_length = sizeof(nexthash); in dns_nsec3_addnsec3()
596 INSIST(next_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
714 nsec3.next = nexthash; in dns_nsec3_addnsec3()
723 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
724 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
837 nsec3.next = nexthash; in dns_nsec3_addnsec3()
847 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
1432 next_length = sizeof(nexthash); in dns_nsec3_delnsec3()
1512 nsec3.next = nexthash; in dns_nsec3_delnsec3()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dnsec3.c103 memmove(p, nexthash, hash_length); in dns_nsec3_buildrdata()
595 next_length = sizeof(nexthash); in dns_nsec3_addnsec3()
598 INSIST(next_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
716 nsec3.next = nexthash; in dns_nsec3_addnsec3()
725 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
726 memmove(nexthash, old_next, old_length); in dns_nsec3_addnsec3()
839 nsec3.next = nexthash; in dns_nsec3_addnsec3()
849 INSIST(old_length <= sizeof(nexthash)); in dns_nsec3_addnsec3()
1434 next_length = sizeof(nexthash); in dns_nsec3_delnsec3()
1514 nsec3.next = nexthash; in dns_nsec3_delnsec3()
[all …]
/dports/security/nmap/nmap-7.91/scripts/
H A Ddns-nsec3-enum.nse31 nexthash d1427bj0ahqnpi4t0t0aaun18oqpgcda vhnelm23s1m3japt7gohc82hgr9un2at
32 nexthash k7i4ekvi22ebrim5b6celtaniknd6ilj prv54a3cr1tbcvqslrb7bftf5ji5l0p8
33 nexthash 9ool6bk7r2diaiu81ctiemmb6n961mph nm7v0ig7h9c0agaedc901kojfj9bgabj
34 nexthash 430456af8svfvl98l66shhrgucoip7mi mges520acstgaviekurg3oksh9u31bmb
74 -- | nexthash d1427bj0ahqnpi4t0t0aaun18oqpgcda vhnelm23s1m3japt7gohc82hgr9un2at
75 -- | nexthash k7i4ekvi22ebrim5b6celtaniknd6ilj prv54a3cr1tbcvqslrb7bftf5ji5l0p8
76 -- | nexthash 9ool6bk7r2diaiu81ctiemmb6n961mph nm7v0ig7h9c0agaedc901kojfj9bgabj
223 table.insert(all_results, "nexthash " .. h1 .. " " .. h2)
224 stdnse.debug1("nexthash " .. h1 .. " " .. h2)
302 table.insert(all_results, "nexthash " .. h1 .. " " .. h2)
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dnsec3_50.cc137 const string& nexthash = in constructFromLexer() local
139 if (*nexthash.rbegin() == '=') { in constructFromLexer()
140 isc_throw(InvalidRdataText, "NSEC3 hash has padding: " << nexthash); in constructFromLexer()
144 decodeBase32Hex(nexthash, next); in constructFromLexer()
/dports/mail/courier/courier-0.65.3/courier/
H A Dcdmsgq.C60 msgq::msgq() : cancelled(0), next(0), prev(0), nexthash(0) {} in msgq()
121 qp=qp->nexthash; in findq()
550 if (prevhash) prevhash->nexthash=nexthash; in removeq()
551 else queuehashfirst[hashbucket]=nexthash; in removeq()
552 if (nexthash) nexthash->prevhash=prevhash; in removeq()
665 newq->nexthash=queuehashfirst[hashbucket]; in queuescan3()

12345