Home
last modified time | relevance | path

Searched refs:nexthost (Results 1 – 25 of 68) sorted by relevance

123

/dports/irc/evangeline/evangeline-msa/modules/dns.mod/
H A Dcoredns.c331 while ((rp->nexthost) && in linkresolvehost()
333 rp = rp->nexthost; in linkresolvehost()
340 addrp->nexthost = rp->nexthost; in linkresolvehost()
341 if (rp->nexthost) in linkresolvehost()
343 rp->nexthost = addrp; in linkresolvehost()
346 addrp->nexthost = rp; in linkresolvehost()
368 hostbash[bashnum] = rp->nexthost; in unlinkresolvehost()
370 if (rp->nexthost) in unlinkresolvehost()
373 rp->previoushost->nexthost = rp->nexthost; in unlinkresolvehost()
520 while ((rp->nexthost) && in findhost()
[all …]
H A Ddns.h47 struct resolve *nexthost; member
/dports/irc/evangeline/evangeline/modules/dns.mod/
H A Dcoredns.c331 while ((rp->nexthost) && in linkresolvehost()
333 rp = rp->nexthost; in linkresolvehost()
340 addrp->nexthost = rp->nexthost; in linkresolvehost()
341 if (rp->nexthost) in linkresolvehost()
343 rp->nexthost = addrp; in linkresolvehost()
346 addrp->nexthost = rp; in linkresolvehost()
368 hostbash[bashnum] = rp->nexthost; in unlinkresolvehost()
370 if (rp->nexthost) in unlinkresolvehost()
373 rp->previoushost->nexthost = rp->nexthost; in unlinkresolvehost()
520 while ((rp->nexthost) && in findhost()
[all …]
H A Ddns.h47 struct resolve *nexthost; member
/dports/net-mgmt/rate/rate-0.9/
H A Ddns.c91 struct resolve *nexthost; member
529 while ((rp->nexthost) && (strcasecmp(addrp->hostname,rp->nexthost->hostname) < 0)) in linkresolvehost()
530 rp = rp->nexthost; in linkresolvehost()
535 addrp->nexthost = rp->nexthost; in linkresolvehost()
536 if (rp->nexthost) in linkresolvehost()
538 rp->nexthost = addrp; in linkresolvehost()
541 addrp->nexthost = rp; in linkresolvehost()
556 if (rp->nexthost) in unlinkresolvehost()
559 rp->previoushost->nexthost = rp->nexthost; in unlinkresolvehost()
702 while ((rp->nexthost) && (strcasecmp(hostname,rp->nexthost->hostname) >= 0)) in findhost()
[all …]
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/dns.mod/
H A Dcoredns.c366 while ((rp->nexthost) && in linkresolvehost()
368 rp = rp->nexthost; in linkresolvehost()
375 addrp->nexthost = rp->nexthost; in linkresolvehost()
376 if (rp->nexthost) in linkresolvehost()
378 rp->nexthost = addrp; in linkresolvehost()
381 addrp->nexthost = rp; in linkresolvehost()
403 hostbash[bashnum] = rp->nexthost; in unlinkresolvehost()
405 if (rp->nexthost) in unlinkresolvehost()
408 rp->previoushost->nexthost = rp->nexthost; in unlinkresolvehost()
612 while ((rp->nexthost) && in findhost()
[all …]
H A Ddns.h45 struct resolve *nexthost; member
/dports/net-mgmt/xymon-server/xymon-4.3.30/web/
H A Dcriticaleditor.c250 char *nexthost, *nextservice; in nextrecord() local
267 nexthost = strdup(rec->key); in nextrecord()
268 nextservice = strchr(nexthost, '|'); if (nextservice) { *nextservice = '\0'; nextservice++; } in nextrecord()
271 nexthost = strdup(""); in nextrecord()
275 findrecord(nexthost, nextservice, NULL, isclonewarning, hascloneswarning); in nextrecord()
276 xfree(nexthost); in nextrecord()
H A Dconfreport.c638 char *envarea = NULL, *cookie = NULL, *nexthost; in main() local
782 nexthost = respbuf; in main()
787 eoln = strchr(nexthost, '\n'); if (eoln) *eoln = '\0'; in main()
788 hname = nexthost; in main()
789 tname = strchr(nexthost, '|'); if (tname) { *tname = '\0'; tname++; } in main()
823 nexthost = eoln+1; in main()
824 if (*nexthost == '\0') nexthost = NULL; in main()
826 } while (nexthost); in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/
H A Dcriticaleditor.c250 char *nexthost, *nextservice; in nextrecord() local
267 nexthost = strdup(rec->key); in nextrecord()
268 nextservice = strchr(nexthost, '|'); if (nextservice) { *nextservice = '\0'; nextservice++; } in nextrecord()
271 nexthost = strdup(""); in nextrecord()
275 findrecord(nexthost, nextservice, NULL, isclonewarning, hascloneswarning); in nextrecord()
276 xfree(nexthost); in nextrecord()
H A Dconfreport.c638 char *envarea = NULL, *cookie = NULL, *nexthost; in main() local
782 nexthost = respbuf; in main()
787 eoln = strchr(nexthost, '\n'); if (eoln) *eoln = '\0'; in main()
788 hname = nexthost; in main()
789 tname = strchr(nexthost, '|'); if (tname) { *tname = '\0'; tname++; } in main()
823 nexthost = eoln+1; in main()
824 if (*nexthost == '\0') nexthost = NULL; in main()
826 } while (nexthost); in main()
/dports/security/openssh-portable/openssh-8.8p1/regress/
H A Dbroken-pipe.sh7 ${SSH} -F $OBJ/ssh_config_config nexthost echo $i 2> /dev/null | true
/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/manager/
H A Dsnmptosql88 nexthost: while ( $hostrow = $cursor->fetchrow_hashref ) {
124 next nexthost;
179 next nexthost;
196 next nexthost;
/dports/security/gnome-ssh-askpass/openssh-6.6p1/regress/
H A Dbroken-pipe.sh9 ${SSH} -$p -F $OBJ/ssh_config_config nexthost echo $i 2> /dev/null | true
/dports/security/ncrack/ncrack-0.7/
H A Dtargets.h164 Target *nexthost(const char *expr, TargetGroup *exclude_group);
H A Dtargets.cc402 nexthost(const char *expr, TargetGroup *exclude_group) in nexthost() function
/dports/security/nmap/nmap-7.91/
H A Dtargets.h109 Target *nexthost(HostGroupState *hs,const struct addrset *exclude_group,
/dports/shells/tcshrc/tcshrc/
H A DTHANKS5 2. Spencer White <spencer@nexthost.com> for "if root" condition
/dports/shells/tcshrc/tcshrc/src/
H A Dtcshrc16 # Thanks to Spencer White <spencer@nexthost.com> for "if root" condition
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/spamassassin/
H A Dlibspamc.c2041 goto nexthost; /* try next host in list */
2062 goto nexthost; /* try next host in list */
2077 goto nexthost; /* try next host in list */
2117 nexthost:
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/spamassassin/
H A Dlibspamc.c2041 goto nexthost; /* try next host in list */
2062 goto nexthost; /* try next host in list */
2077 goto nexthost; /* try next host in list */
2117 nexthost:
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/spamassassin/
H A Dlibspamc.c2041 goto nexthost; /* try next host in list */
2062 goto nexthost; /* try next host in list */
2077 goto nexthost; /* try next host in list */
2117 nexthost:
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/spamassassin/
H A Dlibspamc.c2041 goto nexthost; /* try next host in list */
2062 goto nexthost; /* try next host in list */
2077 goto nexthost; /* try next host in list */
2117 nexthost:
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/spamassassin/
H A Dlibspamc.c2041 goto nexthost; /* try next host in list */
2062 goto nexthost; /* try next host in list */
2077 goto nexthost; /* try next host in list */
2117 nexthost:
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/spamc/
H A Dlibspamc.c2038 goto nexthost; /* try next host in list */
2059 goto nexthost; /* try next host in list */
2074 goto nexthost; /* try next host in list */
2114 nexthost:

123