| /netbsd/src/external/ibm-public/postfix/dist/src/smtp/ |
| D | smtp_unalias.c | 70 VSTRING *fqdn; in smtp_unalias_name() local 89 fqdn = vstring_alloc(10); in smtp_unalias_name() 90 if (dns_lookup_l(name, smtp_unalias_flags, (DNS_RR **) 0, fqdn, in smtp_unalias_name() 96 vstring_strcpy(fqdn, name); in smtp_unalias_name() 97 htable_enter(cache, name, result = vstring_export(fqdn)); in smtp_unalias_name() 107 const char *fqdn; in smtp_unalias_addr() local 112 fqdn = smtp_unalias_name(at + 1); in smtp_unalias_addr() 114 vstring_strcat(result, fqdn); in smtp_unalias_addr()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/dns/ |
| D | dns.h | 273 #define dns_lookup(name, type, rflags, list, fqdn, why) \ argument 274 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (int *) 0, \ 276 #define dns_lookup_r(name, type, rflags, list, fqdn, why, rcode) \ argument 277 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (rcode), \ 279 #define dns_lookup_l(name, rflags, list, fqdn, why, lflags, ...) \ argument 280 dns_lookup_rl((name), (rflags), (list), (fqdn), (why), (int *) 0, \ 282 #define dns_lookup_v(name, rflags, list, fqdn, why, lflags, ltype) \ argument 283 dns_lookup_rv((name), (rflags), (list), (fqdn), (why), (int *) 0, \
|
| D | test_dns_lookup.c | 73 VSTRING *fqdn = vstring_alloc(100); in main() local 120 switch (dns_lookup_rv(name, RES_USE_DNSSEC, &rr, fqdn, why, in main() 126 vstream_printf("%s: fqdn: %s\n", name, vstring_str(fqdn)); in main()
|
| D | dns_lookup.c | 923 DNS_RR **rrlist, VSTRING *fqdn, char *cname, int c_len, in dns_get_answer() argument 983 if (fqdn) in dns_get_answer() 984 vstring_strcpy(fqdn, rr_name); in dns_get_answer() 1036 DNS_RR **rrlist, VSTRING *fqdn, VSTRING *why, in dns_lookup_x() argument 1105 (void) dns_get_answer(orig_name, &reply, T_SOA, rrlist, fqdn, in dns_lookup_x() 1119 status = dns_get_answer(orig_name, &reply, type, rrlist, fqdn, in dns_lookup_x() 1190 VSTRING *fqdn, VSTRING *why, int *rcode, in dns_lookup_rl() argument 1233 fqdn, why, rcode, lflags); in dns_lookup_rl() 1269 VSTRING *fqdn, VSTRING *why, int *rcode, in dns_lookup_rv() argument 1288 fqdn, why, rcode, lflags); in dns_lookup_rv()
|
| D | dnsbl_ttl_127.0.0.2_bind_plain.ref | 4 2.0.0.127.zen.spamhaus.org: fqdn: 2.0.0.127.zen.spamhaus.org 9 2.0.0.127.bl.spamcop.net: fqdn: 2.0.0.127.bl.spamcop.net
|
| D | dnsbl_ttl_127.0.0.1_bind_ncache.ref | 5 1.0.0.127.zen.spamhaus.org: fqdn: zen.spamhaus.org 11 1.0.0.127.bl.spamcop.net: fqdn: bl.spamcop.net
|
| D | nullmx_test.ref | 7 nullmx.porcupine.org: fqdn: nullmx.porcupine.org
|
| D | mxonly_test.ref | 11 porcupine.org: fqdn: porcupine.org
|
| D | no-aaaa.ref | 12 spike.porcupine.org: fqdn: spike.porcupine.org
|
| D | no-a.ref | 12 spike.porcupine.org: fqdn: spike.porcupine.org
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | postfix-tls-script | 492 set -- "$fqdn" "$@" 519 -subj "/CN=$fqdn" -days 36525 -out "${_c}" || { 531 set -- "$fqdn" "$@" 655 if [ -n "$1" ]; then fqdn=$1; return 0; fi 656 fqdn=`$postconf -xh myhostname` || return 1 657 case $fqdn in /*) fqdn=`cat "${fqdn}"` || return 1;; esac 1082 set -- "$fqdn" 1115 output_server_tlsa "${fqdn}" "${keyfile}" || exit 1
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| D | ad.c | 436 const char *fqdn, in ad_find_entry() argument 448 if (fqdn) in ad_find_entry() 451 fqdn, pn); in ad_find_entry() 596 const char *fqdn; in kadm5_ad_create_principal() local 624 fqdn = get_fqdn(context->context, entry->principal); in kadm5_ad_create_principal() 630 if (ad_find_entry(context, fqdn, p, NULL) == 0) { in kadm5_ad_create_principal() 653 if (fqdn) { in kadm5_ad_create_principal() 655 asprintf(&samname, "%s$", fqdn); in kadm5_ad_create_principal() 692 asprintf(&dn, "cn=%s, cn=Computers, %s", fqdn, CTX2BASE(context)); in kadm5_ad_create_principal() 724 dnsvals[0] = (char *)fqdn; in kadm5_ad_create_principal() [all …]
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/doc/ |
| D | README.gssapi | 13 by daemons concerned with login credentials, uses 'host/fqdn' as 14 its credential, where fqdn is the hostname on the interface that 17 is 'ike/fqdn', but it can be overridden in the racoon config file. 35 is 'ike/fqdn', where fqdn is the hostname for the interface
|
| /netbsd/src/external/ibm-public/postfix/dist/src/xsasl/ |
| D | xsasl_cyrus_client.c | 117 #define SASL_CLIENT_NEW(srv, fqdn, lport, rport, prompt, secflags, pconn) \ argument 118 sasl_client_new(srv, fqdn, prompt, secflags, pconn) 129 #define SASL_CLIENT_NEW(srv, fqdn, lport, rport, prompt, secflags, pconn) \ argument 130 sasl_client_new(srv, fqdn, lport, rport, prompt, secflags, pconn)
|
| D | xsasl_cyrus_server.c | 119 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \ argument 120 sasl_server_new(srv, fqdn, rlm, cb, secflags, pconn) 136 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \ argument 137 sasl_server_new(srv, fqdn, rlm, lport, rport, cb, secflags, pconn)
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | util-int.c | 875 char *fqdn, hostbuf[MAXHOSTNAMELEN+1]; in ldap_pvt_get_fqdn() local 895 fqdn = LDAP_STRDUP( res->ai_canonname ); in ldap_pvt_get_fqdn() 897 fqdn = LDAP_STRDUP( name ); in ldap_pvt_get_fqdn() 906 fqdn = LDAP_STRDUP( name ); in ldap_pvt_get_fqdn() 908 fqdn = LDAP_STRDUP( hp->h_name ); in ldap_pvt_get_fqdn() 913 return fqdn; in ldap_pvt_get_fqdn()
|
| /netbsd/src/usr.bin/rump_dhcpclient/ |
| D | if-options.h | 103 int fqdn; member
|
| D | dhcp.c | 686 if (ifo->fqdn != FQDN_DISABLE && ifo->hostname[0]) { in make_message() 701 *p++ = (ifo->fqdn & 0x09) | 0x04; in make_message()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| D | racoon.conf.sample | 26 #my_identifier fqdn "server.kame.net";
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | ikev2pI2.out | 40 (v2IDi: len=8 0200000077657374 fqdn:west)
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | uDNS.c | 1778 int x, hostcount = CountLabels(&hi->fqdn); in GetServiceTarget() 1780 …ame(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x))) in GetServiceTarget() 1784 if (besthi) return(&besthi->fqdn); in GetServiceTarget() 2453 AssignDomainName(&h->arv4.namestorage, &h->fqdn); in AdvertiseHostname() 2479 AssignDomainName(&h->arv6.namestorage, &h->fqdn); in AdvertiseHostname() 2634 mDNSexport void mDNS_AddDynDNSHostName(mDNS *m, const domainname *fqdn, mDNSRecordCallback *StatusC… in mDNS_AddDynDNSHostName() argument 2638 LogInfo("mDNS_AddDynDNSHostName %##s", fqdn); in mDNS_AddDynDNSHostName() 2640 while (*ptr && !SameDomainName(fqdn, &(*ptr)->fqdn)) ptr = &(*ptr)->next; in mDNS_AddDynDNSHostName() 2641 if (*ptr) { LogMsg("DynDNSHostName %##s already in list", fqdn->c); return; } in mDNS_AddDynDNSHostName() 2647 AssignDomainName(&(*ptr)->fqdn, fqdn); in mDNS_AddDynDNSHostName() [all …]
|
| D | mDNSEmbeddedAPI.h | 1688 domainname fqdn; member 3019 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainn… 3020 extern mDNSBool DeconstructServiceName(const domainname *const fqdn, domainlabel *const name, domai… 3156 extern void mDNS_AddDynDNSHostName(mDNS *m, const domainname *fqdn, mDNSRecordCallback *StatusCallb… 3157 extern void mDNS_RemoveDynDNSHostName(mDNS *m, const domainname *fqdn); 3416 …rmSetDNSConfig(mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **Re…
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | config.h | 360 char fqdn[128]; member
|
| /netbsd/src/sys/netipsec/ |
| D | key.c | 6873 if (idexttype && fqdn) { in key_acquire() 6878 fqdnlen = strlen(fqdn) + 1; /* +1 for terminating-NUL */ in key_acquire() 6884 memcpy(id + 1, fqdn, fqdnlen); in key_acquire() 8388 static char fqdn[MAXHOSTNAMELEN + 1]; 8403 memset(fqdn, 0, sizeof(fqdn)); 8404 memcpy(fqdn, hostname, hostnamelen); 8405 fqdn[hostnamelen] = '\0'; 8406 return fqdn;
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| D | mDNSPosix.c | 936 …rmSetDNSConfig(mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **Re… in mDNSPlatformSetDNSConfig() argument 943 if (fqdn ) fqdn->c[0] = 0; in mDNSPlatformSetDNSConfig()
|