Home
last modified time | relevance | path

Searched refs:soa_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_strrecord.c56 UINT32_TYPE soa_buf[5]; in dns_strrecord() local
113 memcpy(soa_buf, rr->data, sizeof(soa_buf)); in dns_strrecord()
115 soa_buf[0], soa_buf[1], soa_buf[2], in dns_strrecord()
116 soa_buf[3], soa_buf[4]); in dns_strrecord()
H A Ddns_lookup.c745 UINT32_TYPE soa_buf[5]; in dns_get_rr() local
869 if (reply->end - pos < sizeof(soa_buf)) { in dns_get_rr()
873 GETLONG(soa_buf[0], pos); /* Serial */ in dns_get_rr()
874 GETLONG(soa_buf[1], pos); /* Refresh */ in dns_get_rr()
875 GETLONG(soa_buf[2], pos); /* Retry */ in dns_get_rr()
876 GETLONG(soa_buf[3], pos); /* Expire */ in dns_get_rr()
877 GETLONG(soa_buf[4], pos); /* Ncache TTL */ in dns_get_rr()
878 tempbuf = (char *) soa_buf; in dns_get_rr()
879 data_len = sizeof(soa_buf); in dns_get_rr()