| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A 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/ |
| H A D | dns.h | 265 #define dns_lookup(name, type, rflags, list, fqdn, why) \ argument 266 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (int *) 0, \ 268 #define dns_lookup_r(name, type, rflags, list, fqdn, why, rcode) \ argument 269 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (rcode), \ 271 #define dns_lookup_l(name, rflags, list, fqdn, why, lflags, ...) \ argument 272 dns_lookup_rl((name), (rflags), (list), (fqdn), (why), (int *) 0, \ 274 #define dns_lookup_v(name, rflags, list, fqdn, why, lflags, ltype) \ argument 275 dns_lookup_rv((name), (rflags), (list), (fqdn), (why), (int *) 0, \
|
| H A D | test_dns_lookup.c | 73 VSTRING *fqdn = vstring_alloc(100); in main() local 117 switch (dns_lookup_rv(name, RES_USE_DNSSEC, &rr, fqdn, why, in main() 123 vstream_printf("%s: fqdn: %s\n", name, vstring_str(fqdn)); in main()
|
| H A D | dns_lookup.c | 904 DNS_RR **rrlist, VSTRING *fqdn, char *cname, int c_len, in dns_get_answer() argument 964 if (fqdn) in dns_get_answer() 965 vstring_strcpy(fqdn, rr_name); in dns_get_answer() 1015 DNS_RR **rrlist, VSTRING *fqdn, VSTRING *why, in dns_lookup_x() argument 1084 (void) dns_get_answer(orig_name, &reply, T_SOA, rrlist, fqdn, in dns_lookup_x() 1098 status = dns_get_answer(orig_name, &reply, type, rrlist, fqdn, in dns_lookup_x() 1169 VSTRING *fqdn, VSTRING *why, int *rcode, in dns_lookup_rl() argument 1212 fqdn, why, rcode, lflags); in dns_lookup_rl() 1245 VSTRING *fqdn, VSTRING *why, int *rcode, in dns_lookup_rv() argument 1264 fqdn, why, rcode, lflags); in dns_lookup_rv()
|
| H A 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
|
| H A 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
|
| H A D | nullmx_test.ref | 7 nullmx.porcupine.org: fqdn: nullmx.porcupine.org
|
| H A D | mxonly_test.ref | 11 porcupine.org: fqdn: porcupine.org
|
| H A D | no-a.ref | 12 spike.porcupine.org: fqdn: spike.porcupine.org
|
| H A D | no-aaaa.ref | 12 spike.porcupine.org: fqdn: spike.porcupine.org
|
| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A 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/external/mpl/dhcp/dist/keama/tests/ |
| H A D | optiondecl4.out | 82 "type": "fqdn" 89 "type": "fqdn" 96 "type": "fqdn"
|
| H A D | optiondecl6.out | 82 "type": "fqdn" 89 "type": "fqdn"
|
| H A D | optiondata6.out | 52 "type": "fqdn"
|
| H A D | optiondata4.out | 149 "type": "fqdn"
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A 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/ |
| H A 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/ |
| H A 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)
|
| H A D | xsasl_cyrus_server.c | 115 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \ argument 116 sasl_server_new(srv, fqdn, rlm, cb, secflags, pconn) 132 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \ argument 133 sasl_server_new(srv, fqdn, rlm, lport, rport, cb, secflags, pconn)
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A 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/ |
| H A D | if-options.h | 103 int fqdn; member
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| H A D | racoon.conf.sample | 26 #my_identifier fqdn "server.kame.net";
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | ldap.c | 2185 char hfilter[1024], sfilter[1024], fqdn[257]; in ldap_read_config() local 2235 *fqdn ='\0'; in ldap_read_config() 2236 if(0 == get_host_entry(fqdn, sizeof(fqdn), NULL, 0)) in ldap_read_config() 2238 if (_do_ldap_str2esc_filter_bv(fqdn, 0, &bv_o[1]) == NULL) in ldap_read_config() 2240 log_error ("Cannot escape ldap filter value %s: %m", fqdn); in ldap_read_config() 2249 if ((*fqdn) && (strcmp(unme.nodename, fqdn))) { in ldap_read_config()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp6.c | 652 int fqdn; in dhcp6_makemessage() local 706 fqdn = ifo->fqdn; in dhcp6_makemessage() 709 fqdn = FQDN_DISABLE; in dhcp6_makemessage() 713 if (fqdn == FQDN_DISABLE && ifo->options & DHCPCD_HOSTNAME) { in dhcp6_makemessage() 717 fqdn = FQDN_BOTH; in dhcp6_makemessage() 719 if (fqdn != FQDN_DISABLE) in dhcp6_makemessage() 766 if (fqdn != FQDN_DISABLE) { in dhcp6_makemessage() 1127 if (fqdn != FQDN_DISABLE) { in dhcp6_makemessage() 1133 switch (fqdn) { in dhcp6_makemessage() 3971 if (ifo->fqdn != FQDN_DISABLE || ifo->options & DHCPCD_HOSTNAME) in dhcp6_start1()
|
| H A D | if-options.h | 263 uint8_t fqdn; member
|