Home
last modified time | relevance | path

Searched refs:DNS_T_MX (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dudns_rr_mx.c39 assert(dns_get16(cur+2) == DNS_C_IN && dns_get16(cur+0) == DNS_T_MX); in dns_parse_mx()
83 dns_submit_p(ctx, name, DNS_C_IN, DNS_T_MX, flags, in dns_submit_mx()
90 dns_resolve_p(ctx, name, DNS_C_IN, DNS_T_MX, flags, dns_parse_mx); in dns_resolve_mx()
H A Dudns_codes.c20 {DNS_T_MX,"MX"},
90 case DNS_T_MX: return dns_typetab[15].name; in dns_typename()
/dports/dns/udns/udns-0.4/
H A Dudns_rr_mx.c39 assert(dns_get16(cur+2) == DNS_C_IN && dns_get16(cur+0) == DNS_T_MX); in dns_parse_mx()
83 dns_submit_p(ctx, name, DNS_C_IN, DNS_T_MX, flags, in dns_submit_mx()
90 dns_resolve_p(ctx, name, DNS_C_IN, DNS_T_MX, flags, dns_parse_mx); in dns_resolve_mx()
H A Dudns_codes.c20 {DNS_T_MX,"MX"},
90 case DNS_T_MX: return dns_typetab[15].name; in dns_typename()
/dports/dns/libdjbdns/djbdns-pd-1.05/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
/dports/mail/qmail-conf/qmail-conf-0.60/djbdns-1.05/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
H A Dquery.c302 if (typematch(DNS_T_MX,dtype)) { in doit()
303 byte_copy(key,2,DNS_T_MX); in doit()
306 log_cachedanswer(d,DNS_T_MX); in doit()
312 if (!response_rstart(d,DNS_T_MX,ttl)) goto DIE; in doit()
354 …dtype) && !typematch(DNS_T_PTR,dtype) && !typematch(DNS_T_A,dtype) && !typematch(DNS_T_MX,dtype)) { in doit()
626 else if (byte_equal(type,2,DNS_T_MX)) { in doit()
637 save_finish(DNS_T_MX,t1,ttl); in doit()
753 else if (typematch(header,DNS_T_MX)) { in doit()
/dports/mail/qmail-rblchk/qmail-rblchk/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
/dports/net/ipsvd/net/ipsvd-1.0.0/src/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
/dports/dns/djbdns-tools/djbdns-1.05/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
H A Dquery.c302 if (typematch(DNS_T_MX,dtype)) { in doit()
303 byte_copy(key,2,DNS_T_MX); in doit()
306 log_cachedanswer(d,DNS_T_MX); in doit()
312 if (!response_rstart(d,DNS_T_MX,ttl)) goto DIE; in doit()
354 …dtype) && !typematch(DNS_T_PTR,dtype) && !typematch(DNS_T_A,dtype) && !typematch(DNS_T_MX,dtype)) { in doit()
626 else if (byte_equal(type,2,DNS_T_MX)) { in doit()
637 save_finish(DNS_T_MX,t1,ttl); in doit()
753 else if (typematch(header,DNS_T_MX)) { in doit()
/dports/dns/djbdns/djbdns-1.05/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
H A Dquery.c302 if (typematch(DNS_T_MX,dtype)) { in doit()
303 byte_copy(key,2,DNS_T_MX); in doit()
306 log_cachedanswer(d,DNS_T_MX); in doit()
312 if (!response_rstart(d,DNS_T_MX,ttl)) goto DIE; in doit()
354 …dtype) && !typematch(DNS_T_PTR,dtype) && !typematch(DNS_T_A,dtype) && !typematch(DNS_T_MX,dtype)) { in doit()
626 else if (byte_equal(type,2,DNS_T_MX)) { in doit()
637 save_finish(DNS_T_MX,t1,ttl); in doit()
753 else if (typematch(header,DNS_T_MX)) { in doit()
/dports/devel/libowfat/libowfat-0.32/dns/
H A Ddns_mx.c27 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
44 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Ddns_mx.c29 if (byte_equal(header,2,DNS_T_MX)) in dns_mx_packet()
46 if (dns_resolve(q,DNS_T_MX) == -1) return -1; in dns_mx()
/dports/devel/bglibs/bglibs-2.04/net/
H A Ddns_mx.c36 return dns_packet_extract(out, buf, len, DNS_T_MX, DNS_C_IN, sizeit, getit); in dns_mx_packet()
44 if (dns_resolve(tx,q,DNS_T_MX) == -1) { free(q); return -1; } in dns_mx_r()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddns.c92 #ifndef DNS_T_MX
93 #define DNS_T_MX 15 macro
369 int type = DNS_T_MX, i; in PHP_FUNCTION()
393 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
504 case DNS_T_MX: in php_parserr()
912 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1100 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1124 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddns.c90 #ifndef DNS_T_MX
91 #define DNS_T_MX 15 macro
360 int type = DNS_T_MX, i; in PHP_FUNCTION()
384 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
495 case DNS_T_MX: in php_parserr()
901 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1088 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1112 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddns.c92 #ifndef DNS_T_MX
93 #define DNS_T_MX 15 macro
369 int type = DNS_T_MX, i; in PHP_FUNCTION()
393 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
504 case DNS_T_MX: in php_parserr()
912 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1100 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1124 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddns.c90 #ifndef DNS_T_MX
91 #define DNS_T_MX 15 macro
360 int type = DNS_T_MX, i; in PHP_FUNCTION()
384 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
495 case DNS_T_MX: in php_parserr()
901 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1088 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1112 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddns.c94 #ifndef DNS_T_MX
95 #define DNS_T_MX 15 macro
391 int type = DNS_T_MX, i; in PHP_FUNCTION()
415 else if (zend_string_equals_literal_ci(rectype, "MX")) type = DNS_T_MX; in PHP_FUNCTION()
526 case DNS_T_MX: in php_parserr()
932 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1119 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1143 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddns.c94 #ifndef DNS_T_MX
95 #define DNS_T_MX 15 macro
391 int type = DNS_T_MX, i; in PHP_FUNCTION()
415 else if (zend_string_equals_literal_ci(rectype, "MX")) type = DNS_T_MX; in PHP_FUNCTION()
526 case DNS_T_MX: in php_parserr()
932 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1119 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1143 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddns.c92 #ifndef DNS_T_MX
93 #define DNS_T_MX 15 macro
380 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
491 case DNS_T_MX: in php_parserr()
894 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1077 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1101 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddns.c92 #ifndef DNS_T_MX
93 #define DNS_T_MX 15 macro
380 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
491 case DNS_T_MX: in php_parserr()
894 type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; in PHP_FUNCTION()
1077 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof answer); in PHP_FUNCTION()
1101 if (type != DNS_T_MX) { in PHP_FUNCTION()
/dports/dns/ldapdns/ldapdns-2.07/
H A Ddns.h34 #define DNS_T_MX "\000\017" macro

1234