Lines Matching refs:port
58 static void delete_ds(adutils_ad_t *ad, const char *host, int port);
560 delete_ds((*ad), p->host, p->port);
606 adh->ld = ldap_init(adh->host, adh->port);
609 "%s port %d failed. (%s)", adh->host,
610 adh->port, strerror(errno));
643 "%s port %d failed. (%s)", adh->host, adh->port,
649 adh->host, adh->port);
764 delete_ds(NULL, adh->host, adh->port);
773 adutils_add_ds(adutils_ad_t *ad, const char *host, int port)
785 if (strcmp(host, p->host) == 0 && p->port == port) {
799 new->port = port;
841 delete_ds(adutils_ad_t *ad, const char *host, int port)
847 (*p)->port != port)